mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
commit
c267266bae
180 changed files with 3147 additions and 1298 deletions
45
dashboard-ui/bower_components/alameda/LICENSE
vendored
Normal file
45
dashboard-ui/bower_components/alameda/LICENSE
vendored
Normal file
|
@ -0,0 +1,45 @@
|
|||
Copyright jQuery Foundation and other contributors, https://jquery.org/
|
||||
|
||||
This software consists of voluntary contributions made by many
|
||||
individuals. For exact contribution history, see the revision history
|
||||
available at https://github.com/requirejs/alameda
|
||||
|
||||
The following license applies to all parts of this software except as
|
||||
documented below:
|
||||
|
||||
====
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
====
|
||||
|
||||
Copyright and related rights for sample code are waived via CC0. Sample
|
||||
code is defined as all source code displayed within the prose of the
|
||||
documentation.
|
||||
|
||||
CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
====
|
||||
|
||||
Files located in the node_modules directory, and certain utilities used
|
||||
to build or test the software in the tests and tests-requirejs directories, are
|
||||
externally maintained libraries used by this software which have their own
|
||||
licenses; we recommend you read them, as their terms may differ from the
|
||||
terms above.
|
1
dashboard-ui/bower_components/alameda/alameda.js
vendored
Normal file
1
dashboard-ui/bower_components/alameda/alameda.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
.alphaPicker,.alphaPickerRow,.alphaPickerRow-vertical{-webkit-box-direction:normal}.alphaPicker{text-align:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-flex-direction:column;flex-direction:column;-webkit-align-self:center;align-self:center}.alphaPickerRow{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-flex-direction:row;flex-direction:row}.alphaPicker-vertical{font-size:90%}.alphaPickerRow-vertical{-webkit-box-orient:vertical;-webkit-flex-direction:column;flex-direction:column}.alphaPickerButton{background:0 0;border:0!important;cursor:pointer;outline:0!important;color:inherit;vertical-align:middle;font-family:inherit;font-size:inherit;min-width:initial;margin:0;padding:.1em .4em;width:auto;-webkit-border-radius:.1em;border-radius:.1em;font-weight:400;opacity:.5;-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.alphaPicker-vertical .alphaPickerButton{padding:0;width:1.5em}.alphaPickerButtonIcon{width:3.3vh;height:3.3vh;font-size:3.3vh}.alphaPickerButton-selected{opacity:1}.alphaPickerButton-tv:focus{background-color:#52B54B;opacity:1;color:#fff}
|
||||
.alphaPicker,.alphaPickerRow,.alphaPickerRow-vertical{-webkit-box-direction:normal}.alphaPicker{text-align:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-flex-direction:column;flex-direction:column;-webkit-align-self:center;align-self:center}.alphaPickerRow{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-flex-direction:row;flex-direction:row}.alphaPicker-vertical{font-size:90%}.alphaPickerRow-vertical{-webkit-box-orient:vertical;-webkit-flex-direction:column;flex-direction:column}.alphaPickerButton{background:0 0;border:0!important;cursor:pointer;outline:0!important;vertical-align:middle;font-family:inherit;font-size:inherit;min-width:initial;margin:0;padding:.1em .4em;width:auto;-webkit-border-radius:.1em;border-radius:.1em;font-weight:400;color:#aaa;-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.alphaPicker-vertical .alphaPickerButton{padding:0;width:1.5em}.alphaPickerButtonIcon{width:3.3vh;height:3.3vh;font-size:3.3vh}.alphaPickerButton-selected{color:inherit}.alphaPickerButton-tv:focus{background-color:#52B54B;color:#fff}
|
|
@ -1 +1 @@
|
|||
define(["appStorage","events"],function(appStorage,events){"use strict";function getKey(name,userId){return userId&&(name=userId+"-"+name),name}function AppSettings(){var self=this;self.enableAutoLogin=function(val){return null!=val&&self.set("enableAutoLogin",val.toString()),"false"!==self.get("enableAutoLogin")},self.enableAutomaticBitrateDetection=function(val){return null!=val&&self.set("enableAutomaticBitrateDetection",val.toString()),"false"!==self.get("enableAutomaticBitrateDetection")},self.maxStreamingBitrate=function(val){return null!=val&&self.set("preferredVideoBitrate",val),parseInt(self.get("preferredVideoBitrate")||"0")||15e5},self.maxStaticMusicBitrate=function(val){void 0!==val&&self.set("maxStaticMusicBitrate",val);var defaultValue=32e4;return parseInt(self.get("maxStaticMusicBitrate")||defaultValue.toString())||defaultValue},self.maxChromecastBitrate=function(val){return null!=val&&self.set("chromecastBitrate1",val),val=self.get("chromecastBitrate1"),val?parseInt(val):null},self.syncOnlyOnWifi=function(val){return null!=val&&self.set("syncOnlyOnWifi",val.toString()),"false"!==self.get("syncOnlyOnWifi")},self.syncPath=function(val){return null!=val&&self.set("syncPath",val),self.get("syncPath")},self.cameraUploadServers=function(val){return null!=val&&self.set("cameraUploadServers",val.join(",")),val=self.get("cameraUploadServers"),val?val.split(","):[]},self.set=function(name,value,userId){var currentValue=self.get(name,userId);appStorage.setItem(getKey(name,userId),value),currentValue!==value&&events.trigger(self,"change",[name])},self.get=function(name,userId){return appStorage.getItem(getKey(name,userId))}}return new AppSettings});
|
||||
define(["appStorage","events"],function(appStorage,events){"use strict";function getKey(name,userId){return userId&&(name=userId+"-"+name),name}function AppSettings(){}return AppSettings.prototype.enableAutoLogin=function(val){return null!=val&&this.set("enableAutoLogin",val.toString()),"false"!==this.get("enableAutoLogin")},AppSettings.prototype.enableAutomaticBitrateDetection=function(val){return null!=val&&this.set("enableAutomaticBitrateDetection",val.toString()),"false"!==this.get("enableAutomaticBitrateDetection")},AppSettings.prototype.maxStreamingBitrate=function(val){return null!=val&&this.set("preferredVideoBitrate",val),parseInt(this.get("preferredVideoBitrate")||"0")||15e5},AppSettings.prototype.maxStaticMusicBitrate=function(val){void 0!==val&&this.set("maxStaticMusicBitrate",val);var defaultValue=32e4;return parseInt(this.get("maxStaticMusicBitrate")||defaultValue.toString())||defaultValue},AppSettings.prototype.maxChromecastBitrate=function(val){return null!=val&&this.set("chromecastBitrate1",val),val=this.get("chromecastBitrate1"),val?parseInt(val):null},AppSettings.prototype.syncOnlyOnWifi=function(val){return null!=val&&this.set("syncOnlyOnWifi",val.toString()),"false"!==this.get("syncOnlyOnWifi")},AppSettings.prototype.syncPath=function(val){return null!=val&&this.set("syncPath",val),this.get("syncPath")},AppSettings.prototype.cameraUploadServers=function(val){return null!=val&&this.set("cameraUploadServers",val.join(",")),val=this.get("cameraUploadServers"),val?val.split(","):[]},AppSettings.prototype.set=function(name,value,userId){var currentValue=this.get(name,userId);appStorage.setItem(getKey(name,userId),value),currentValue!==value&&events.trigger(this,"change",[name])},AppSettings.prototype.get=function(name,userId){return appStorage.getItem(getKey(name,userId))},new AppSettings});
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
define(["globalize"],function(globalize){"use strict";function parseISO8601Date(s,toLocal){var re=/(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})(\.\d+)?(Z|([+-])(\d{2}):(\d{2}))?/,d=s.match(re);if(!d)throw"Couldn't parse ISO 8601 date string '"+s+"'";var a=[1,2,3,4,5,6,10,11];for(var i in a)d[a[i]]=parseInt(d[a[i]],10);d[7]=parseFloat(d[7]);var ms=Date.UTC(d[1],d[2]-1,d[3],d[4],d[5],d[6]);if(d[7]>0&&(ms+=Math.round(1e3*d[7])),"Z"!==d[8]&&d[10]){var offset=60*d[10]*60*1e3;d[11]&&(offset+=60*d[11]*1e3),"-"===d[9]?ms-=offset:ms+=offset}else toLocal===!1&&(ms+=6e4*(new Date).getTimezoneOffset());return new Date(ms)}function getDisplayRunningTime(ticks){var ticksPerHour=36e9,ticksPerMinute=6e8,ticksPerSecond=1e7,parts=[],hours=ticks/ticksPerHour;hours=Math.floor(hours),hours&&parts.push(hours),ticks-=hours*ticksPerHour;var minutes=ticks/ticksPerMinute;minutes=Math.floor(minutes),ticks-=minutes*ticksPerMinute,minutes<10&&hours&&(minutes="0"+minutes),parts.push(minutes);var seconds=ticks/ticksPerSecond;return seconds=Math.floor(seconds),seconds<10&&(seconds="0"+seconds),parts.push(seconds),parts.join(":")}function getCurrentLocale(){var locale=globalize.getCurrentLocale();return locale}function getOptionList(options){var list=[];for(var i in options)list.push({name:i,value:options[i]});return list}function toLocaleString(date,options){options=options||{};var currentLocale=getCurrentLocale();return currentLocale&&toLocaleTimeStringSupportsLocales?date.toLocaleString(currentLocale,options):date.toLocaleString()}function toLocaleDateString(date,options){options=options||{};var currentLocale=getCurrentLocale();if(currentLocale&&toLocaleTimeStringSupportsLocales)return date.toLocaleDateString(currentLocale,options);var optionList=getOptionList(options);if(1===optionList.length&&"weekday"===optionList[0].name){var weekday=[];return weekday[0]="Sun",weekday[1]="Mon",weekday[2]="Tue",weekday[3]="Wed",weekday[4]="Thu",weekday[5]="Fri",weekday[6]="Sat",weekday[date.getDay()]}return date.toLocaleDateString()}function toLocaleTimeString(date,options){options=options||{};var currentLocale=getCurrentLocale();return currentLocale&&toLocaleTimeStringSupportsLocales?date.toLocaleTimeString(currentLocale,options):date.toLocaleTimeString()}function getDisplayTime(date){if("string"===(typeof date).toString().toLowerCase())try{date=parseISO8601Date(date,!0)}catch(err){return date}if(toLocaleTimeStringSupportsLocales)return toLocaleTimeString(date,{hour:"numeric",minute:"2-digit"});var time=toLocaleTimeString(date),timeLower=time.toLowerCase();if(timeLower.indexOf("am")!==-1||timeLower.indexOf("pm")!==-1){time=timeLower;var hour=date.getHours()%12,suffix=date.getHours()>11?"pm":"am";hour||(hour=12);var minutes=date.getMinutes();minutes<10&&(minutes="0"+minutes),minutes=":"+minutes,time=hour+minutes+suffix}else{var timeParts=time.split(":");timeParts.length>2&&(timeParts.length-=1,time=timeParts.join(":"))}return time}function isRelativeDay(date,offsetInDays){var yesterday=new Date,day=yesterday.getDate()+offsetInDays;return yesterday.setDate(day),date.getFullYear()===yesterday.getFullYear()&&date.getMonth()===yesterday.getMonth()&&date.getDate()===day}var toLocaleTimeStringSupportsLocales=function(){try{(new Date).toLocaleTimeString("i")}catch(e){return"RangeError"===e.name}return!1}();return{parseISO8601Date:parseISO8601Date,getDisplayRunningTime:getDisplayRunningTime,toLocaleDateString:toLocaleDateString,toLocaleString:toLocaleString,getDisplayTime:getDisplayTime,isRelativeDay:isRelativeDay}});
|
||||
define(["globalize"],function(globalize){"use strict";function parseISO8601Date(s,toLocal){var re=/(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})(\.\d+)?(Z|([+-])(\d{2}):(\d{2}))?/,d=s.match(re);if(!d)throw"Couldn't parse ISO 8601 date string '"+s+"'";var a=[1,2,3,4,5,6,10,11];for(var i in a)d[a[i]]=parseInt(d[a[i]],10);d[7]=parseFloat(d[7]);var ms=Date.UTC(d[1],d[2]-1,d[3],d[4],d[5],d[6]);if(d[7]>0&&(ms+=Math.round(1e3*d[7])),"Z"!==d[8]&&d[10]){var offset=60*d[10]*60*1e3;d[11]&&(offset+=60*d[11]*1e3),"-"===d[9]?ms-=offset:ms+=offset}else toLocal===!1&&(ms+=6e4*(new Date).getTimezoneOffset());return new Date(ms)}function getDisplayRunningTime(ticks){var ticksPerHour=36e9,ticksPerMinute=6e8,ticksPerSecond=1e7,parts=[],hours=ticks/ticksPerHour;hours=Math.floor(hours),hours&&parts.push(hours),ticks-=hours*ticksPerHour;var minutes=ticks/ticksPerMinute;minutes=Math.floor(minutes),ticks-=minutes*ticksPerMinute,minutes<10&&hours&&(minutes="0"+minutes),parts.push(minutes);var seconds=ticks/ticksPerSecond;return seconds=Math.floor(seconds),seconds<10&&(seconds="0"+seconds),parts.push(seconds),parts.join(":")}function getCurrentLocale(){var locale=globalize.getCurrentLocale();return locale}function getOptionList(options){var list=[];for(var i in options)list.push({name:i,value:options[i]});return list}function toLocaleString(date,options){if(!date)throw new Error("date cannot be null");if(options=options||{},toLocaleTimeStringSupportsLocales){var currentLocale=getCurrentLocale();if(currentLocale)return date.toLocaleString(currentLocale,options)}return date.toLocaleString()}function toLocaleDateString(date,options){if(!date)throw new Error("date cannot be null");if(options=options||{},toLocaleTimeStringSupportsLocales){var currentLocale=getCurrentLocale();if(currentLocale)return date.toLocaleDateString(currentLocale,options)}var optionList=getOptionList(options);if(1===optionList.length&&"weekday"===optionList[0].name){var weekday=[];return weekday[0]="Sun",weekday[1]="Mon",weekday[2]="Tue",weekday[3]="Wed",weekday[4]="Thu",weekday[5]="Fri",weekday[6]="Sat",weekday[date.getDay()]}return date.toLocaleDateString()}function toLocaleTimeString(date,options){if(!date)throw new Error("date cannot be null");if(options=options||{},toLocaleTimeStringSupportsLocales){var currentLocale=getCurrentLocale();if(currentLocale)return date.toLocaleTimeString(currentLocale,options)}return date.toLocaleTimeString()}function getDisplayTime(date){if(!date)throw new Error("date cannot be null");if("string"===(typeof date).toString().toLowerCase())try{date=parseISO8601Date(date,!0)}catch(err){return date}if(toLocaleTimeStringSupportsLocales)return toLocaleTimeString(date,{hour:"numeric",minute:"2-digit"});var time=toLocaleTimeString(date),timeLower=time.toLowerCase();if(timeLower.indexOf("am")!==-1||timeLower.indexOf("pm")!==-1){time=timeLower;var hour=date.getHours()%12,suffix=date.getHours()>11?"pm":"am";hour||(hour=12);var minutes=date.getMinutes();minutes<10&&(minutes="0"+minutes),minutes=":"+minutes,time=hour+minutes+suffix}else{var timeParts=time.split(":");timeParts.length>2&&(timeParts.length-=1,time=timeParts.join(":"))}return time}function isRelativeDay(date,offsetInDays){if(!date)throw new Error("date cannot be null");var yesterday=new Date,day=yesterday.getDate()+offsetInDays;return yesterday.setDate(day),date.getFullYear()===yesterday.getFullYear()&&date.getMonth()===yesterday.getMonth()&&date.getDate()===day}var toLocaleTimeStringSupportsLocales=function(){try{(new Date).toLocaleTimeString("i")}catch(e){return"RangeError"===e.name}return!1}();return{parseISO8601Date:parseISO8601Date,getDisplayRunningTime:getDisplayRunningTime,toLocaleDateString:toLocaleDateString,toLocaleString:toLocaleString,getDisplayTime:getDisplayTime,isRelativeDay:isRelativeDay}});
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
.emby-button,.fab{-webkit-box-sizing:border-box}.emby-button,.paper-icon-button-light{text-align:center;font-family:inherit;cursor:pointer;outline:0!important;overflow:hidden}.emby-button,.paper-icon-button-light,.paper-icon-button-light>i,.paper-icon-button-light>img{position:relative;vertical-align:middle}.emby-button{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;margin:0 .29em;font-size:inherit;color:inherit;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;z-index:0;padding:1em .7em;border:0;-webkit-border-radius:2px;border-radius:2px;font-weight:400;-webkit-tap-highlight-color:transparent}.emby-button.block,.fab{-webkit-box-align:center}.emby-button::-moz-focus-inner{border:0}.button-flat{background:0 0;-webkit-box-shadow:none;box-shadow:none}.button-flat-accent{color:#52B54B}.emby-button-focusscale{-webkit-transition:-webkit-transform 180ms ease-out!important;-o-transition:transform 180ms ease-out!important;transition:transform 180ms ease-out!important;-webkit-transform-origin:center center;transform-origin:center center}.emby-button-focusscale:focus{-webkit-transform:scale(1.16);transform:scale(1.16);z-index:1}.emby-button>i{font-size:1.36em;width:1em;height:1em}.fab{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-border-radius:50%;border-radius:50%;background-color:rgba(170,170,190,.5);padding:.6em;box-sizing:border-box;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center;color:#fff;margin:0}.fab>i{height:1em;width:1em;vertical-align:middle;font-size:2.85em}.emby-button-noflex{display:inline-block;white-space:nowrap}.fab.mini{padding:8px}.fab.mini>i{height:1em;width:1em;font-size:1.72em}.emby-button.block{display:block;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:.25em 0;width:100%}.raised:focus{-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.4);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.4);-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-o-transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1)}.button-flat-mini,.raised-mini{padding:.5em .7em}.emby-button>i+span,.emby-button>span+i{margin-left:.5em}.paper-icon-button-light{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 .29em;background:0 0;font-size:inherit;color:inherit;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;z-index:0;min-width:initial;min-height:initial;width:auto;height:auto;padding:8px;border:0;font-weight:500;-webkit-border-radius:50%;border-radius:50%;-webkit-tap-highlight-color:transparent;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.paper-icon-button-light::-moz-focus-inner{border:0}.paper-icon-button-light[disabled]{opacity:.3}.paper-icon-button-light>i{width:1em;height:1em;font-size:1.6em;z-index:1}.paper-icon-button-light>img{width:1.72em;max-height:100%;z-index:1}.paper-icon-button-light:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out;background:currentcolor;opacity:0}.paper-icon-button-light:focus{color:#52B54B}.paper-icon-button-light:focus:after{opacity:.2}.emby-button-ripple-effect,.paper-icon-button-light-ripple-effect{position:absolute;-webkit-border-radius:50%;border-radius:50%;width:50px;height:50px;top:50%;left:50%;background:currentcolor;-webkit-animation:ripple-animation .8s;animation:ripple-animation .8s;opacity:.25;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes ripple-animation{from{-webkit-transform:none;transform:none;opacity:.5}to{-webkit-transform:scale(20);transform:scale(20);opacity:0}}@keyframes ripple-animation{from{-webkit-transform:none;transform:none;opacity:.5}to{-webkit-transform:scale(20);transform:scale(20);opacity:0}}.emby-button-foreground{position:relative;z-index:1}.icon-button-focusscale{-webkit-transition:-webkit-transform 180ms ease-out!important;-o-transition:transform 180ms ease-out!important;transition:transform 180ms ease-out!important;-webkit-transform-origin:center center;transform-origin:center center}.icon-button-focusscale:focus{-webkit-transform:scale(1.3);transform:scale(1.3);z-index:1}
|
||||
.emby-button,.fab{-webkit-box-sizing:border-box}.emby-button,.paper-icon-button-light{text-align:center;font-family:inherit;cursor:pointer;outline:0!important;overflow:hidden}.emby-button,.paper-icon-button-light,.paper-icon-button-light>i,.paper-icon-button-light>img{position:relative;vertical-align:middle}.emby-button{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;margin:0 .29em;font-size:inherit;color:inherit;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;z-index:0;padding:1em .7em;border:0;-webkit-border-radius:2px;border-radius:2px;font-weight:400;-webkit-tap-highlight-color:transparent;text-decoration:none}.emby-button.block,.fab{-webkit-box-align:center}.emby-button::-moz-focus-inner{border:0}.button-flat{background:0 0;-webkit-box-shadow:none;box-shadow:none}.button-flat-accent{color:#52B54B}.emby-button-focusscale{-webkit-transition:-webkit-transform 180ms ease-out!important;-o-transition:transform 180ms ease-out!important;transition:transform 180ms ease-out!important;-webkit-transform-origin:center center;transform-origin:center center}.emby-button-focusscale:focus{-webkit-transform:scale(1.16);transform:scale(1.16);z-index:1}.emby-button>i{font-size:1.36em;width:1em;height:1em}.fab{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-border-radius:50%;border-radius:50%;background-color:rgba(170,170,190,.5);padding:.6em;box-sizing:border-box;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center;color:#fff;margin:0}.fab>i{height:1em;width:1em;vertical-align:middle;font-size:2.85em}.emby-button-noflex{display:inline-block;white-space:nowrap}.fab.mini{padding:8px}.fab.mini>i{height:1em;width:1em;font-size:1.72em}.emby-button.block{display:block;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:.25em 0;width:100%}.raised:focus{-webkit-box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.4);box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.4);-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-o-transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1)}.button-flat-mini,.raised-mini{padding:.5em .7em}.emby-button>i+span,.emby-button>span+i{margin-left:.5em}.paper-icon-button-light{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 .29em;background:0 0;font-size:inherit;color:inherit;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;z-index:0;min-width:initial;min-height:initial;width:auto;height:auto;padding:8px;border:0;font-weight:500;-webkit-border-radius:50%;border-radius:50%;-webkit-tap-highlight-color:transparent;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.paper-icon-button-light::-moz-focus-inner{border:0}.paper-icon-button-light[disabled]{opacity:.3}.paper-icon-button-light>i{width:1em;height:1em;font-size:1.6em;z-index:1}.paper-icon-button-light>img{width:1.72em;max-height:100%;z-index:1}.paper-icon-button-light:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out;background:currentcolor;opacity:0}.paper-icon-button-light:focus{color:#52B54B}.paper-icon-button-light:focus:after{opacity:.2}.emby-button-ripple-effect,.paper-icon-button-light-ripple-effect{position:absolute;-webkit-border-radius:50%;border-radius:50%;width:50px;height:50px;top:50%;left:50%;background:currentcolor;-webkit-animation:ripple-animation .8s;animation:ripple-animation .8s;opacity:.25;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes ripple-animation{from{-webkit-transform:none;transform:none;opacity:.5}to{-webkit-transform:scale(20);transform:scale(20);opacity:0}}@keyframes ripple-animation{from{-webkit-transform:none;transform:none;opacity:.5}to{-webkit-transform:scale(20);transform:scale(20);opacity:0}}.emby-button-foreground{position:relative;z-index:1}.icon-button-focusscale{-webkit-transition:-webkit-transform 180ms ease-out!important;-o-transition:transform 180ms ease-out!important;transition:transform 180ms ease-out!important;-webkit-transform-origin:center center;transform-origin:center center}.icon-button-focusscale:focus{-webkit-transform:scale(1.3);transform:scale(1.3);z-index:1}
|
|
@ -1 +1 @@
|
|||
define(["browser","dom","layoutManager","shell","apphost","css!./emby-button","registerElement"],function(browser,dom,layoutManager,shell,appHost){"use strict";function animateButtonInternal(e,btn){for(var div=document.createElement("div"),i=0,length=btn.classList.length;i<length;i++)div.classList.add(btn.classList[i]+"-ripple-effect");var offsetX=e.offsetX||0,offsetY=e.offsetY||0;offsetX>0&&offsetY>0&&(div.style.left=offsetX+"px",div.style.top=offsetY+"px");var firstChild=btn.firstChild;firstChild?btn.insertBefore(div,btn.firstChild):btn.appendChild(div),div.addEventListener(dom.whichAnimationEvent(),function(){div.parentNode.removeChild(div)},!1)}function animateButton(e,btn){requestAnimationFrame(function(){animateButtonInternal(e,btn)})}function onKeyDown(e){13===e.keyCode&&animateButton(e,this)}function onMouseDown(e){0===e.button&&animateButton(e,this)}function onClick(e){animateButton(e,this)}function enableAnimation(){return!browser.tv}function onClickOpenTarget(e){shell.openUrl(this.getAttribute("data-target"))}var EmbyButtonPrototype=Object.create(HTMLButtonElement.prototype);EmbyButtonPrototype.createdCallback=function(){this.classList.contains("emby-button")||(this.classList.add("emby-button"),browser.safari&&this.classList.add("emby-button-noflex"),layoutManager.tv&&(this.classList.add("emby-button-focusscale"),this.classList.add("emby-button-tv")),enableAnimation()&&(dom.addEventListener(this,"keydown",onKeyDown,{passive:!0}),browser.safari?dom.addEventListener(this,"click",onClick,{passive:!0}):dom.addEventListener(this,"mousedown",onMouseDown,{passive:!0})))},EmbyButtonPrototype.attachedCallback=function(){this.getAttribute("data-target")&&(dom.removeEventListener(this,"click",onClickOpenTarget,{passive:!0}),dom.addEventListener(this,"click",onClickOpenTarget,{passive:!0}),"false"!==this.getAttribute("data-autohide")&&(appHost.supports("externallinks")?this.classList.remove("hide"):this.classList.add("hide")))},document.registerElement("emby-button",{prototype:EmbyButtonPrototype,extends:"button"})});
|
||||
define(["browser","dom","layoutManager","shell","embyRouter","apphost","css!./emby-button","registerElement"],function(browser,dom,layoutManager,shell,embyRouter,appHost){"use strict";function animateButtonInternal(e,btn){for(var div=document.createElement("div"),i=0,length=btn.classList.length;i<length;i++)div.classList.add(btn.classList[i]+"-ripple-effect");var offsetX=e.offsetX||0,offsetY=e.offsetY||0;offsetX>0&&offsetY>0&&(div.style.left=offsetX+"px",div.style.top=offsetY+"px");var firstChild=btn.firstChild;firstChild?btn.insertBefore(div,btn.firstChild):btn.appendChild(div),div.addEventListener(dom.whichAnimationEvent(),function(){div.parentNode.removeChild(div)},!1)}function animateButton(e,btn){requestAnimationFrame(function(){animateButtonInternal(e,btn)})}function onKeyDown(e){13===e.keyCode&&animateButton(e,this)}function onMouseDown(e){0===e.button&&animateButton(e,this)}function onClick(e){animateButton(e,this)}function enableAnimation(){return!browser.tv}function onClickOpenTarget(e){shell.openUrl(this.getAttribute("data-target"))}function onAnchorClick(e){var href=this.getAttribute("href");"#"!==href&&(this.getAttribute("target")?(e.preventDefault(),shell.openUrl(href)):embyRouter.handleAnchorClick(e))}var EmbyButtonPrototype=Object.create(HTMLButtonElement.prototype),EmbyLinkButtonPrototype=Object.create(HTMLAnchorElement.prototype);EmbyButtonPrototype.createdCallback=function(){this.classList.contains("emby-button")||(this.classList.add("emby-button"),browser.safari&&this.classList.add("emby-button-noflex"),layoutManager.tv&&(this.classList.add("emby-button-focusscale"),this.classList.add("emby-button-tv")),enableAnimation()&&(dom.addEventListener(this,"keydown",onKeyDown,{passive:!0}),browser.safari?dom.addEventListener(this,"click",onClick,{passive:!0}):dom.addEventListener(this,"mousedown",onMouseDown,{passive:!0})))},EmbyButtonPrototype.attachedCallback=function(){"A"===this.tagName?(dom.removeEventListener(this,"click",onAnchorClick,{}),dom.addEventListener(this,"click",onAnchorClick,{})):this.getAttribute("data-target")&&(dom.removeEventListener(this,"click",onClickOpenTarget,{passive:!0}),dom.addEventListener(this,"click",onClickOpenTarget,{passive:!0}),"false"!==this.getAttribute("data-autohide")&&(appHost.supports("externallinks")?this.classList.remove("hide"):this.classList.add("hide")))},EmbyLinkButtonPrototype.createdCallback=EmbyButtonPrototype.createdCallback,EmbyLinkButtonPrototype.attachedCallback=EmbyButtonPrototype.attachedCallback,document.registerElement("emby-button",{prototype:EmbyButtonPrototype,extends:"button"}),document.registerElement("emby-linkbutton",{prototype:EmbyLinkButtonPrototype,extends:"a"})});
|
|
@ -1 +1 @@
|
|||
define(["scroller","dom","layoutManager","inputManager","focusManager","registerElement"],function(scroller,dom,layoutManager,inputManager,focusManager){"use strict";function initCenterFocus(elem,scrollerInstance){dom.addEventListener(elem,"focus",function(e){var focused=focusManager.focusableParent(e.target);focused&&scrollerInstance.toCenter(focused)},{capture:!0,passive:!0})}function onInputCommand(e){var cmd=e.detail.command;"home"===cmd?(focusManager.focusFirst(this,"."+this.getAttribute("data-navcommands")),e.preventDefault(),e.stopPropagation()):"end"===cmd?(focusManager.focusLast(this,"."+this.getAttribute("data-navcommands")),e.preventDefault(),e.stopPropagation()):"pageup"===cmd?(focusManager.moveFocus(e.target,this,"."+this.getAttribute("data-navcommands"),-12),e.preventDefault(),e.stopPropagation()):"pagedown"===cmd&&(focusManager.moveFocus(e.target,this,"."+this.getAttribute("data-navcommands"),12),e.preventDefault(),e.stopPropagation())}var ScrollerProtoType=Object.create(HTMLDivElement.prototype);ScrollerProtoType.createdCallback=function(){this.classList.add("emby-scroller")},ScrollerProtoType.scrollToBeginning=function(){this.scroller&&this.scroller.slideTo(0,!0)},ScrollerProtoType.toStart=function(elem,immediate){this.scroller&&this.scroller.toStart(elem,immediate)},ScrollerProtoType.scrollToPosition=function(pos,immediate){this.scroller&&this.scroller.slideTo(pos,immediate)},ScrollerProtoType.getScrollPosition=function(){if(this.scroller)return this.scroller.getScrollPosition()},ScrollerProtoType.attachedCallback=function(){this.getAttribute("data-navcommands")&&inputManager.on(this,onInputCommand);var horizontal="false"!==this.getAttribute("data-horizontal"),slider=this.querySelector(".scrollSlider");horizontal&&(slider.style["white-space"]="nowrap");var options={horizontal:horizontal,mouseDragging:1,mouseWheel:"false"!==this.getAttribute("data-mousewheel"),touchDragging:1,slidee:slider,scrollBy:200,speed:horizontal?300:270,elasticBounds:1,dragHandle:1,scrollWidth:5e6,autoImmediate:!0,skipSlideToWhenVisible:"true"===this.getAttribute("data-skipfocuswhenvisible"),dispatchScrollEvent:"true"===this.getAttribute("data-scrollevent")},self=this;setTimeout(function(){self.scroller=new scroller(self,options),self.scroller.init(),layoutManager.tv&&self.getAttribute("data-centerfocus")&&initCenterFocus(self,self.scroller)},0)},ScrollerProtoType.detachedCallback=function(){this.getAttribute("data-navcommands")&&inputManager.off(this,onInputCommand);var scrollerInstance=this.scroller;scrollerInstance&&(scrollerInstance.destroy(),this.scroller=null)},document.registerElement("emby-scroller",{prototype:ScrollerProtoType,extends:"div"})});
|
||||
define(["scroller","dom","layoutManager","inputManager","focusManager","registerElement"],function(scroller,dom,layoutManager,inputManager,focusManager){"use strict";function initCenterFocus(elem,scrollerInstance){dom.addEventListener(elem,"focus",function(e){var focused=focusManager.focusableParent(e.target);focused&&scrollerInstance.toCenter(focused)},{capture:!0,passive:!0})}function onInputCommand(e){var cmd=e.detail.command;"home"===cmd?(focusManager.focusFirst(this,"."+this.getAttribute("data-navcommands")),e.preventDefault(),e.stopPropagation()):"end"===cmd?(focusManager.focusLast(this,"."+this.getAttribute("data-navcommands")),e.preventDefault(),e.stopPropagation()):"pageup"===cmd?(focusManager.moveFocus(e.target,this,"."+this.getAttribute("data-navcommands"),-12),e.preventDefault(),e.stopPropagation()):"pagedown"===cmd&&(focusManager.moveFocus(e.target,this,"."+this.getAttribute("data-navcommands"),12),e.preventDefault(),e.stopPropagation())}function initHeadroom(elem){require(["headroom"],function(Headroom){var headroom=new Headroom([],{scroller:elem});headroom.init(),headroom.add(document.querySelector(".skinHeader")),elem.headroom=headroom})}var ScrollerProtoType=Object.create(HTMLDivElement.prototype);ScrollerProtoType.createdCallback=function(){this.classList.add("emby-scroller")},ScrollerProtoType.scrollToBeginning=function(){this.scroller&&this.scroller.slideTo(0,!0)},ScrollerProtoType.toStart=function(elem,immediate){this.scroller&&this.scroller.toStart(elem,immediate)},ScrollerProtoType.scrollToPosition=function(pos,immediate){this.scroller&&this.scroller.slideTo(pos,immediate)},ScrollerProtoType.getScrollPosition=function(){if(this.scroller)return this.scroller.getScrollPosition()},ScrollerProtoType.attachedCallback=function(){this.getAttribute("data-navcommands")&&inputManager.on(this,onInputCommand);var horizontal="false"!==this.getAttribute("data-horizontal"),slider=this.querySelector(".scrollSlider");horizontal&&(slider.style["white-space"]="nowrap");var bindHeader="true"===this.getAttribute("data-bindheader"),options={horizontal:horizontal,mouseDragging:1,mouseWheel:"false"!==this.getAttribute("data-mousewheel"),touchDragging:1,slidee:slider,scrollBy:200,speed:horizontal?300:270,elasticBounds:1,dragHandle:1,scrollWidth:5e6,autoImmediate:!0,skipSlideToWhenVisible:"true"===this.getAttribute("data-skipfocuswhenvisible"),dispatchScrollEvent:bindHeader||"true"===this.getAttribute("data-scrollevent")},self=this;self.scroller=new scroller(self,options),self.scroller.init(),layoutManager.tv&&self.getAttribute("data-centerfocus")&&initCenterFocus(self,self.scroller),bindHeader&&initHeadroom(self)},ScrollerProtoType.detachedCallback=function(){this.getAttribute("data-navcommands")&&inputManager.off(this,onInputCommand);var headroom=this.headroom;headroom&&(headroom.destroy(),this.headroom=null);var scrollerInstance=this.scroller;scrollerInstance&&(scrollerInstance.destroy(),this.scroller=null)},document.registerElement("emby-scroller",{prototype:ScrollerProtoType,extends:"div"})});
|
File diff suppressed because one or more lines are too long
1
dashboard-ui/bower_components/emby-webcomponents/headroom/headroom.css
vendored
Normal file
1
dashboard-ui/bower_components/emby-webcomponents/headroom/headroom.css
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.headroom{-webkit-transition:-webkit-transform 180ms linear;-o-transition:transform 180ms linear;transition:transform 180ms linear}.headroom--pinned{-webkit-transform:none;transform:none}.headroom--unpinned:not(.headroomDisabled){-webkit-transform:translateY(-100%);transform:translateY(-100%)}
|
1
dashboard-ui/bower_components/emby-webcomponents/headroom/headroom.js
vendored
Normal file
1
dashboard-ui/bower_components/emby-webcomponents/headroom/headroom.js
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
define(["dom","layoutManager","browser","css!./headroom"],function(dom,layoutManager,browser){"use strict";function Debouncer(callback){this.callback=callback,this.ticking=!1}function Headroom(elems,options){options=Object.assign(Headroom.options,options||{}),this.lastKnownScrollY=0,this.elems=elems,this.debouncer=new Debouncer(this.update.bind(this)),this.offset=options.offset,this.scroller=options.scroller,this.initialised=!1,this.initialClass=options.initialClass,this.unPinnedClass=options.unPinnedClass,this.upTolerance=options.upTolerance,this.downTolerance=options.downTolerance}var requestAnimationFrame=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame;return Debouncer.prototype={constructor:Debouncer,update:function(){this.callback&&this.callback(),this.ticking=!1},handleEvent:function(){this.ticking||(requestAnimationFrame(this.rafCallback||(this.rafCallback=this.update.bind(this))),this.ticking=!0)}},Headroom.prototype={constructor:Headroom,init:function(){if(browser.supportsCssAnimation()){for(var i=0,length=this.elems.length;i<length;i++)this.elems[i].classList.add(this.initialClass);this.attachEvent()}return this},add:function(elem){browser.supportsCssAnimation()&&(elem.classList.add(this.initialClass),this.elems.push(elem))},remove:function(elem){elem.classList.remove(this.unPinnedClass,this.initialClass);var i=this.elems.indexOf(elem);i!==-1&&this.elems.splice(i,1)},destroy:function(){this.initialised=!1;for(var i=0,length=this.elems.length;i<length;i++)this.elems[i].classList.remove(this.unPinnedClass,this.initialClass);dom.removeEventListener(this.scroller,"scroll",this.debouncer,{capture:!1,passive:!0})},attachEvent:function(){this.initialised||(this.lastKnownScrollY=this.getScrollY(),this.initialised=!0,dom.addEventListener(this.scroller,"scroll",this.debouncer,{capture:!1,passive:!0}),this.debouncer.handleEvent())},clear:function(){for(var i=0,length=this.elems.length;i<length;i++){var classList=this.elems[i].classList;classList.remove(this.unPinnedClass)}},unpin:function(){for(var i=0,length=this.elems.length;i<length;i++){var classList=this.elems[i].classList;classList.add(this.unPinnedClass)}},pin:function(scrollY){for(var i=0,length=this.elems.length;i<length;i++){var classList=this.elems[i].classList;scrollY&&layoutManager.tv?classList.add(this.unPinnedClass):classList.remove(this.unPinnedClass)}},getScrollY:function(){var scroller=this.scroller;if(scroller.getScrollPosition)return scroller.getScrollPosition();var pageYOffset=scroller.pageYOffset;if(void 0!==pageYOffset)return pageYOffset;var scrollTop=scroller.scrollTop;return void 0!==scrollTop?scrollTop:(document.documentElement||document.body).scrollTop},toleranceExceeded:function(currentScrollY,direction){return Math.abs(currentScrollY-this.lastKnownScrollY)>=this[direction+"Tolerance"]},shouldUnpin:function(currentScrollY,toleranceExceeded){var scrollingDown=currentScrollY>this.lastKnownScrollY,pastOffset=currentScrollY>=this.offset;return scrollingDown&&pastOffset&&toleranceExceeded},shouldPin:function(currentScrollY,toleranceExceeded){var scrollingUp=currentScrollY<this.lastKnownScrollY,pastOffset=currentScrollY<=this.offset;return scrollingUp&&toleranceExceeded||pastOffset},update:function(){var currentScrollY=this.getScrollY(),scrollDirection=currentScrollY>this.lastKnownScrollY?"down":"up",toleranceExceeded=this.toleranceExceeded(currentScrollY,scrollDirection);currentScrollY<0||(this.shouldUnpin(currentScrollY,toleranceExceeded)?this.unpin():this.shouldPin(currentScrollY,toleranceExceeded)?this.pin(currentScrollY):this.clear(),this.lastKnownScrollY=currentScrollY)}},Headroom.options={upTolerance:0,downTolerance:0,offset:0,scroller:window,initialClass:"headroom",unPinnedClass:"headroom--unpinned"},Headroom});
|
0
dashboard-ui/bower_components/emby-webcomponents/homescreensettings/homescreensettings.css
vendored
Normal file
0
dashboard-ui/bower_components/emby-webcomponents/homescreensettings/homescreensettings.css
vendored
Normal file
1
dashboard-ui/bower_components/emby-webcomponents/homescreensettings/homescreensettings.js
vendored
Normal file
1
dashboard-ui/bower_components/emby-webcomponents/homescreensettings/homescreensettings.js
vendored
Normal file
File diff suppressed because one or more lines are too long
171
dashboard-ui/bower_components/emby-webcomponents/homescreensettings/homescreensettings.template.html
vendored
Normal file
171
dashboard-ui/bower_components/emby-webcomponents/homescreensettings/homescreensettings.template.html
vendored
Normal file
|
@ -0,0 +1,171 @@
|
|||
<form style="margin:0 auto;">
|
||||
|
||||
<div class="verticalSection">
|
||||
|
||||
<br />
|
||||
<h1 class="sectionTitle">
|
||||
${HeaderHomeScreen}
|
||||
</h1>
|
||||
|
||||
<br />
|
||||
<div class="selectContainer">
|
||||
<select is="emby-select" id="selectHomeSection1" label="{section1label}">
|
||||
<option value="smalllibrarytiles">${HeaderMyMedia}</option>
|
||||
<option value="librarybuttons">${HeaderMyMediaSmall}</option>
|
||||
<option value="activerecordings">${HeaderActiveRecordings}</option>
|
||||
<option value="resume">${HeaderContinueWatching}</option>
|
||||
<option value="resumeaudio">${HeaderContinueListening}</option>
|
||||
<option value="latestmedia">${HeaderLatestMedia}</option>
|
||||
<option value="latestchannelmedia">${HeaderLatestChannelItems}</option>
|
||||
<option value="latesttvrecordings">${HeaderLatestRecordings}</option>
|
||||
<option value="nextup">${HeaderNextUp}</option>
|
||||
<option value="onnow">${HeaderOnNow}</option>
|
||||
<option value="none">${None}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="selectContainer">
|
||||
<select is="emby-select" id="selectHomeSection2" label="{section2label}">
|
||||
<option value="smalllibrarytiles">${HeaderMyMedia}</option>
|
||||
<option value="librarybuttons">${HeaderMyMediaSmall}</option>
|
||||
<option value="activerecordings">${HeaderActiveRecordings}</option>
|
||||
<option value="resume">${HeaderContinueWatching}</option>
|
||||
<option value="resumeaudio">${HeaderContinueListening}</option>
|
||||
<option value="latestmedia">${HeaderLatestMedia}</option>
|
||||
<option value="latestchannelmedia">${HeaderLatestChannelItems}</option>
|
||||
<option value="latesttvrecordings">${HeaderLatestRecordings}</option>
|
||||
<option value="nextup">${HeaderNextUp}</option>
|
||||
<option value="onnow">${HeaderOnNow}</option>
|
||||
<option value="none">${None}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="selectContainer">
|
||||
<select is="emby-select" id="selectHomeSection3" label="{section3label}">
|
||||
<option value="smalllibrarytiles">${HeaderMyMedia}</option>
|
||||
<option value="librarybuttons">${HeaderMyMediaSmall}</option>
|
||||
<option value="activerecordings">${HeaderActiveRecordings}</option>
|
||||
<option value="resume">${HeaderContinueWatching}</option>
|
||||
<option value="resumeaudio">${HeaderContinueListening}</option>
|
||||
<option value="latestmedia">${HeaderLatestMedia}</option>
|
||||
<option value="latestchannelmedia">${HeaderLatestChannelItems}</option>
|
||||
<option value="latesttvrecordings">${HeaderLatestRecordings}</option>
|
||||
<option value="nextup">${HeaderNextUp}</option>
|
||||
<option value="onnow">${HeaderOnNow}</option>
|
||||
<option value="none">${None}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="selectContainer">
|
||||
<select is="emby-select" id="selectHomeSection4" label="{section4label}">
|
||||
<option value="smalllibrarytiles">${HeaderMyMedia}</option>
|
||||
<option value="librarybuttons">${HeaderMyMediaSmall}</option>
|
||||
<option value="activerecordings">${HeaderActiveRecordings}</option>
|
||||
<option value="resume">${HeaderContinueWatching}</option>
|
||||
<option value="resumeaudio">${HeaderContinueListening}</option>
|
||||
<option value="latestmedia">${HeaderLatestMedia}</option>
|
||||
<option value="latestchannelmedia">${HeaderLatestChannelItems}</option>
|
||||
<option value="latesttvrecordings">${HeaderLatestRecordings}</option>
|
||||
<option value="nextup">${HeaderNextUp}</option>
|
||||
<option value="onnow">${HeaderOnNow}</option>
|
||||
<option value="none">${None}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="selectContainer">
|
||||
<select is="emby-select" id="selectHomeSection5" label="{section5label}">
|
||||
<option value="smalllibrarytiles">${HeaderMyMedia}</option>
|
||||
<option value="librarybuttons">${HeaderMyMediaSmall}</option>
|
||||
<option value="activerecordings">${HeaderActiveRecordings}</option>
|
||||
<option value="resume">${HeaderContinueWatching}</option>
|
||||
<option value="resumeaudio">${HeaderContinueListening}</option>
|
||||
<option value="latestmedia">${HeaderLatestMedia}</option>
|
||||
<option value="latestchannelmedia">${HeaderLatestChannelItems}</option>
|
||||
<option value="latesttvrecordings">${HeaderLatestRecordings}</option>
|
||||
<option value="nextup">${HeaderNextUp}</option>
|
||||
<option value="onnow">${HeaderOnNow}</option>
|
||||
<option value="none">${None}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="selectContainer">
|
||||
<select is="emby-select" id="selectHomeSection6" label="{section6label}">
|
||||
<option value="smalllibrarytiles">${HeaderMyMedia}</option>
|
||||
<option value="librarybuttons">${HeaderMyMediaSmall}</option>
|
||||
<option value="activerecordings">${HeaderActiveRecordings}</option>
|
||||
<option value="resume">${HeaderContinueWatching}</option>
|
||||
<option value="resumeaudio">${HeaderContinueListening}</option>
|
||||
<option value="latestmedia">${HeaderLatestMedia}</option>
|
||||
<option value="latestchannelmedia">${HeaderLatestChannelItems}</option>
|
||||
<option value="latesttvrecordings">${HeaderLatestRecordings}</option>
|
||||
<option value="nextup">${HeaderNextUp}</option>
|
||||
<option value="onnow">${HeaderOnNow}</option>
|
||||
<option value="none">${None}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="selectContainer">
|
||||
<select is="emby-select" id="selectHomeSection7" label="{section7label}">
|
||||
<option value="smalllibrarytiles">${HeaderMyMedia}</option>
|
||||
<option value="librarybuttons">${HeaderMyMediaSmall}</option>
|
||||
<option value="activerecordings">${HeaderActiveRecordings}</option>
|
||||
<option value="resume">${HeaderContinueWatching}</option>
|
||||
<option value="resumeaudio">${HeaderContinueListening}</option>
|
||||
<option value="latestmedia">${HeaderLatestMedia}</option>
|
||||
<option value="latestchannelmedia">${HeaderLatestChannelItems}</option>
|
||||
<option value="latesttvrecordings">${HeaderLatestRecordings}</option>
|
||||
<option value="nextup">${HeaderNextUp}</option>
|
||||
<option value="onnow">${HeaderOnNow}</option>
|
||||
<option value="none">${None}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="detailSection">
|
||||
<h1>
|
||||
${HeaderLibraryFolders}
|
||||
</h1>
|
||||
<div>
|
||||
<p>${LabelSelectFolderGroups}</p>
|
||||
<div class="folderGroupList"></div>
|
||||
<div class="fieldDescription checkboxFieldDescription">${LabelSelectFolderGroupsHelp}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="verticalSection">
|
||||
|
||||
<h1 class="sectionTitle">
|
||||
${HeaderLibraryOrder}
|
||||
</h1>
|
||||
<div class="paperList viewOrderList">
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="verticalSection landingScreensSection hide">
|
||||
|
||||
<h1 class="sectionTitle">
|
||||
${HeaderLandingScreens}
|
||||
</h1>
|
||||
<p>${LandingScreensHelp}</p>
|
||||
<div class="landingScreens">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="verticalSection">
|
||||
<h1 class="sectionTitle">
|
||||
${HeaderLatestMedia}
|
||||
</h1>
|
||||
<p>${LabelSelectLastestItemsFolders}</p>
|
||||
<div class="latestItemsList">
|
||||
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<label class="checkboxContainer">
|
||||
<input class="chkHidePlayedFromLatest" type="checkbox" is="emby-checkbox" />
|
||||
<span>${HideWatchedContentFromLatestMedia}</span>
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<button is="emby-button" type="submit" class="raised button-submit block btnSave hide">
|
||||
<span>${Save}</span>
|
||||
</button>
|
||||
</form>
|
|
@ -0,0 +1 @@
|
|||
define(["dialogHelper","layoutManager","globalize","require","events","homescreenSettings","paper-icon-button-light","css!./../formdialog"],function(dialogHelper,layoutManager,globalize,require,events,HomescreenSettings){"use strict";function centerFocus(elem,horiz,on){require(["scrollHelper"],function(scrollHelper){var fn=on?"on":"off";scrollHelper.centerFocus[fn](elem,horiz)})}function show(options){return new Promise(function(resolve,reject){require(["text!./homescreensettingsdialog.template.html"],function(template){var dialogOptions={removeOnClose:!0,scrollY:!1};layoutManager.tv?dialogOptions.size="fullscreen":dialogOptions.size="medium-tall";var dlg=dialogHelper.createDialog(dialogOptions);dlg.classList.add("formDialog");var html="",submitted=!1;html+=globalize.translateDocument(template,"sharedcomponents"),dlg.innerHTML=html,layoutManager.tv&¢erFocus(dlg.querySelector(".formDialogContent"),!1,!0);var homescreenSettingsInstance=new HomescreenSettings({serverId:options.serverId,userId:options.userId,element:dlg.querySelector(".settingsContent"),userSettings:options.userSettings,enableSaveButton:!1,enableSaveConfirmation:!1});dialogHelper.open(dlg),dlg.addEventListener("close",function(){layoutManager.tv&¢erFocus(dlg.querySelector(".formDialogContent"),!1,!1),submitted?resolve():reject()}),dlg.querySelector(".btnCancel").addEventListener("click",function(e){dialogHelper.close(dlg)}),dlg.querySelector(".btnSave").addEventListener("click",function(e){submitted=!0,homescreenSettingsInstance.submit()}),events.on(homescreenSettingsInstance,"saved",function(){submitted=!0,dialogHelper.close(dlg)})})})}return{show:show}});
|
|
@ -0,0 +1,22 @@
|
|||
<div class="formDialogHeader">
|
||||
<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon"></i></button>
|
||||
<h3 class="formDialogHeaderTitle">
|
||||
${HeaderDisplaySettings}
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
<div class="formDialogContent smoothScrollY">
|
||||
<div class="dialogContentInner dialog-content-centered">
|
||||
|
||||
<div class="settingsContent">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="formDialogFooter">
|
||||
<button is="emby-button" type="button" class="raised button-submit block formDialogFooterItem btnSave">
|
||||
<span>${Save}</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
.videoPlayerContainer{position:fixed!important;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.videoPlayerContainer:not(.videoPlayerContainer-withBackdrop){background:#000!important}.videoPlayerContainer-withBackdrop{background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;background-size:cover;background-attachment:fixed;background-color:#000}.videoPlayerContainer-onTop{z-index:1000}.htmlvideoplayer{margin:0!important;padding:0!important;width:100%;height:100%}.htmlvideoplayer::-webkit-media-text-track-display{margin-top:-2.5em}.htmlvideoplayer::cue{background-color:transparent;text-shadow:2px 2px 2px rgba(0,0,0,1);-webkit-font-smoothing:antialiased;font-family:inherit}.videoSubtitles{position:fixed;bottom:10%;text-align:center;left:0;right:0;color:#fff;font-size:150%}.videoSubtitlesInner{max-width:70%;background-color:rgba(0,0,0,.8);padding:.25em;margin:auto;display:inline-block}
|
||||
.videoPlayerContainer{position:fixed!important;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.videoPlayerContainer:not(.videoPlayerContainer-withBackdrop){background:#000!important}.videoPlayerContainer-withBackdrop{background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;background-size:cover;background-attachment:fixed;background-color:#000}.videoPlayerContainer-onTop{z-index:1000}.htmlvideoplayer{margin:0!important;padding:0!important;width:100%;height:100%}.htmlvideoplayer::-webkit-media-text-track-display{margin-top:-2.5em}.htmlvideoplayer::cue{background-color:transparent;text-shadow:2px 2px 2px rgba(0,0,0,1);-webkit-font-smoothing:antialiased;font-family:inherit}.videoSubtitles{position:fixed;bottom:10%;text-align:center;left:0;right:0;color:#fff;font-size:150%}.videoSubtitlesInner{max-width:70%;background-color:rgba(0,0,0,.8);padding:.25em;margin:auto;display:inline-block}@-webkit-keyframes htmlvideoplayer-zoomin{from{-webkit-transform:scale3d(.2,.2,.2);transform:scale3d(.2,.2,.2);opacity:.6}to{-webkit-transform:none;transform:none;opacity:initial}}@keyframes htmlvideoplayer-zoomin{from{-webkit-transform:scale3d(.2,.2,.2);transform:scale3d(.2,.2,.2);opacity:.6}to{-webkit-transform:none;transform:none;opacity:initial}}
|
|
@ -1 +1 @@
|
|||
define(["dom"],function(dom){"use strict";function loadImage(elem,url){return"IMG"!==elem.tagName?(elem.style.backgroundImage="url('"+url+"')",Promise.resolve()):loadImageIntoImg(elem,url)}function loadImageIntoImg(elem,url){return new Promise(function(resolve,reject){dom.addEventListener(elem,"load",resolve,{once:!0}),elem.setAttribute("src",url)})}return{loadImage:loadImage}});
|
||||
define(["dom"],function(dom){"use strict";function loadImage(elem,url){return elem?"IMG"!==elem.tagName?(elem.style.backgroundImage="url('"+url+"')",Promise.resolve()):loadImageIntoImg(elem,url):Promise.reject("elem cannot be null")}function loadImageIntoImg(elem,url){return new Promise(function(resolve,reject){dom.addEventListener(elem,"load",resolve,{once:!0}),elem.setAttribute("src",url)})}return{loadImage:loadImage}});
|
|
@ -1 +1 @@
|
|||
define(["lazyLoader","imageFetcher","layoutManager","browser","appSettings","require","css!./style"],function(lazyLoader,imageFetcher,layoutManager,browser,appSettings,require){"use strict";function fillImage(elem,source,enableEffects){source||(source=elem.getAttribute("data-src")),source&&fillImageElement(elem,source,enableEffects)}function fillImageElement(elem,source,enableEffects){imageFetcher.loadImage(elem,source).then(function(){var fillingVibrant=fillVibrant(elem,source);!enableFade||layoutManager.tv||enableEffects===!1||fillingVibrant||fadeIn(elem),elem.removeAttribute("data-src")})}function fillVibrant(img,url,canvas,canvasContext){var vibrantElement=img.getAttribute("data-vibrant");return!!vibrantElement&&(window.Vibrant?(fillVibrantOnLoaded(img,url,vibrantElement,canvas,canvasContext),!0):(require(["vibrant"],function(){fillVibrantOnLoaded(img,url,vibrantElement,canvas,canvasContext)}),!0))}function fillVibrantOnLoaded(img,url,vibrantElement){vibrantElement=document.getElementById(vibrantElement),vibrantElement&&requestIdleCallback(function(){getVibrantInfoFromElement(img,url).then(function(vibrantInfo){var swatch=vibrantInfo.split("|");if(swatch.length){var index=0;vibrantElement.style.backgroundColor=swatch[index],vibrantElement.style.color=swatch[index+1]}})})}function getVibrantInfoFromElement(elem,url){return new Promise(function(resolve,reject){require(["vibrant"],function(){if("IMG"===elem.tagName)return void resolve(getVibrantInfo(elem,url));var img=new Image;img.onload=function(){resolve(getVibrantInfo(img,url))},img.src=url})})}function getSettingsKey(url){var parts=url.split("://");url=parts[parts.length-1],url=url.substring(url.indexOf("/")+1),url=url.split("?")[0];var cacheKey="vibrant31";return cacheKey+url}function getCachedVibrantInfo(url){return appSettings.get(getSettingsKey(url))}function getVibrantInfo(img,url){var value=getCachedVibrantInfo(url);if(value)return value;var vibrant=new Vibrant(img),swatches=vibrant.swatches();value="";var swatch=swatches.DarkVibrant;return value+=getSwatchString(swatch),appSettings.set(getSettingsKey(url),value),value}function getSwatchString(swatch){return swatch?swatch.getHex()+"|"+swatch.getBodyTextColor()+"|"+swatch.getTitleTextColor():"||"}function fadeIn(elem){var cssClass=layoutManager.tv?"lazy-image-fadein-fast":"lazy-image-fadein";elem.classList.add(cssClass)}function lazyChildren(elem){lazyLoader.lazyChildren(elem,fillImage)}function getPrimaryImageAspectRatio(items){for(var values=[],i=0,length=items.length;i<length;i++){var ratio=items[i].PrimaryImageAspectRatio||0;ratio&&(values[values.length]=ratio)}if(!values.length)return null;values.sort(function(a,b){return a-b});var result,half=Math.floor(values.length/2);result=values.length%2?values[half]:(values[half-1]+values[half])/2;var aspect2x3=2/3;if(Math.abs(aspect2x3-result)<=.15)return aspect2x3;var aspect16x9=16/9;if(Math.abs(aspect16x9-result)<=.2)return aspect16x9;if(Math.abs(1-result)<=.15)return 1;var aspect4x3=4/3;return Math.abs(aspect4x3-result)<=.15?aspect4x3:result}function fillImages(elems){for(var i=0,length=elems.length;i<length;i++){var elem=elems[0];fillImage(elem)}}var requestIdleCallback=window.requestIdleCallback||function(fn){fn()},self={},enableFade=!browser.slow;return self.fillImages=fillImages,self.lazyImage=fillImage,self.lazyChildren=lazyChildren,self.getPrimaryImageAspectRatio=getPrimaryImageAspectRatio,self.getCachedVibrantInfo=getCachedVibrantInfo,self.getVibrantInfoFromElement=getVibrantInfoFromElement,self});
|
||||
define(["lazyLoader","imageFetcher","layoutManager","browser","appSettings","require","css!./style"],function(lazyLoader,imageFetcher,layoutManager,browser,appSettings,require){"use strict";function fillImage(elem,source,enableEffects){if(!elem)throw new Error("elem cannot be null");source||(source=elem.getAttribute("data-src")),source&&fillImageElement(elem,source,enableEffects)}function fillImageElement(elem,source,enableEffects){imageFetcher.loadImage(elem,source).then(function(){var fillingVibrant=fillVibrant(elem,source);!enableFade||layoutManager.tv||enableEffects===!1||fillingVibrant||fadeIn(elem),elem.removeAttribute("data-src")})}function fillVibrant(img,url,canvas,canvasContext){var vibrantElement=img.getAttribute("data-vibrant");return!!vibrantElement&&(window.Vibrant?(fillVibrantOnLoaded(img,url,vibrantElement,canvas,canvasContext),!0):(require(["vibrant"],function(){fillVibrantOnLoaded(img,url,vibrantElement,canvas,canvasContext)}),!0))}function fillVibrantOnLoaded(img,url,vibrantElement){vibrantElement=document.getElementById(vibrantElement),vibrantElement&&requestIdleCallback(function(){getVibrantInfoFromElement(img,url).then(function(vibrantInfo){var swatch=vibrantInfo.split("|");if(swatch.length){var index=0;vibrantElement.style.backgroundColor=swatch[index],vibrantElement.style.color=swatch[index+1]}})})}function getVibrantInfoFromElement(elem,url){return new Promise(function(resolve,reject){require(["vibrant"],function(){if("IMG"===elem.tagName)return void resolve(getVibrantInfo(elem,url));var img=new Image;img.onload=function(){resolve(getVibrantInfo(img,url))},img.src=url})})}function getSettingsKey(url){var parts=url.split("://");url=parts[parts.length-1],url=url.substring(url.indexOf("/")+1),url=url.split("?")[0];var cacheKey="vibrant31";return cacheKey+url}function getCachedVibrantInfo(url){return appSettings.get(getSettingsKey(url))}function getVibrantInfo(img,url){var value=getCachedVibrantInfo(url);if(value)return value;var vibrant=new Vibrant(img),swatches=vibrant.swatches();value="";var swatch=swatches.DarkVibrant;return value+=getSwatchString(swatch),appSettings.set(getSettingsKey(url),value),value}function getSwatchString(swatch){return swatch?swatch.getHex()+"|"+swatch.getBodyTextColor()+"|"+swatch.getTitleTextColor():"||"}function fadeIn(elem){var cssClass=layoutManager.tv?"lazy-image-fadein-fast":"lazy-image-fadein";elem.classList.add(cssClass)}function lazyChildren(elem){lazyLoader.lazyChildren(elem,fillImage)}function getPrimaryImageAspectRatio(items){for(var values=[],i=0,length=items.length;i<length;i++){var ratio=items[i].PrimaryImageAspectRatio||0;ratio&&(values[values.length]=ratio)}if(!values.length)return null;values.sort(function(a,b){return a-b});var result,half=Math.floor(values.length/2);result=values.length%2?values[half]:(values[half-1]+values[half])/2;var aspect2x3=2/3;if(Math.abs(aspect2x3-result)<=.15)return aspect2x3;var aspect16x9=16/9;if(Math.abs(aspect16x9-result)<=.2)return aspect16x9;if(Math.abs(1-result)<=.15)return 1;var aspect4x3=4/3;return Math.abs(aspect4x3-result)<=.15?aspect4x3:result}function fillImages(elems){for(var i=0,length=elems.length;i<length;i++){var elem=elems[0];fillImage(elem)}}var requestIdleCallback=window.requestIdleCallback||function(fn){fn()},self={},enableFade=!browser.slow;return self.fillImages=fillImages,self.lazyImage=fillImage,self.lazyChildren=lazyChildren,self.getPrimaryImageAspectRatio=getPrimaryImageAspectRatio,self.getCachedVibrantInfo=getCachedVibrantInfo,self.getVibrantInfoFromElement=getVibrantInfoFromElement,self});
|
|
@ -1 +0,0 @@
|
|||
define(["cryptojs-md5"],function(){"use strict";function createObjectStore(dataBase){dataBase.createObjectStore(imagesTableName,{keyPath:"id"}),db=dataBase}function revoke(url){}function loadImage(elem,url){return"IMG"!==elem.tagName?(elem.style.backgroundImage="url('"+url+"')",revoke(url),Promise.resolve(elem)):(elem.setAttribute("src",url),revoke(url),Promise.resolve(elem))}function getCacheKey(url){var index=url.indexOf("://");return index!==-1&&(url=url.substring(index+3),index=url.indexOf("/"),index!==-1&&(url=url.substring(index+1))),CryptoJS.MD5(url).toString()}function getFromDb(key){return new Promise(function(resolve,reject){var transaction=db.transaction(imagesTableName,"read"),request=transaction.objectStore(imagesTableName).get(key);request.onsuccess=function(event){var imgFile=event.target.result,URL=window.URL||window.webkitURL,imgURL=URL.createObjectURL(imgFile);resolve(imgURL)},request.onerror=reject})}function saveImageToDb(blob,key,resolve){var transaction=db.transaction(imagesTableName,"readwrite"),URL=(transaction.objectStore(imagesTableName).put({id:key,data:blob}),window.URL||window.webkitURL),imgURL=URL.createObjectURL(blob);resolve(imgURL)}function getImageUrl(originalUrl){var key=getCacheKey(originalUrl);return getFromDb(key).catch(function(){return new Promise(function(resolve,reject){var xhr=new XMLHttpRequest;xhr.open("GET",originalUrl,!0),xhr.responseType="blob",xhr.addEventListener("load",function(){200===xhr.status?saveImageToDb(xhr.response,key,resolve):reject()},!1),xhr.onerror=reject,xhr.send()})})}var db,indexedDB=window.indexedDB||window.webkitIndexedDB||window.mozIndexedDB||window.OIndexedDB||window.msIndexedDB,dbVersion=1,imagesTableName="images",request=indexedDB.open("imagesDb2",dbVersion);return request.onupgradeneeded=function(){createObjectStore(request.result)},request.onsuccess=function(event){console.log("Success creating/accessing IndexedDB database");var localDb=request.result;if(localDb.onerror=function(event){console.log("Error creating/accessing IndexedDB database")},localDb.setVersion)if(localDb.version!==dbVersion){var setVersion=localDb.setVersion(dbVersion);setVersion.onsuccess=function(){createObjectStore(localDb)}}else db=localDb;else db=localDb},{loadImage:function(elem,url){return db?getImageUrl(url).then(function(localUrl){return loadImage(elem,localUrl)},function(){return loadImage(elem,url)}):loadImage(elem,url)}}});
|
|
@ -1 +0,0 @@
|
|||
define(["cryptojs-md5"],function(){"use strict";function loadImage(elem,url){return"IMG"!==elem.tagName?(elem.style.backgroundImage="url('"+url+"')",Promise.resolve(elem)):(elem.setAttribute("src",url),Promise.resolve(elem))}function createDir(rootDirEntry,folders,callback,errorCallback){"."!==folders[0]&&""!==folders[0]||(folders=folders.slice(1)),rootDirEntry.getDirectory(folders[0],{create:!0},function(dirEntry){folders.length>1?createDir(dirEntry,folders.slice(1),callback,errorCallback):callback(dirEntry)},errorCallback)}function toArray(list){return Array.prototype.slice.call(list||[],0)}function cleanCache(){var dirReader=imageCacheDirectoryEntry.createReader(),entries=[],onReadFail=function(){console.log("dirReader.readEntries failed")},readEntries=function(){dirReader.readEntries(function(results){results.length?(entries=entries.concat(toArray(results)),readEntries()):entries.forEach(cleanFile)},onReadFail)};readEntries()}function cleanFile(fileEntry){fileEntry.isFile&&fileEntry.file(function(file){getLastModified(file,fileEntry).then(function(lastModifiedDate){var elapsed=(new Date).getTime()-lastModifiedDate,maxElapsed=3456e6;if(elapsed>=maxElapsed){var fullPath=fileEntry.fullPath;console.log("deleting file: "+fullPath),fileEntry.remove(function(){console.log("File deleted: "+fullPath)},function(){console.log("Failed to delete file: "+fullPath)})}})})}function getLastModified(file,fileEntry){var lastModifiedDate=file.lastModified||file.lastModifiedDate||file.modificationTime;return lastModifiedDate?(lastModifiedDate.getTime&&(lastModifiedDate=lastModifiedDate.getTime()),Promise.resolve(lastModifiedDate)):new Promise(function(resolve,reject){fileEntry.getMetadata(function(metadata){var lastModifiedDate=metadata.lastModified||metadata.lastModifiedDate||metadata.modificationTime;lastModifiedDate&&lastModifiedDate.getTime&&(lastModifiedDate=lastModifiedDate.getTime()),resolve(lastModifiedDate)})})}function getCacheKey(url){var index=url.indexOf("://");return index!==-1&&(url=url.substring(index+3),index=url.indexOf("/"),index!==-1&&(url=url.substring(index+1))),CryptoJS.MD5(url).toString()}function downloadToFile(url,dir,filename,callback,errorCallback){console.log("Downloading "+url);var xhr=new XMLHttpRequest;xhr.open("GET",url,!0),xhr.responseType="arraybuffer",xhr.onload=function(e){200===this.status?writeData(dir,filename,this.getResponseHeader("Content-Type"),this.response,callback,errorCallback):errorCallback()},xhr.send()}function writeData(dir,filename,fileType,data,callback,errorCallback){dir.getFile(filename,{create:!0},function(fileEntry){fileEntry.createWriter(function(fileWriter){fileWriter.onwriteend=function(e){callback(fileEntry)},fileWriter.onerror=errorCallback;var blob=new Blob([data],{type:fileType});fileWriter.write(blob)},errorCallback)},errorCallback)}function getImageUrl(originalUrl){return new Promise(function(resolve,reject){originalUrl.indexOf("tag=")!==-1&&(originalUrl+="&accept=webp");var key=getCacheKey(originalUrl),fileEntryCallback=function(fileEntry){resolve(fileEntry.toURL())},errorCallback=function(e){console.log("Imagestore error: "+e.name),reject()};if(!fileSystem||!imageCacheDirectoryEntry)return void errorCallback("");var path="/"+imageCacheFolder+"/"+key;fileSystem.root.getFile(path,{create:!1},fileEntryCallback,function(){downloadToFile(originalUrl,imageCacheDirectoryEntry,key,fileEntryCallback,errorCallback)})})}var imageCacheDirectoryEntry,requestedBytes=1572864e3,imageCacheFolder="images";navigator.webkitPersistentStorage.requestQuota(requestedBytes,function(grantedBytes){var requestMethod=window.webkitRequestFileSystem||window.requestFileSystem;requestMethod(PERSISTENT,grantedBytes,function(fs){fileSystem=fs,createDir(fileSystem.root,imageCacheFolder.split("/"),function(dirEntry){imageCacheDirectoryEntry=dirEntry,setTimeout(cleanCache,6e4)})})});var fileSystem;return{loadImage:function(elem,url){return getImageUrl(url).then(function(localUrl){return loadImage(elem,localUrl)},function(){return loadImage(elem,url)})}}});
|
|
@ -1 +1 @@
|
|||
define(["connectionManager","playbackManager","events","inputManager","focusManager","embyRouter"],function(connectionManager,playbackManager,events,inputManager,focusManager,embyRouter){"use strict";function notifyApp(){inputManager.notify()}function displayMessage(cmd){var args=cmd.Arguments;args.TimeoutMs?require(["toast"],function(toast){toast({title:args.Header,text:args.Text})}):require(["alert"],function(alert){alert({title:args.Header,text:args.Text})})}function displayContent(cmd,apiClient){apiClient.getItem(apiClient.getCurrentUserId(),cmd.ItemId).then(function(item){embyRouter.showItem(item)})}function processGeneralCommand(cmd,apiClient){switch(cmd.Name){case"Select":return void inputManager.trigger("select");case"Back":return void inputManager.trigger("back");case"MoveUp":return void inputManager.trigger("up");case"MoveDown":return void inputManager.trigger("down");case"MoveLeft":return void inputManager.trigger("left");case"MoveRight":return void inputManager.trigger("right");case"PageUp":return void inputManager.trigger("pageup");case"PageDown":return void inputManager.trigger("pagedown");case"SetRepeatMode":playbackManager.setRepeatMode(cmd.Arguments.RepeatMode);break;case"VolumeUp":return void inputManager.trigger("volumeup");case"VolumeDown":return void inputManager.trigger("volumedown");case"ChannelUp":return void inputManager.trigger("channelup");case"ChannelDown":return void inputManager.trigger("channeldown");case"Mute":return void inputManager.trigger("mute");case"Unmute":return void inputManager.trigger("unmute");case"ToggleMute":return void inputManager.trigger("togglemute");case"SetVolume":notifyApp(),playbackManager.setVolume(cmd.Arguments.Volume);break;case"SetAudioStreamIndex":notifyApp(),playbackManager.setAudioStreamIndex(parseInt(cmd.Arguments.Index));break;case"SetSubtitleStreamIndex":notifyApp(),playbackManager.setSubtitleStreamIndex(parseInt(cmd.Arguments.Index));break;case"ToggleFullscreen":return void inputManager.trigger("togglefullscreen");case"GoHome":return void inputManager.trigger("home");case"GoToSettings":return void inputManager.trigger("settings");case"DisplayContent":displayContent(cmd,apiClient);break;case"GoToSearch":return void inputManager.trigger("search");case"DisplayMessage":displayMessage(cmd);break;case"ToggleOsd":break;case"ToggleContextMenu":break;case"TakeScreenShot":break;case"SendKey":break;case"SendString":focusManager.sendText(cmd.Arguments.String);break;default:console.log("processGeneralCommand does not recognize: "+cmd.Name)}notifyApp()}function onWebSocketMessageReceived(e,msg){var apiClient=this;if("Play"===msg.MessageType){notifyApp();var serverId=apiClient.serverInfo().Id;"PlayNext"===msg.Data.PlayCommand?playbackManager.queueNext({ids:msg.Data.ItemIds,serverId:serverId}):"PlayLast"===msg.Data.PlayCommand?playbackManager.queue({ids:msg.Data.ItemIds,serverId:serverId}):playbackManager.play({ids:msg.Data.ItemIds,startPositionTicks:msg.Data.StartPositionTicks,serverId:serverId})}else if("Playstate"===msg.MessageType)"Stop"===msg.Data.Command?inputManager.trigger("stop"):"Pause"===msg.Data.Command?inputManager.trigger("pause"):"Unpause"===msg.Data.Command?inputManager.trigger("play"):"Seek"===msg.Data.Command?playbackManager.seek(msg.Data.SeekPositionTicks):"NextTrack"===msg.Data.Command?inputManager.trigger("next"):"PreviousTrack"===msg.Data.Command?inputManager.trigger("previous"):notifyApp();else if("GeneralCommand"===msg.MessageType){var cmd=msg.Data;processGeneralCommand(cmd,apiClient)}}function bindEvents(apiClient){events.off(apiClient,"websocketmessage",onWebSocketMessageReceived),events.on(apiClient,"websocketmessage",onWebSocketMessageReceived)}connectionManager.getApiClients().forEach(bindEvents),events.on(connectionManager,"apiclientcreated",function(e,newApiClient){bindEvents(newApiClient)})});
|
||||
define(["connectionManager","playbackManager","events","inputManager","focusManager","embyRouter"],function(connectionManager,playbackManager,events,inputManager,focusManager,embyRouter){"use strict";function notifyApp(){inputManager.notify()}function displayMessage(cmd){var args=cmd.Arguments;args.TimeoutMs?require(["toast"],function(toast){toast({title:args.Header,text:args.Text})}):require(["alert"],function(alert){alert({title:args.Header,text:args.Text})})}function displayContent(cmd,apiClient){apiClient.getItem(apiClient.getCurrentUserId(),cmd.Arguments.ItemId).then(function(item){embyRouter.showItem(item)})}function processGeneralCommand(cmd,apiClient){switch(cmd.Name){case"Select":return void inputManager.trigger("select");case"Back":return void inputManager.trigger("back");case"MoveUp":return void inputManager.trigger("up");case"MoveDown":return void inputManager.trigger("down");case"MoveLeft":return void inputManager.trigger("left");case"MoveRight":return void inputManager.trigger("right");case"PageUp":return void inputManager.trigger("pageup");case"PageDown":return void inputManager.trigger("pagedown");case"SetRepeatMode":playbackManager.setRepeatMode(cmd.Arguments.RepeatMode);break;case"VolumeUp":return void inputManager.trigger("volumeup");case"VolumeDown":return void inputManager.trigger("volumedown");case"ChannelUp":return void inputManager.trigger("channelup");case"ChannelDown":return void inputManager.trigger("channeldown");case"Mute":return void inputManager.trigger("mute");case"Unmute":return void inputManager.trigger("unmute");case"ToggleMute":return void inputManager.trigger("togglemute");case"SetVolume":notifyApp(),playbackManager.setVolume(cmd.Arguments.Volume);break;case"SetAudioStreamIndex":notifyApp(),playbackManager.setAudioStreamIndex(parseInt(cmd.Arguments.Index));break;case"SetSubtitleStreamIndex":notifyApp(),playbackManager.setSubtitleStreamIndex(parseInt(cmd.Arguments.Index));break;case"ToggleFullscreen":return void inputManager.trigger("togglefullscreen");case"GoHome":return void inputManager.trigger("home");case"GoToSettings":return void inputManager.trigger("settings");case"DisplayContent":displayContent(cmd,apiClient);break;case"GoToSearch":return void inputManager.trigger("search");case"DisplayMessage":displayMessage(cmd);break;case"ToggleOsd":break;case"ToggleContextMenu":break;case"TakeScreenShot":break;case"SendKey":break;case"SendString":focusManager.sendText(cmd.Arguments.String);break;default:console.log("processGeneralCommand does not recognize: "+cmd.Name)}notifyApp()}function onWebSocketMessageReceived(e,msg){var apiClient=this;if("Play"===msg.MessageType){notifyApp();var serverId=apiClient.serverInfo().Id;"PlayNext"===msg.Data.PlayCommand?playbackManager.queueNext({ids:msg.Data.ItemIds,serverId:serverId}):"PlayLast"===msg.Data.PlayCommand?playbackManager.queue({ids:msg.Data.ItemIds,serverId:serverId}):playbackManager.play({ids:msg.Data.ItemIds,startPositionTicks:msg.Data.StartPositionTicks,serverId:serverId})}else if("Playstate"===msg.MessageType)"Stop"===msg.Data.Command?inputManager.trigger("stop"):"Pause"===msg.Data.Command?inputManager.trigger("pause"):"Unpause"===msg.Data.Command?inputManager.trigger("play"):"Seek"===msg.Data.Command?playbackManager.seek(msg.Data.SeekPositionTicks):"NextTrack"===msg.Data.Command?inputManager.trigger("next"):"PreviousTrack"===msg.Data.Command?inputManager.trigger("previous"):notifyApp();else if("GeneralCommand"===msg.MessageType){var cmd=msg.Data;processGeneralCommand(cmd,apiClient)}}function bindEvents(apiClient){events.off(apiClient,"websocketmessage",onWebSocketMessageReceived),events.on(apiClient,"websocketmessage",onWebSocketMessageReceived)}connectionManager.getApiClients().forEach(bindEvents),events.on(connectionManager,"apiclientcreated",function(e,newApiClient){bindEvents(newApiClient)})});
|
|
@ -1 +1 @@
|
|||
define(["inputManager","focusManager","browser","layoutManager","events","dom"],function(inputmanager,focusManager,browser,layoutManager,events,dom){"use strict";function mouseIdleTime(){return(new Date).getTime()-lastMouseInputTime}function notifyApp(){inputmanager.notifyMouseMove()}function onMouseEnter(e){if(!isMouseIdle){var parent=focusManager.focusableParent(e.target);parent&&focusManager.focus(e.target)}}function enableFocusWithMouse(){return!!layoutManager.tv&&(!!browser.xboxOne||!!browser.tv)}function initMouseFocus(){dom.removeEventListener(document,"mouseenter",onMouseEnter,{capture:!0,passive:!0}),enableFocusWithMouse()&&dom.addEventListener(document,"mouseenter",onMouseEnter,{capture:!0,passive:!0})}var isMouseIdle,lastMouseMoveData,self={},lastMouseInputTime=(new Date).getTime();return dom.addEventListener(document,"mousemove",function(e){var eventX=e.screenX,eventY=e.screenY;if("undefined"!=typeof eventX||"undefined"!=typeof eventY){var obj=lastMouseMoveData;return obj?void(Math.abs(eventX-obj.x)<10&&Math.abs(eventY-obj.y)<10||(obj.x=eventX,obj.y=eventY,lastMouseInputTime=(new Date).getTime(),notifyApp(),isMouseIdle&&(isMouseIdle=!1,document.body.classList.remove("mouseIdle"),events.trigger(self,"mouseactive")))):void(lastMouseMoveData={x:eventX,y:eventY})}},{passive:!0}),initMouseFocus(),events.on(layoutManager,"modechange",initMouseFocus),setInterval(function(){mouseIdleTime()>=5e3&&(isMouseIdle=!0,document.body.classList.add("mouseIdle"),events.trigger(self,"mouseidle"))},5e3),self});
|
||||
define(["inputManager","focusManager","browser","layoutManager","events","dom"],function(inputmanager,focusManager,browser,layoutManager,events,dom){"use strict";function mouseIdleTime(){return(new Date).getTime()-lastMouseInputTime}function notifyApp(){inputmanager.notifyMouseMove()}function onMouseMove(e){var eventX=e.screenX,eventY=e.screenY;if("undefined"!=typeof eventX||"undefined"!=typeof eventY){var obj=lastMouseMoveData;return obj?void(Math.abs(eventX-obj.x)<10&&Math.abs(eventY-obj.y)<10||(obj.x=eventX,obj.y=eventY,lastMouseInputTime=(new Date).getTime(),notifyApp(),isMouseIdle&&(isMouseIdle=!1,document.body.classList.remove("mouseIdle"),events.trigger(self,"mouseactive")))):void(lastMouseMoveData={x:eventX,y:eventY})}}function onMouseEnter(e){if(!isMouseIdle){var parent=focusManager.focusableParent(e.target);parent&&focusManager.focus(e.target)}}function enableFocusWithMouse(){return!!layoutManager.tv&&(!!browser.xboxOne||!!browser.tv)}function onMouseInterval(){mouseIdleTime()>=5e3&&(isMouseIdle=!0,document.body.classList.add("mouseIdle"),events.trigger(self,"mouseidle"))}function startMouseInterval(){mouseInterval||(mouseInterval=setInterval(onMouseInterval,5e3))}function stopMouseInterval(){var interval=mouseInterval;interval&&(clearInterval(interval),mouseInterval=null),document.body.classList.remove("mouseIdle")}function initMouse(){stopMouseInterval(),dom.removeEventListener(document,"mousemove",onMouseMove,{passive:!0}),layoutManager.mobile||(startMouseInterval(),dom.addEventListener(document,"mousemove",onMouseMove,{passive:!0})),dom.removeEventListener(document,"mouseenter",onMouseEnter,{capture:!0,passive:!0}),enableFocusWithMouse()&&dom.addEventListener(document,"mouseenter",onMouseEnter,{capture:!0,passive:!0})}var isMouseIdle,lastMouseMoveData,mouseInterval,self={},lastMouseInputTime=(new Date).getTime();return initMouse(),events.on(layoutManager,"modechange",initMouse),self});
|
|
@ -1 +1 @@
|
|||
define(["browser","appSettings","events"],function(browser,appSettings,events){"use strict";function setLayout(self,layout,selectedLayout){layout===selectedLayout?(self[layout]=!0,document.documentElement.classList.add("layout-"+layout)):(self[layout]=!1,document.documentElement.classList.remove("layout-"+layout))}function LayoutManager(){var self=this;self.setLayout=function(layout,save){layout&&"auto"!==layout?(setLayout(self,"mobile",layout),setLayout(self,"tv",layout),setLayout(self,"desktop",layout),save!==!1&&appSettings.set("layout",layout)):(self.autoLayout(),save!==!1&&appSettings.set("layout","")),events.trigger(self,"modechange")},self.getSavedLayout=function(layout){return appSettings.get("layout")},self.autoLayout=function(){browser.mobile?self.setLayout("mobile",!1):browser.tv||browser.xboxOne?self.setLayout("tv",!1):self.setLayout(self.defaultLayout||"tv",!1)},self.init=function(){var saved=self.getSavedLayout();saved?self.setLayout(saved,!1):self.autoLayout()}}return new LayoutManager});
|
||||
define(["browser","appSettings","events"],function(browser,appSettings,events){"use strict";function setLayout(self,layout,selectedLayout){layout===selectedLayout?(self[layout]=!0,document.documentElement.classList.add("layout-"+layout)):(self[layout]=!1,document.documentElement.classList.remove("layout-"+layout))}function LayoutManager(){}return LayoutManager.prototype.setLayout=function(layout,save){layout&&"auto"!==layout?(setLayout(this,"mobile",layout),setLayout(this,"tv",layout),setLayout(this,"desktop",layout),save!==!1&&appSettings.set("layout",layout)):(this.autoLayout(),save!==!1&&appSettings.set("layout","")),events.trigger(this,"modechange")},LayoutManager.prototype.getSavedLayout=function(layout){return appSettings.get("layout")},LayoutManager.prototype.autoLayout=function(){browser.mobile?this.setLayout("mobile",!1):browser.tv||browser.xboxOne?this.setLayout("tv",!1):this.setLayout(this.defaultLayout||"tv",!1)},LayoutManager.prototype.init=function(){var saved=this.getSavedLayout();saved?this.setLayout(saved,!1):this.autoLayout()},new LayoutManager});
|
|
@ -1 +1 @@
|
|||
.mediaInfoText,.starRatingContainer{display:-webkit-box;display:-webkit-flex;-webkit-box-align:center}.mediaInfoItem{margin:0 1em 0 0}.mediaInfoText{padding:.2em .5em;-webkit-border-radius:.25em;border-radius:.25em;color:#ddd;font-size:84%;background:rgba(170,170,190,.2);display:flex;-webkit-align-items:center;align-items:center;white-space:nowrap}.mediaInfoTimerIcon,.starIcon{color:#CB272A}.mediaInfoIconItem{width:auto;height:auto;font-size:1.6em;margin-right:.6em}.mediaInfoItem:last-child{margin-right:0}.starRatingContainer{display:flex;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;vertical-align:middle;padding-top:0;padding-bottom:0}.starIcon{width:auto!important;height:auto!important;font-size:1.4em}.mediaInfoCriticRating{padding-left:1.5em;background-position:left center;background-repeat:no-repeat;-webkit-background-size:auto 1.2em;background-size:auto 1.2em;min-height:1.2em;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.mediaInfoCriticRatingFresh{background-image:url(fresh.png)}.mediaInfoCriticRatingRotten{background-image:url(rotten.png)}.mediaInfoProgramAttribute{color:#fff;text-transform:uppercase;padding:.16em .6em;-webkit-border-radius:.15em;border-radius:.15em;font-size:80%}.closedCaptionMediaInfoText{font-weight:700}
|
||||
.mediaInfoText,.starRatingContainer{display:-webkit-box;display:-webkit-flex;-webkit-box-align:center}.mediaInfoItem{margin:0 1em 0 0;padding:0}.mediaInfoText{padding:.2em .5em;-webkit-border-radius:.25em;border-radius:.25em;color:#ddd;font-size:84%;background:rgba(170,170,190,.2);display:flex;-webkit-align-items:center;align-items:center;white-space:nowrap}.mediaInfoTimerIcon,.starIcon{color:#CB272A}.mediaInfoIconItem{width:auto;height:auto;font-size:1.6em;margin-right:.6em}.mediaInfoItem:last-child{margin-right:0}.starRatingContainer{display:flex;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;vertical-align:middle;padding-top:0;padding-bottom:0}.starIcon{width:auto!important;height:auto!important;font-size:1.4em}.mediaInfoCriticRating{padding-left:1.5em;background-position:left center;background-repeat:no-repeat;-webkit-background-size:auto 1.2em;background-size:auto 1.2em;min-height:1.2em;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.mediaInfoCriticRatingFresh{background-image:url(fresh.png)}.mediaInfoCriticRatingRotten{background-image:url(rotten.png)}.mediaInfoProgramAttribute{color:#fff;text-transform:uppercase;padding:.16em .6em;-webkit-border-radius:.15em;border-radius:.15em;font-size:80%}.closedCaptionMediaInfoText{font-weight:700}
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
.itemSelectionPanel{position:absolute;bottom:0;left:0;right:0;top:0;background-color:rgba(0,0,0,.3);z-index:99998;border:1px solid #43A047}.selectionCommandsPanel{position:fixed;top:0;left:0;right:0;background:#43A047;padding:.5em;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#fff;z-index:99999}.itemSelectionCount{vertical-align:middle;color:#fff;opacity:1!important;margin:0}.multiSelectCheckboxOutline{top:0!important;-webkit-border-radius:0!important;border-radius:0!important}.withMultiSelect{position:relative}
|
||||
.itemSelectionPanel{position:absolute;bottom:0;left:0;right:0;top:0;background-color:rgba(0,0,0,.3);z-index:99998;border:1px solid #43A047}.selectionCommandsPanel{position:fixed;top:0;left:0;right:0;background:#43A047;padding:.5em;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#fff;z-index:99999}.itemSelectionCount{vertical-align:middle;color:#fff!important;margin:0}.multiSelectCheckboxOutline{top:0!important;-webkit-border-radius:0!important;border-radius:0!important}.withMultiSelect{position:relative}
|
|
@ -1 +1 @@
|
|||
define(["appSettings","pluginManager"],function(appSettings,pluginManager){"use strict";function packageManager(){function addPackage(pkg){packages=packages.filter(function(p){return p.name!==pkg.name}),packages.push(pkg)}function removeUrl(url){var manifestUrls=JSON.parse(appSettings.get(settingsKey)||"[]");manifestUrls=manifestUrls.filter(function(i){return i!==url}),appSettings.set(settingsKey,JSON.stringify(manifestUrls))}function loadPackage(url,throwError){return new Promise(function(resolve,reject){var xhr=new XMLHttpRequest,originalUrl=url;url+=url.indexOf("?")===-1?"?":"&",url+="t="+(new Date).getTime(),xhr.open("GET",url,!0);var onError=function(){throwError===!0?reject():(removeUrl(originalUrl),resolve())};xhr.onload=function(e){if(this.status<400){var pkg=JSON.parse(this.response);pkg.url=originalUrl,addPackage(pkg);var plugins=pkg.plugins||[];pkg.plugin&&plugins.push(pkg.plugin);var promises=plugins.map(function(pluginUrl){return pluginManager.loadPlugin(self.mapPath(pkg,pluginUrl))});Promise.all(promises).then(resolve,resolve)}else onError()},xhr.onerror=onError,xhr.send()})}var self=this,settingsKey="installedpackages1",packages=[];self.packages=function(){return packages.slice(0)},self.install=function(url){return loadPackage(url,!0).then(function(pkg){var manifestUrls=JSON.parse(appSettings.get(settingsKey)||"[]");return manifestUrls.indexOf(url)===-1&&(manifestUrls.push(url),appSettings.set(settingsKey,JSON.stringify(manifestUrls))),pkg})},self.uninstall=function(name){var pkg=packages.filter(function(p){return p.name===name})[0];return pkg&&(packages=packages.filter(function(p){return p.name!==name}),removeUrl(pkg.url)),Promise.resolve()},self.init=function(){var manifestUrls=JSON.parse(appSettings.get(settingsKey)||"[]");return Promise.all(manifestUrls.map(loadPackage)).then(function(){return Promise.resolve()},function(){return Promise.resolve()})},self.mapPath=function(pkg,pluginUrl){var urlLower=pluginUrl.toLowerCase();if(0===urlLower.indexOf("http:")||0===urlLower.indexOf("https:")||0===urlLower.indexOf("file:"))return pluginUrl;var packageUrl=pkg.url;return packageUrl=packageUrl.substring(0,packageUrl.lastIndexOf("/")),packageUrl+="/",packageUrl+=pluginUrl}}return new packageManager});
|
||||
define(["appSettings","pluginManager"],function(appSettings,pluginManager){"use strict";function PackageManager(){function addPackage(pkg){packages=packages.filter(function(p){return p.name!==pkg.name}),packages.push(pkg)}function removeUrl(url){var manifestUrls=JSON.parse(appSettings.get(settingsKey)||"[]");manifestUrls=manifestUrls.filter(function(i){return i!==url}),appSettings.set(settingsKey,JSON.stringify(manifestUrls))}function loadPackage(url,throwError){return new Promise(function(resolve,reject){var xhr=new XMLHttpRequest,originalUrl=url;url+=url.indexOf("?")===-1?"?":"&",url+="t="+(new Date).getTime(),xhr.open("GET",url,!0);var onError=function(){throwError===!0?reject():(removeUrl(originalUrl),resolve())};xhr.onload=function(e){if(this.status<400){var pkg=JSON.parse(this.response);pkg.url=originalUrl,addPackage(pkg);var plugins=pkg.plugins||[];pkg.plugin&&plugins.push(pkg.plugin);var promises=plugins.map(function(pluginUrl){return pluginManager.loadPlugin(self.mapPath(pkg,pluginUrl))});Promise.all(promises).then(resolve,resolve)}else onError()},xhr.onerror=onError,xhr.send()})}var self=this,settingsKey="installedpackages1",packages=[];self.packages=function(){return packages.slice(0)},self.install=function(url){return loadPackage(url,!0).then(function(pkg){var manifestUrls=JSON.parse(appSettings.get(settingsKey)||"[]");return manifestUrls.indexOf(url)===-1&&(manifestUrls.push(url),appSettings.set(settingsKey,JSON.stringify(manifestUrls))),pkg})},self.uninstall=function(name){var pkg=packages.filter(function(p){return p.name===name})[0];return pkg&&(packages=packages.filter(function(p){return p.name!==name}),removeUrl(pkg.url)),Promise.resolve()},self.init=function(){var manifestUrls=JSON.parse(appSettings.get(settingsKey)||"[]");return Promise.all(manifestUrls.map(loadPackage)).then(function(){return Promise.resolve()},function(){return Promise.resolve()})}}return PackageManager.prototype.mapPath=function(pkg,pluginUrl){var urlLower=pluginUrl.toLowerCase();if(0===urlLower.indexOf("http:")||0===urlLower.indexOf("https:")||0===urlLower.indexOf("file:"))return pluginUrl;var packageUrl=pkg.url;return packageUrl=packageUrl.substring(0,packageUrl.lastIndexOf("/")),packageUrl+="/",packageUrl+=pluginUrl},new PackageManager});
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
define(["connectionManager","globalize"],function(connectionManager,globalize){"use strict";return function(){function validatePlayback(options){var item=options.item;if(!item)return Promise.resolve();var serverId=item.ServerId;return serverId?connectionManager.getApiClient(serverId).getCurrentUser().then(function(user){return user.Policy.EnableMediaPlayback?Promise.resolve():options.fullscreen?showErrorMessage():Promise.reject()}):Promise.resolve()}function getRequirePromise(deps){return new Promise(function(resolve,reject){require(deps,resolve)})}function showErrorMessage(){return getRequirePromise(["alert"]).then(function(alert){return alert(globalize.translate("sharedcomponents#MessagePlayAccessRestricted")).then(function(){return Promise.reject()})})}var self=this;self.name="Playback validation",self.type="preplayintercept",self.id="playaccessvalidation",self.order=-2,self.intercept=function(options){return validatePlayback(options)}}});
|
||||
define(["connectionManager","globalize"],function(connectionManager,globalize){"use strict";function getRequirePromise(deps){return new Promise(function(resolve,reject){require(deps,resolve)})}function showErrorMessage(){return getRequirePromise(["alert"]).then(function(alert){return alert(globalize.translate("sharedcomponents#MessagePlayAccessRestricted")).then(function(){return Promise.reject()})})}function PlayAccessValidation(){this.name="Playback validation",this.type="preplayintercept",this.id="playaccessvalidation",this.order=-2}return PlayAccessValidation.prototype.intercept=function(options){var item=options.item;if(!item)return Promise.resolve();var serverId=item.ServerId;return serverId?connectionManager.getApiClient(serverId).getCurrentUser().then(function(user){return user.Policy.EnableMediaPlayback?Promise.resolve():options.fullscreen?showErrorMessage():Promise.reject()}):Promise.resolve()},PlayAccessValidation});
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
define(["playbackManager"],function(playbackManager){"use strict";return function(){function validatePlayback(options){return new Promise(function(resolve,reject){require(["registrationServices"],function(registrationServices){registrationServices.validateFeature("playback",options).then(function(result){result&&result.enableTimeLimit&&startAutoStopTimer(),resolve()})})})}function startAutoStopTimer(){stopAutoStopTimer(),autoStopTimeout=setTimeout(onAutoStopTimeout,lockedTimeLimitMs)}function onAutoStopTimeout(){stopAutoStopTimer(),playbackManager.stop()}function stopAutoStopTimer(){var timeout=autoStopTimeout;timeout&&(clearTimeout(timeout),autoStopTimeout=null)}var self=this;self.name="Playback validation",self.type="preplayintercept",self.id="playbackvalidation",self.order=-1,self.intercept=function(options){return options.fullscreen?validatePlayback(options):Promise.resolve()};var autoStopTimeout,lockedTimeLimitMs=63e3}});
|
||||
define(["playbackManager","itemHelper"],function(playbackManager,itemHelper){"use strict";function getRequirePromise(deps){return new Promise(function(resolve,reject){require(deps,resolve)})}function validatePlayback(options){return getRequirePromise(["registrationServices"]).then(function(registrationServices){return registrationServices.validateFeature("playback",options).then(function(result){result&&result.enableTimeLimit&&startAutoStopTimer()})})}function startAutoStopTimer(){stopAutoStopTimer(),autoStopTimeout=setTimeout(onAutoStopTimeout,63e3)}function onAutoStopTimeout(){stopAutoStopTimer(),playbackManager.stop()}function stopAutoStopTimer(){var timeout=autoStopTimeout;timeout&&(clearTimeout(timeout),autoStopTimeout=null)}function PlaybackValidation(){this.name="Playback validation",this.type="preplayintercept",this.id="playbackvalidation",this.order=-1}var autoStopTimeout;return PlaybackValidation.prototype.intercept=function(options){return options.fullscreen?options.item&&itemHelper.isLocalItem(options.item)?Promise.resolve():validatePlayback(options):Promise.resolve()},PlaybackValidation});
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "\u00c0lbum:",
|
||||
"LabelCommunityRating": "Valoraci\u00f3 de la comunitat:",
|
||||
"LabelVoteCount": "Recompte de vots:",
|
||||
"LabelMetascore": "Metapuntuaci\u00f3",
|
||||
"LabelCriticRating": "Valoraci\u00f3 cr\u00edtica:",
|
||||
"LabelCriticRatingSummary": "Resum de la valoraci\u00f3 cr\u00edtica:",
|
||||
"LabelAwardSummary": "Resum de premis:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Qualitat:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Perfil:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sincronitza nom\u00e9s els v\u00eddeos no vists",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Hodnocen\u00ed komunity:",
|
||||
"LabelVoteCount": "Po\u010det hlas\u016f:",
|
||||
"LabelMetascore": "Metask\u00f3re:",
|
||||
"LabelCriticRating": "Hodnocen\u00ed kritik\u016f:",
|
||||
"LabelCriticRatingSummary": "Shrnut\u00ed hodnocen\u00ed kritik\u016f:",
|
||||
"LabelAwardSummary": "P\u0159ehled ocen\u011bn\u00ed:",
|
||||
|
@ -268,7 +267,6 @@
|
|||
"ConfirmDeleteItems": "Odstran\u011bn\u00edm t\u011bchto polo\u017eek odstran\u00edte va\u0161e m\u00e9dia jak z knihovny m\u00e9di\u00ed, tak i ze souborov\u00e9ho syst\u00e9mu. Jste si jisti, \u017ee chcete pokra\u010dovat?",
|
||||
"PleaseRestartServerName": "Pros\u00edm, restartujte Emby Server - {0}.",
|
||||
"SyncJobCreated": "\u00daloha Sync vytvo\u0159ena",
|
||||
"LabelSyncTo": "Sync do:",
|
||||
"LabelSyncJobName": "N\u00e1zev Sync \u00falohy:",
|
||||
"LabelQuality": "Kvalita:",
|
||||
"LabelSyncNoTargetsHelp": "Vypad\u00e1 to, \u017ee v sou\u010dasn\u00e9 dob\u011b nem\u00e1te \u017e\u00e1dn\u00e9 aplikace, kter\u00e9 podporuj\u00ed synchronizaci.",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "P\u0159ipojit",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "V\u00edce",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Chyba p\u0159ehr\u00e1v\u00e1n\u00ed",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "F\u00e6llesskabsvurdering:",
|
||||
"LabelVoteCount": "Antal stemmer:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Kritikervurdering:",
|
||||
"LabelCriticRatingSummary": "Resum\u00e9 af kritikervurderinger:",
|
||||
"LabelAwardSummary": "Resum\u00e9 af priser:",
|
||||
|
@ -268,7 +267,6 @@
|
|||
"ConfirmDeleteItems": "Sletning af disse emner vil b\u00e5de fjerne dem fra filsystemet og dit mediebibliotek. Er du sikker p\u00e5 at du vil forts\u00e6tte?",
|
||||
"PleaseRestartServerName": "Genstart venligst Emby Server - {0}.",
|
||||
"SyncJobCreated": "Synkroniserings job oprettet",
|
||||
"LabelSyncTo": "Synkroniser til:",
|
||||
"LabelSyncJobName": "Navn til synkroniserings job:",
|
||||
"LabelQuality": "Kvalitet:",
|
||||
"LabelSyncNoTargetsHelp": "Det ser ud til at du for \u00f8jeblikket ikke har nogle enheder ser underst\u00f8tter sync.",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Godkend",
|
||||
"Reject": "Afvis",
|
||||
"Connect": "Forbind",
|
||||
"LabelDownloadTo": "Download til:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download til:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Fejl i afspilning",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Synchronisiere deine Medien in die Cloud f\u00fcr ein Backup, eine Archivierung und Konvertierung.",
|
||||
"CoverArtFeatureDescription": "Cover Art erstellt z.B. lustige Cover und erlaubt dir eine weitergehende pers\u00f6nliche Gestaltung deiner Medienbilder.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Synchronisierung abbrechen",
|
||||
"CancelSyncJobConfirmation": "Der Abbruch der Synchronisation wird bereits synchronisierte Medien bei der n\u00e4chsten Synchronisation vom Ger\u00e4t l\u00f6schen. M\u00f6chten Sie wirklich fortfahren?",
|
||||
"ButtonCancelSyncJob": "Download abbrechen",
|
||||
"CancelSyncJobConfirmation": "Der Abbruch der Synchronisation wird bereits heruntergeladene Medien bei der n\u00e4chsten Synchronisation vom Ger\u00e4t l\u00f6schen. M\u00f6chtest du wirklich fortfahren?",
|
||||
"CinemaModeFeatureDescription": "Der Cinema Mode bringt das richtige Kinogef\u00fchl mit Trailern und eigenen Intros vor dem Hauptfilm.",
|
||||
"HeaderFreeApps": "Kostenlose Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Genie\u00dfe Zugriff auf kostenlose Emby Apps f\u00fcr deine Ger\u00e4te.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community Bewertung:",
|
||||
"LabelVoteCount": "Stimmen:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Kritiker Bewertung:",
|
||||
"LabelCriticRatingSummary": "Kritikerbewertungen:",
|
||||
"LabelAwardSummary": "Auszeichnungen:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Das L\u00f6schen dieser Objekte l\u00f6scht die Dateien vom Laufwerk und in deiner Medienbibliothek. Bist du wirklich sicher?",
|
||||
"PleaseRestartServerName": "Bitte starte Emby Server - {0} neu.",
|
||||
"SyncJobCreated": "Synchronisations-Aufgabe erstellt.",
|
||||
"LabelSyncTo": "Synchronisiere mit:",
|
||||
"LabelSyncJobName": "Synchronisations-Aufgabe:",
|
||||
"LabelQuality": "Qualit\u00e4t:",
|
||||
"LabelSyncNoTargetsHelp": "Es sieht so aus als w\u00fcrdest du aktuell keine Apps verwenden, die Synchronisation unterst\u00fctzen.",
|
||||
"LabelSyncNoTargetsHelp": "Es sieht so aus als w\u00fcrdest du aktuell keine Apps verwenden, die Offline-Downloads unterst\u00fctzen.",
|
||||
"DownloadScheduled": "Download geplant",
|
||||
"HeaderSyncRequiresSub": "Synchronisation ben\u00f6tigt ein aktives Emby Premiere Abonnement.",
|
||||
"LearnMore": "Erfahre mehr",
|
||||
"LabelProfile": "Profil:",
|
||||
"LabelBitrateMbps": "Datenrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Synchronisiere nur ungesehene Videos.",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Nur ungesehene Video werden synchronisiert. Videos werden entfernt sobald diese auf dem Ger\u00e4t angeschaut wurden.",
|
||||
"AutomaticallySyncNewContent": "Synchronisiere neue Inhalte automatisch",
|
||||
"AutomaticallySyncNewContentHelp": "Neu zu diesem Ordner hinzugef\u00fcgte Inhalte werden automatisch mit dem Ger\u00e4t synchronisiert.",
|
||||
"SyncUnwatchedVideosOnly": "Lade nur ungesehene Videos herunter",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Nur ungesehene Video werden heruntergeladen. Videos werden entfernt sobald diese auf dem Ger\u00e4t angeschaut wurden.",
|
||||
"AutomaticallySyncNewContent": "Lade neue Inhalte automatisch herunter",
|
||||
"AutomaticallySyncNewContentHelp": "Neu zu diesem Ordner hinzugef\u00fcgte Inhalte werden automatisch auf das Ger\u00e4t heruntergeladen.",
|
||||
"LabelItemLimit": "Maximale Anzahl:",
|
||||
"LabelItemLimitHelp": "Optional. Lege die maximale Anzahl der zu synchronisierenden Eintr\u00e4ge fest.",
|
||||
"PleaseSelectDeviceToSyncTo": "Bitte w\u00e4hle ein zu synchronisierendes Ger\u00e4t.",
|
||||
"LabelItemLimitHelp": "Optional. Lege die maximale Anzahl der herunterzuladenden Eintr\u00e4ge fest.",
|
||||
"PleaseSelectDeviceToSyncTo": "Bitte w\u00e4hle ein Download-Zielger\u00e4t.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Nach rechts bewegen",
|
||||
"MoveLeft": "Nach links bewegen",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Akzeptieren",
|
||||
"Reject": "Ablehnen",
|
||||
"Connect": "Verbinde",
|
||||
"LabelDownloadTo": "Herunterladen nach:"
|
||||
"HeaderMyMedia": "Meine Medien",
|
||||
"HeaderMyMediaSmall": "Meine Medien (Klein)",
|
||||
"LatestFromLibrary": "Neueste {0}",
|
||||
"HeaderLatestChannelMedia": "Neueste Channelinhalte",
|
||||
"HeaderContinueWatching": "Weiterschauen",
|
||||
"HeaderContinueListening": "Weiterh\u00f6ren",
|
||||
"HeaderActiveRecordings": "Aktive Aufnahmen",
|
||||
"HeaderLatestRecordings": "Neueste Aufnahmen",
|
||||
"LabelDownloadTo": "Herunterladen nach:",
|
||||
"HeaderNextUp": "Als N\u00e4chstes",
|
||||
"HeaderLatestFrom": "Neuestes von {0}",
|
||||
"LabelHomeScreenSectionValue": "Startseitenbereich {0}:",
|
||||
"SettingsSaved": "Einstellungen gespeichert.",
|
||||
"None": "Keines",
|
||||
"More": "Mehr",
|
||||
"Up": "Hoch",
|
||||
"Down": "Runter",
|
||||
"HeaderHomeScreen": "Startseite",
|
||||
"HeaderLatestMedia": "Neueste Medien",
|
||||
"HeaderLatestChannelItems": "Neueste Channelinhalte",
|
||||
"LabelSelectLastestItemsFolders": "Beziehe Inhalte aus folgenden Sektionen in \"Neueste Medien\" mit ein",
|
||||
"HeaderLibraryOrder": "Bibliotheksreihenfolge",
|
||||
"HideWatchedContentFromLatestMedia": "Verberge gesehene Inhalte von neuesten Medien.",
|
||||
"HeaderOnNow": "Gerade l\u00e4uft",
|
||||
"HeaderPlaybackError": "Wiedergabefehler",
|
||||
"PlaybackErrorNotAllowed": "Die verf\u00fcgst derzeit \u00fcber keine Berechtigung um diesen Inhalt abzuspielen. Bitte kontaktiere deinen Systemadministrator f\u00fcr weitere Informationen.",
|
||||
"PlaybackErrorNoCompatibleStream": "Derzeit sind keine kompatiblen Stream verf\u00fcgbar. Bitte versuche es sp\u00e4ter nochmal oder kontaktiere deinen Systemadministrator f\u00fcr weitere Informationen.",
|
||||
"PlaybackErrorPlaceHolder": "Bitte lege die Disc ein um das Video abzuspielen.",
|
||||
"Guide": "TV Guide",
|
||||
"Suggestions": "Empfehlungen",
|
||||
"Favorites": "Favoriten",
|
||||
"Collections": "Sammlungen",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Serien",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Einstiegsbildschirme",
|
||||
"LandingScreensHelp": "W\u00e4hle den Standard-Einstiegsbildschirm bei Klick auf eine Bibliothek."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "\u0394\u03c9\u03c1\u03b5\u03ac\u03bd \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ad\u03c2 Emby",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,7 +267,6 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -267,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -394,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sincronice sus medios a la nube para un f\u00e1cil respaldo, archivo y conversi\u00f3n.",
|
||||
"CoverArtFeatureDescription": "Cover Art crea divertidas caratulas y da otros tratamientos para ayudar a personalizar las im\u00e1genes de sus medios.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancelar sinc.",
|
||||
"CancelSyncJobConfirmation": "Cancelando el trabajo de sincronizaci\u00f3n eliminara los medios sincronizados del dispositivo durante el pr\u00f3ximo proceso de sincronizaci\u00f3n. \u00bfEsta seguro de que desea continuar?",
|
||||
"ButtonCancelSyncJob": "Cancelar descarga",
|
||||
"CancelSyncJobConfirmation": "Cancelando el trabajo de sincronizaci\u00f3n eliminara los medios descargados del dispositivo durante el pr\u00f3ximo proceso de sincronizaci\u00f3n. \u00bfEsta seguro de que desea continuar?",
|
||||
"CinemaModeFeatureDescription": "El Modo Cine le da una verdadera experiencia de cine con trailers e intros personalizados antes de la funci\u00f3n.",
|
||||
"HeaderFreeApps": "Aplicaciones Emby Gratuitas",
|
||||
"FreeAppsFeatureDescription": "Disfrute acceso gratuito para elegir aplicaciones Emby para sus dispositivos.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "\u00c1lbum",
|
||||
"LabelCommunityRating": "Calificaci\u00f3n de la comunidad:",
|
||||
"LabelVoteCount": "Cantidad de votos:",
|
||||
"LabelMetascore": "Metaescore:",
|
||||
"LabelCriticRating": "Calificaci\u00f3n de la cr\u00edtica:",
|
||||
"LabelCriticRatingSummary": "Res\u00famen de la calificaci\u00f3n de la cr\u00edtica:",
|
||||
"LabelAwardSummary": "Res\u00famen de premios:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Al borrar estos items ser\u00e1n eliminados tanto del sistema de archivos como de la librer\u00eda de medios. \u00bfEsta seguro que desea continuar?",
|
||||
"PleaseRestartServerName": "Por favor reinicie el Servidor Emby - {0}.",
|
||||
"SyncJobCreated": "Trabajo de sincronizaci\u00f3n creado.",
|
||||
"LabelSyncTo": "Sincronizar con:",
|
||||
"LabelSyncJobName": "Nombre del trabajo de sinc:",
|
||||
"LabelQuality": "Calidad:",
|
||||
"LabelSyncNoTargetsHelp": "Parece que actualmente no cuentas con ninguna app que soporte sinc.",
|
||||
"LabelSyncNoTargetsHelp": "Parece que actualmente no cuentas con ninguna app que soporte descargas sin conexi\u00f3n.",
|
||||
"DownloadScheduled": "Descarga programada",
|
||||
"HeaderSyncRequiresSub": "Sinc requiere de una suscripci\u00f3n activa de Emby Premiere",
|
||||
"LearnMore": "Aprenda m\u00e1s",
|
||||
"LabelProfile": "Perf\u00edl:",
|
||||
"LabelBitrateMbps": "Tasa de bits (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sincronizar \u00fanicamente videos no vistos",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Solamente los videos a\u00fan no vistos ser\u00e1n sincronizados, se eliminar\u00e1n los videos del dispositivo conforme \u00e9stos sean vistos.",
|
||||
"AutomaticallySyncNewContent": "Sincronizar autom\u00e1ticamente nuevos contenidos",
|
||||
"AutomaticallySyncNewContentHelp": "Los contenidos nuevos agregados a esta carpeta ser\u00e1n sincronizados autom\u00e1ticamente con el dispositivo.",
|
||||
"SyncUnwatchedVideosOnly": "Descargar \u00fanicamente videos no vistos",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Solamente los videos a\u00fan no vistos ser\u00e1n descargados, se eliminar\u00e1n los videos del dispositivo conforme \u00e9stos sean vistos.",
|
||||
"AutomaticallySyncNewContent": "Descargar autom\u00e1ticamente nuevos contenidos",
|
||||
"AutomaticallySyncNewContentHelp": "Los contenidos nuevos agregados a esta carpeta ser\u00e1n descargados autom\u00e1ticamente al dispositivo.",
|
||||
"LabelItemLimit": "L\u00edmite de \u00cdtems:",
|
||||
"LabelItemLimitHelp": "Opcional. Establece un l\u00edmite en el n\u00famero de \u00edtems que ser\u00e1n sincronizados.",
|
||||
"PleaseSelectDeviceToSyncTo": "Por favor seleccione un dispositivo con el que desea sincronizar.",
|
||||
"LabelItemLimitHelp": "Opcional. Establece un l\u00edmite en el n\u00famero de \u00edtems que ser\u00e1n descargados.",
|
||||
"PleaseSelectDeviceToSyncTo": "Por favor seleccione un dispositivo con al que desee descargar.",
|
||||
"Screenshots": "Capturas de pantalla",
|
||||
"MoveRight": "Mover a la derecha",
|
||||
"MoveLeft": "Mover a la izquierda",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Aceptar",
|
||||
"Reject": "Rechazar",
|
||||
"Connect": "Conectar",
|
||||
"LabelDownloadTo": "Descargar a:"
|
||||
"HeaderMyMedia": "Mis Medios",
|
||||
"HeaderMyMediaSmall": "Mis medios (peque\u00f1o)",
|
||||
"LatestFromLibrary": "M\u00e1s recientes {0}",
|
||||
"HeaderLatestChannelMedia": "\u00cdtems Recientes de Canales",
|
||||
"HeaderContinueWatching": "Continuar Viendo",
|
||||
"HeaderContinueListening": "Continuar Escuchando",
|
||||
"HeaderActiveRecordings": "Grabaciones Activas",
|
||||
"HeaderLatestRecordings": "Grabaciones Recientes",
|
||||
"LabelDownloadTo": "Descargar a:",
|
||||
"HeaderNextUp": "A Continuaci\u00f3n",
|
||||
"HeaderLatestFrom": "M\u00e1s recientes desde {0}",
|
||||
"LabelHomeScreenSectionValue": "Pagina de inicio secci\u00f3n {0}:",
|
||||
"SettingsSaved": "Configuraci\u00f3n guardada.",
|
||||
"None": "Ninguno",
|
||||
"More": "Mas",
|
||||
"Up": "Arriba",
|
||||
"Down": "Abajo",
|
||||
"HeaderHomeScreen": "Pantalla de Inicio",
|
||||
"HeaderLatestMedia": "Agregadas Recientemente",
|
||||
"HeaderLatestChannelItems": "\u00cdtems Recientes de Canales",
|
||||
"LabelSelectLastestItemsFolders": "Incluir items de las siguientes secciones en Recientes",
|
||||
"HeaderLibraryOrder": "Orden de Bibliotecas",
|
||||
"HideWatchedContentFromLatestMedia": "Ocultar contenido ya visto de Agregadas Recientemente",
|
||||
"HeaderOnNow": "Transmiti\u00e9ndo Ahora",
|
||||
"HeaderPlaybackError": "Error de Reproducci\u00f3n",
|
||||
"PlaybackErrorNotAllowed": "Actualmente no esta autorizado para reproducir este contenido. Por favor contacte a su administrador de sistema para mas informaci\u00f3n.",
|
||||
"PlaybackErrorNoCompatibleStream": "No hay streams compatibles en este en este momento. Por favor intente de nuevo mas tarde o contacte a su administrador de sistema para mas detalles.",
|
||||
"PlaybackErrorPlaceHolder": "Por favor introduzca el disco para poder reproducir este video.",
|
||||
"Guide": "Gu\u00eda",
|
||||
"Suggestions": "Sugerencias",
|
||||
"Favorites": "Favoritos",
|
||||
"Collections": "Colecciones",
|
||||
"LabelSelectFolderGroups": "Agrupar autom\u00e1ticamente el contenido de las siguientes carpetas en vistas tales como Pel\u00edculas, M\u00fasica y TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Las carpetas sin marcar ser\u00e1n mostradas individualmente en su propia vista.",
|
||||
"Shows": "Programas",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Pantallas de Llegada",
|
||||
"LandingScreensHelp": "Seleccione la pantalla de llegada por defecto al dar clic sobre una biblioteca."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "\u00c1lbum",
|
||||
"LabelCommunityRating": "Puntuaci\u00f3n de la comunidad",
|
||||
"LabelVoteCount": "Contador de votos:",
|
||||
"LabelMetascore": "Metapuntuaci\u00f3n:",
|
||||
"LabelCriticRating": "Valoraci\u00f3n de la cr\u00edtica:",
|
||||
"LabelCriticRatingSummary": "Resumen de la valoraci\u00f3n de la cr\u00edtica:",
|
||||
"LabelAwardSummary": "Resumen de premios:",
|
||||
|
@ -268,7 +267,6 @@
|
|||
"ConfirmDeleteItems": "Al borrar este \u00edtem se borrar\u00e1 del sistema de archivos y de la biblioteca. \u00bfQuieres continuar?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Trabajo de sincronizaci\u00f3n creado.",
|
||||
"LabelSyncTo": "Sincronizar en:",
|
||||
"LabelSyncJobName": "Nombre del trabajo de sincronizaci\u00f3n:",
|
||||
"LabelQuality": "Calidad:",
|
||||
"LabelSyncNoTargetsHelp": "Parece que no tienes aplicaciones que soporten la sincronizaci\u00f3n.",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Conectar",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "M\u00e1s",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Error de reproducci\u00f3n",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album :",
|
||||
"LabelCommunityRating": "Note de la communaut\u00e9",
|
||||
"LabelVoteCount": "Nombre de votes",
|
||||
"LabelMetascore": "Metascore",
|
||||
"LabelCriticRating": "Note des critiques",
|
||||
"LabelCriticRatingSummary": "R\u00e9sum\u00e9 des critiques",
|
||||
"LabelAwardSummary": "R\u00e9compenses",
|
||||
|
@ -268,7 +267,6 @@
|
|||
"ConfirmDeleteItems": "Supprimer ces \u00e9l\u00e9ments l'effacera \u00e0 la fois du syst\u00e8me de fichiers et de votre biblioth\u00e8que de m\u00e9dias. \u00cates-vous s\u00fbr de vouloir continuer ?",
|
||||
"PleaseRestartServerName": "S'il vous pla\u00eet red\u00e9marrer Emby server - {0}.",
|
||||
"SyncJobCreated": "Job de synchronisation cr\u00e9\u00e9.",
|
||||
"LabelSyncTo": "Synchronis\u00e9 avec:",
|
||||
"LabelSyncJobName": "Nom du job de synchronisation:",
|
||||
"LabelQuality": "Qualit\u00e9:",
|
||||
"LabelSyncNoTargetsHelp": "Il semble que vous n'ayez actuellement aucune application qui supporte la synchronisation.",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connexion",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Derniers {0}",
|
||||
"HeaderLatestChannelMedia": "Derniers \u00e9l\u00e9ments de la cha\u00eene",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Derniers enregistrements",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Derniers de {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "Plus",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Erreur de lecture",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -1,37 +1,37 @@
|
|||
{
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
"ValueSpecialEpisodeName": "Special - {0}",
|
||||
"Share": "Share",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "\u05e0\u05e2\u05d9\u05dc\u05ea \u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05e2\u05dd \u05e8\u05db\u05d9\u05e9\u05d4 \u05d7\u05d3 \u05e4\u05e2\u05de\u05d9\u05ea \u05e7\u05d8\u05e0\u05d4, \u05d0\u05d5 \u05e2\u05dd \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc Premiere \u05d0\u05de\u05d1\u05d9.",
|
||||
"MessageUnlockAppWithSupporter": "\u05d1\u05d9\u05d8\u05d5\u05dc \u05e0\u05e2\u05d9\u05dc\u05d4 \u05e9\u05dc \u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05e2\u05dd \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc \u05e9\u05dc Emby Premiere.",
|
||||
"MessageToValidateSupporter": "\u05d0\u05dd \u05d9\u05e9 \u05dc\u05da \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc \u05e9\u05dc Emby Premiere, \u05d5\u05d3\u05d0 \u05e9\u05d4\u05d2\u05d3\u05e8\u05ea \u05d0\u05ea Emby Premiere \u05d1\u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05dc\u05d9\u05d8\u05d4 \u05e9\u05dc \u200b\u200b\u05d0\u05de\u05d1\u05d9 \u05e9\u05e8\u05ea, \u05e9\u05d1\u05d5 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d2\u05e9\u05ea \u05e2\u05dc-\u05d9\u05d3\u05d9 \u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc Emby Premiere \u05d1\u05ea\u05e4\u05e8\u05d9\u05d8 \u05d4\u05e8\u05d0\u05e9\u05d9.",
|
||||
"ValueSpecialEpisodeName": "\u05de\u05d9\u05d5\u05d7\u05d3- {0}",
|
||||
"Share": "\u05e9\u05d9\u05ea\u05d5\u05e3",
|
||||
"Add": "\u05d4\u05d5\u05e1\u05e3",
|
||||
"ServerUpdateNeeded": "This Emby Server needs to be updated. To download the latest version, please visit {0}",
|
||||
"LiveTvGuideRequiresUnlock": "The Live TV Guide is currently limited to {0} channels. Click the unlock button to learn how to enjoy the full experience.",
|
||||
"AttributeNew": "New",
|
||||
"Premiere": "Premiere",
|
||||
"Live": "Live",
|
||||
"Repeat": "Repeat",
|
||||
"TrackCount": "{0} tracks",
|
||||
"ItemCount": "{0} items",
|
||||
"OriginalAirDateValue": "Original air date: {0}",
|
||||
"EndsAtValue": "Ends at {0}",
|
||||
"OptionSundayShort": "Sun",
|
||||
"OptionMondayShort": "Mon",
|
||||
"OptionTuesdayShort": "Tue",
|
||||
"OptionWednesdayShort": "Wed",
|
||||
"OptionThursdayShort": "Thu",
|
||||
"OptionFridayShort": "Fri",
|
||||
"OptionSaturdayShort": "Sat",
|
||||
"HeaderSelectDate": "Select Date",
|
||||
"ButtonOk": "Ok",
|
||||
"ServerUpdateNeeded": "\u05e9\u05e8\u05ea \u05d0\u05de\u05d1\u05d9 \u05d6\u05d4 \u05e6\u05e8\u05d9\u05da \u05dc\u05d4\u05d9\u05d5\u05ea \u05de\u05e2\u05d5\u05d3\u05db\u05df. \u05db\u05d3\u05d9 \u05dc\u05d4\u05d5\u05e8\u05d9\u05d3 \u05d0\u05ea \u05d4\u05d2\u05e8\u05e1\u05d4 \u05d4\u05e2\u05d3\u05db\u05e0\u05d9\u05ea \u05d1\u05d9\u05d5\u05ea\u05e8, \u05d1\u05e7\u05e8 \u05d1\u05db\u05ea\u05d5\u05d1\u05ea {0}",
|
||||
"LiveTvGuideRequiresUnlock": "\u05d1\u05e9\u05dc\u05d1 \u05d6\u05d4, \u05d4\u05de\u05d3\u05e8\u05d9\u05da \u05e9\u05dc Google Live \u05de\u05d5\u05d2\u05d1\u05dc \u05dc {0} \u05e2\u05e8\u05d5\u05e6\u05d9\u05dd. \u05dc\u05d7\u05e5 \u05e2\u05dc \u05dc\u05d7\u05e6\u05df \u05d4\u05e0\u05e2\u05d9\u05dc\u05d4 \u05db\u05d3\u05d9 \u05dc\u05dc\u05de\u05d5\u05d3 \u05db\u05d9\u05e6\u05d3 \u05dc\u05d9\u05d4\u05e0\u05d5\u05ea \u05de\u05d4\u05d7\u05d5\u05d5\u05d9\u05d4 \u05d4\u05de\u05dc\u05d0\u05d4.",
|
||||
"AttributeNew": "\u05d7\u05d3\u05e9",
|
||||
"Premiere": "\u05d4\u05e7\u05e8\u05e0\u05ea \u05d1\u05db\u05d5\u05e8\u05d4",
|
||||
"Live": "\u05e9\u05d9\u05d3\u05d5\u05e8 \u05d7\u05d9",
|
||||
"Repeat": "\u05d7\u05d6\u05d5\u05e8",
|
||||
"TrackCount": "\u05e9\u05d9\u05e8\u05d9\u05dd {0}",
|
||||
"ItemCount": "\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd {0}",
|
||||
"OriginalAirDateValue": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d0\u05d5\u05d5\u05d9\u05e8 \u05de\u05e7\u05d5\u05e8\u05d9: {0}",
|
||||
"EndsAtValue": "\u05de\u05e1\u05ea\u05d9\u05d9\u05dd \u05d1 {0}",
|
||||
"OptionSundayShort": "\u05e8\u05d0\u05e9\u05d5\u05df",
|
||||
"OptionMondayShort": "\u05e9\u05e0\u05d9",
|
||||
"OptionTuesdayShort": "\u05e9\u05dc\u05d9\u05e9\u05d9",
|
||||
"OptionWednesdayShort": "\u05e8\u05d1\u05d9\u05e2\u05d9",
|
||||
"OptionThursdayShort": "\u05d7\u05de\u05d9\u05e9\u05d9",
|
||||
"OptionFridayShort": "\u05e9\u05d9\u05e9\u05d9",
|
||||
"OptionSaturdayShort": "\u05e9\u05d1\u05ea",
|
||||
"HeaderSelectDate": "\u05d1\u05d7\u05e8 \u05ea\u05d0\u05e8\u05d9\u05da",
|
||||
"ButtonOk": "\u05d1\u05e1\u05d3\u05e8",
|
||||
"ButtonCancel": "\u05d1\u05d8\u05dc",
|
||||
"ButtonGotIt": "Got It",
|
||||
"ButtonRestart": "Restart",
|
||||
"RecordingCancelled": "Recording cancelled.",
|
||||
"SeriesCancelled": "Series cancelled.",
|
||||
"RecordingScheduled": "Recording scheduled.",
|
||||
"SeriesRecordingScheduled": "Series recording scheduled.",
|
||||
"HeaderNewRecording": "New Recording",
|
||||
"ButtonGotIt": "\u05d4\u05d1\u05e0\u05ea\u05d9",
|
||||
"ButtonRestart": "\u05d0\u05d9\u05ea\u05d7\u05d5\u05dc",
|
||||
"RecordingCancelled": "\u05d1\u05d8\u05dc \u05d4\u05e7\u05dc\u05d8\u05d4",
|
||||
"SeriesCancelled": "\u05d1\u05d8\u05dc \u05e1\u05d3\u05e8\u05d5\u05ea",
|
||||
"RecordingScheduled": "\u05d4\u05d4\u05e7\u05dc\u05d8\u05d4 \u05de\u05ea\u05d5\u05d6\u05de\u05e0\u05ea.",
|
||||
"SeriesRecordingScheduled": "\u05d4\u05e7\u05dc\u05d8\u05ea \u05e1\u05d3\u05e8\u05d4 \u05de\u05ea\u05d5\u05d6\u05de\u05e0\u05ea.",
|
||||
"HeaderNewRecording": "\u05d4\u05e7\u05dc\u05d8\u05d4 \u05d7\u05d3\u05e9\u05d4",
|
||||
"Sunday": "\u05e8\u05d0\u05e9\u05d5\u05df",
|
||||
"Monday": "\u05e9\u05e0\u05d9",
|
||||
"Tuesday": "\u05e9\u05dc\u05d9\u05e9\u05d9",
|
||||
|
@ -40,312 +40,310 @@
|
|||
"Friday": "\u05e9\u05d9\u05e9\u05d9",
|
||||
"Saturday": "\u05e9\u05d1\u05ea",
|
||||
"Days": "\u05d9\u05de\u05d9\u05dd",
|
||||
"RecordSeries": "Record series",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"HeaderDownloadedMedia": "Downloaded Media",
|
||||
"Downloads": "Downloads",
|
||||
"HeaderOfflineDownloads": "Offline Media",
|
||||
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
"HeaderBecomeProjectSupporter": "Get Emby Premiere",
|
||||
"RecordSeries": "\u05d4\u05e7\u05dc\u05d8 \u05e1\u05d3\u05e8\u05d4",
|
||||
"HeaderCinemaMode": "\u05de\u05e6\u05d1 \u05e7\u05d5\u05dc\u05e0\u05d5\u05e2",
|
||||
"HeaderCloudSync": "\u05e1\u05e0\u05db\u05e8\u05d5\u05df \u05e2\u05e0\u05df",
|
||||
"HeaderDownloadedMedia": "\u05d4\u05d5\u05e8\u05d3\u05ea \u05de\u05d3\u05d9\u05d4",
|
||||
"Downloads": "\u05d4\u05d5\u05e8\u05d3\u05d5\u05ea",
|
||||
"HeaderOfflineDownloads": "\u05de\u05d3\u05d9\u05d4 \u05dc\u05d0 \u05de\u05e7\u05d5\u05d5\u05e0\u05ea",
|
||||
"HeaderOfflineDownloadsDescription": "\u05d4\u05d5\u05e8\u05d3 \u05de\u05d3\u05d9\u05d4 \u05dc\u05de\u05db\u05e9\u05d9\u05e8\u05d9\u05dd \u05e9\u05dc\u05da \u05dc\u05e9\u05d9\u05de\u05d5\u05e9 \u05dc\u05d0 \u05de\u05e7\u05d5\u05d5\u05df \u05d1\u05e7\u05dc\u05d5\u05ea.",
|
||||
"CloudSyncFeatureDescription": "\u05e1\u05e0\u05db\u05e8\u05df \u05d0\u05ea \u05d4\u05de\u05d3\u05d9\u05d4 \u05e9\u05dc\u05da \u05dc\u05e2\u05e0\u05df \u05dc\u05e6\u05d5\u05e8\u05da \u05d2\u05d9\u05d1\u05d5\u05d9 \u05e7\u05dc, \u05d0\u05d7\u05e1\u05d5\u05df \u05d1\u05d0\u05e8\u05db\u05d9\u05d5\u05df \u05d5\u05d4\u05de\u05e8\u05d4.",
|
||||
"CoverArtFeatureDescription": "\u05d0\u05de\u05e0\u05d5\u05ea \u05db\u05e8\u05d9\u05db\u05d4 \u05d9\u05d5\u05e6\u05e8 \u05db\u05d9\u05e1\u05d5\u05d9\u05d9 \u05db\u05d9\u05e3 \u05d5\u05d8\u05d9\u05e4\u05d5\u05dc\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd \u05e9\u05d9\u05e1\u05d9\u05d9\u05e2\u05d5 \u05dc\u05da \u05dc\u05d4\u05ea\u05d0\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea \u05d0\u05ea \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d4\u05de\u05d3\u05d9\u05d4 \u05e9\u05dc\u05da.",
|
||||
"CoverArt": "\u05d0\u05de\u05e0\u05d5\u05ea \u05db\u05e8\u05d9\u05db\u05d4",
|
||||
"ButtonCancelSyncJob": "\u05d1\u05d9\u05d8\u05d5\u05dc \u05d4\u05d5\u05e8\u05d3\u05d4",
|
||||
"CancelSyncJobConfirmation": "\u05d1\u05d9\u05d8\u05d5\u05dc \u05de\u05e9\u05d9\u05de\u05ea \u05d4\u05e1\u05d9\u05e0\u05db\u05e8\u05d5\u05df \u05ea\u05e1\u05d9\u05e8 \u05de\u05d3\u05d9\u05d4 \u05e9\u05d4\u05d5\u05e8\u05d3\u05d4 \u05de\u05d4\u05de\u05db\u05e9\u05d9\u05e8 \u05d1\u05de\u05d4\u05dc\u05da \u05ea\u05d4\u05dc\u05d9\u05da \u05d4\u05e1\u05e0\u05db\u05e8\u05d5\u05df \u05d4\u05d1\u05d0. \u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05de\u05e9\u05d9\u05da?",
|
||||
"CinemaModeFeatureDescription": "\u05de\u05e6\u05d1 \u05e7\u05d5\u05dc\u05e0\u05d5\u05e2 \u05e0\u05d5\u05ea\u05df \u05dc\u05da \u05d0\u05ea \u05d4\u05d7\u05d5\u05d5\u05d9\u05d4 \u05d4\u05e7\u05d5\u05dc\u05e0\u05d5\u05e2 \u05d0\u05de\u05d9\u05ea\u05d9 \u05e2\u05dd \u05e7\u05d3\u05d9\u05de\u05d5\u05e0\u05d9\u05dd \u05de\u05d5\u05ea\u05d0\u05de\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea \u05dc\u05e4\u05e0\u05d9 \u05d4\u05ea\u05db\u05d5\u05e0\u05d4.",
|
||||
"HeaderFreeApps": "\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d5\u05ea \u05d0\u05de\u05d1\u05d9 \u05d1\u05d7\u05d9\u05e0\u05dd",
|
||||
"FreeAppsFeatureDescription": "\u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d9\u05d4\u05e0\u05d5\u05ea \u05de\u05d2\u05d9\u05e9\u05d4 \u05d7\u05d5\u05e4\u05e9\u05d9\u05ea \u05dc\u05d9\u05d9\u05e9\u05d5\u05de\u05d9 Emby \u05e2\u05d1\u05d5\u05e8 \u05d4\u05de\u05db\u05e9\u05d9\u05e8\u05d9\u05dd \u05e9\u05dc\u05da.",
|
||||
"HeaderBecomeProjectSupporter": "\u05e7\u05d1\u05dc Emby Premiere",
|
||||
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Emby Premiere subscription is required in order to create automated series recordings.",
|
||||
"LabelEmailAddress": "E-mail address:",
|
||||
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Emby Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Emby server settings.",
|
||||
"FeatureRequiresEmbyPremiere": "This feature requires an active Emby Premiere subscription.",
|
||||
"HeaderConvertYourRecordings": "Convert Your Recordings",
|
||||
"LabelEmailAddress": "\u05db\u05ea\u05d5\u05d1\u05ea \u05d3\u05d5\u05d0\"\u05dc:",
|
||||
"PromoConvertRecordingsToStreamingFormat": "\u05dc\u05d4\u05de\u05d9\u05e8 \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05d4\u05e7\u05dc\u05d8\u05d5\u05ea \u05d1\u05e4\u05d5\u05e8\u05de\u05d8 \u05d6\u05d5\u05e8\u05dd \u05d9\u05d3\u05d9\u05d3\u05d5\u05ea\u05d9 \u05e2\u05dd \u05d0\u05de\u05d1\u05d9 Premiere. \u05d4\u05e7\u05dc\u05d8\u05d5\u05ea \u05d9\u05d5\u05de\u05e8\u05d5 \u05e2\u05dc \u05dc\u05d8\u05d5\u05e1 \u05dc MP4 \u05d0\u05d5 MKV, \u05d1\u05d4\u05ea\u05d1\u05e1\u05e1 \u05e2\u05dc \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e9\u05e8\u05ea \u05d0\u05de\u05d1\u05d9.",
|
||||
"FeatureRequiresEmbyPremiere": "\u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05d3\u05d5\u05e8\u05e9\u05ea \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc \u05e9\u05dc Emby Premiere.",
|
||||
"HeaderConvertYourRecordings": "\u05d4\u05de\u05e8\u05ea \u05d4\u05e7\u05dc\u05d8\u05d5\u05ea \u05e9\u05dc\u05da",
|
||||
"Record": "\u05d4\u05e7\u05dc\u05d8",
|
||||
"Save": "\u05e9\u05de\u05d5\u05e8",
|
||||
"Edit": "\u05e2\u05e8\u05d5\u05da",
|
||||
"Download": "Download",
|
||||
"Advanced": "Advanced",
|
||||
"Download": "\u05d4\u05d5\u05e8\u05d3\u05d4",
|
||||
"Advanced": "\u05de\u05ea\u05e7\u05d3\u05dd",
|
||||
"Delete": "\u05de\u05d7\u05e7",
|
||||
"HeaderDeleteItem": "Delete Item",
|
||||
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"Refresh": "Refresh",
|
||||
"RefreshQueued": "Refresh queued.",
|
||||
"AddToCollection": "Add to collection",
|
||||
"HeaderAddToCollection": "Add to Collection",
|
||||
"NewCollection": "\u05d0\u05d5\u05e4\u05e1\u05d9\u05dd \u05d7\u05d3\u05e9\u05d9\u05dd",
|
||||
"LabelCollection": "Collection:",
|
||||
"Help": "Help",
|
||||
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
|
||||
"HeaderDeleteItem": "\u05de\u05d7\u05e7 \u05e4\u05e8\u05d9\u05d8",
|
||||
"ConfirmDeleteItem": "\u05de\u05d7\u05d9\u05e7\u05ea \u05e4\u05e8\u05d9\u05d8 \u05d6\u05d4 \u05ea\u05de\u05d7\u05e7 \u05d0\u05d5\u05ea\u05d5 \u05d4\u05df \u05de\u05de\u05e2\u05e8\u05db\u05ea \u05d4\u05e7\u05d1\u05e6\u05d9\u05dd \u05d5\u05d4\u05df \u05de\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4\u05de\u05d3\u05d9\u05d4 \u05e9\u05dc\u05da. \u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05de\u05e9\u05d9\u05da?",
|
||||
"Refresh": "\u05e8\u05e2\u05e0\u05d5\u05df",
|
||||
"RefreshQueued": "\u05e8\u05e2\u05e0\u05df \u05ea\u05d5\u05e8.",
|
||||
"AddToCollection": "\u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05dc\u05d0\u05d5\u05e1\u05e3",
|
||||
"HeaderAddToCollection": "\u05dc\u05d4\u05d5\u05e1\u05d9\u05e3 \u05dc\u05d0\u05d5\u05e1\u05e3",
|
||||
"NewCollection": "\u05d0\u05d5\u05e1\u05e4\u05d9\u05dd \u05d7\u05d3\u05e9\u05d9\u05dd",
|
||||
"LabelCollection": "\u05d0\u05d5\u05e1\u05e4\u05d9\u05dd:",
|
||||
"Help": "\u05e2\u05d6\u05e8\u05d4",
|
||||
"NewCollectionHelp": "\u05d0\u05d5\u05e1\u05e4\u05d9\u05dd \u05de\u05d0\u05e4\u05e9\u05e8\u05d9\u05dd \u05dc\u05da \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05d9\u05d1\u05d5\u05e6\u05d9\u05dd \u05de\u05d5\u05ea\u05d0\u05de\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea \u05e9\u05dc \u05e1\u05e8\u05d8\u05d9\u05dd \u05d5\u05ea\u05d5\u05db\u05df \u05e1\u05e4\u05e8\u05d9\u05d4 \u05d0\u05d7\u05e8.",
|
||||
"SearchForCollectionInternetMetadata": "\u05d7\u05e4\u05e9 \u05d1\u05d0\u05d9\u05e0\u05e8\u05e0\u05d8 \u05d0\u05d7\u05e8\u05d9 \u05de\u05d9\u05d3\u05e2 \u05d5\u05ea\u05de\u05d5\u05e0\u05d5\u05ea",
|
||||
"LabelName": "\u05e9\u05dd:",
|
||||
"NewCollectionNameExample": "\u05dc\u05d3\u05d5\u05d2\u05de\u05d0 :\u05d0\u05d5\u05e1\u05e3 \u05de\u05dc\u05d7\u05de\u05ea \u05d4\u05db\u05d5\u05db\u05d1\u05d9\u05dd",
|
||||
"MessageItemsAdded": "Items added.",
|
||||
"OptionNew": "New...",
|
||||
"LabelPlaylist": "Playlist:",
|
||||
"AddToPlaylist": "Add to playlist",
|
||||
"HeaderAddToPlaylist": "Add to Playlist",
|
||||
"Subtitles": "Subtitles",
|
||||
"SearchForSubtitles": "Search for Subtitles",
|
||||
"MessageItemsAdded": "\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d5.",
|
||||
"OptionNew": "\u05d7\u05d3\u05e9...",
|
||||
"LabelPlaylist": "\u05e8\u05e9\u05d9\u05de\u05ea \u05e0\u05d9\u05d2\u05d5\u05df:",
|
||||
"AddToPlaylist": "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05e0\u05d9\u05d2\u05d5\u05df",
|
||||
"HeaderAddToPlaylist": "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05e0\u05d9\u05d2\u05d5\u05df",
|
||||
"Subtitles": "\u05db\u05ea\u05d5\u05d1\u05d9\u05d5\u05ea",
|
||||
"SearchForSubtitles": "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e9\u05dc \u05db\u05ea\u05d5\u05d1\u05d9\u05d5\u05ea",
|
||||
"LabelLanguage": "\u05e9\u05e4\u05d4:",
|
||||
"Search": "Search",
|
||||
"NoSubtitleSearchResultsFound": "No results found.",
|
||||
"File": "File",
|
||||
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
|
||||
"ConfirmDeletion": "Confirm Deletion",
|
||||
"MySubtitles": "My Subtitles",
|
||||
"MessageDownloadQueued": "Download queued.",
|
||||
"Search": "\u05d7\u05d9\u05e4\u05d5\u05e9",
|
||||
"NoSubtitleSearchResultsFound": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea.",
|
||||
"File": "\u05e7\u05d5\u05d1\u05e5",
|
||||
"MessageAreYouSureDeleteSubtitles": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05de\u05d7\u05d5\u05e7 \u05e7\u05d5\u05d1\u05e5 \u05db\u05ea\u05d5\u05d1\u05d9\u05ea \u05d6\u05d4?",
|
||||
"ConfirmDeletion": "\u05d0\u05e9\u05e8 \u05de\u05d7\u05d9\u05e7\u05d4",
|
||||
"MySubtitles": "\u05d4\u05db\u05ea\u05d5\u05d1\u05d9\u05d5\u05ea \u05e9\u05dc\u05d9",
|
||||
"MessageDownloadQueued": "\u05d4\u05d5\u05e8\u05d3 \u05ea\u05d5\u05e8",
|
||||
"EditSubtitles": "\u05e2\u05e8\u05d5\u05da \u05db\u05ea\u05d5\u05d1\u05d9\u05d5\u05ea",
|
||||
"UnlockGuide": "Unlock Guide",
|
||||
"RefreshMetadata": "Refresh Metadata",
|
||||
"ReplaceExistingImages": "Replace existing images",
|
||||
"ReplaceAllMetadata": "Replace all metadata",
|
||||
"SearchForMissingMetadata": "Search for missing metadata",
|
||||
"LabelRefreshMode": "Refresh mode:",
|
||||
"UnlockGuide": "\u05e0\u05e2\u05d9\u05dc\u05ea \u05de\u05d3\u05e8\u05d9\u05da",
|
||||
"RefreshMetadata": "\u05e8\u05e2\u05e0\u05df \u05de\u05d8\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd",
|
||||
"ReplaceExistingImages": "\u05d4\u05d7\u05dc\u05e3 \u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e7\u05d9\u05d9\u05de\u05d5\u05ea",
|
||||
"ReplaceAllMetadata": "\u05d4\u05d7\u05dc\u05e3 \u05d0\u05ea \u05db\u05dc \u05d4\u05de\u05d8\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd",
|
||||
"SearchForMissingMetadata": "\u05d7\u05e4\u05e9 \u05de\u05d8\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d7\u05e1\u05e8\u05d9\u05dd",
|
||||
"LabelRefreshMode": "\u05de\u05e6\u05d1 \u05e8\u05e2\u05e0\u05d5\u05df:",
|
||||
"NoItemsFound": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd",
|
||||
"HeaderSaySomethingLike": "Say Something Like...",
|
||||
"ButtonTryAgain": "Try Again",
|
||||
"HeaderYouSaid": "You Said...",
|
||||
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
|
||||
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
|
||||
"ValueDiscNumber": "Disc {0}",
|
||||
"Unrated": "Unrated",
|
||||
"Favorite": "Favorite",
|
||||
"Like": "Like",
|
||||
"Dislike": "Dislike",
|
||||
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Emby Server dashboard.",
|
||||
"Open": "Open",
|
||||
"HeaderSaySomethingLike": "\u05ea\u05d2\u05d9\u05d3 \u05de\u05e9\u05d4\u05d5 \u05db\u05de\u05d5 ...",
|
||||
"ButtonTryAgain": "\u05e0\u05e1\u05d4 \u05e9\u05e0\u05d9\u05ea",
|
||||
"HeaderYouSaid": "\u05d0\u05ea\u05d4 \u05d0\u05de\u05e8\u05ea...",
|
||||
"MessageWeDidntRecognizeCommand": "\u05d0\u05e0\u05d7\u05e0\u05d5 \u05de\u05e6\u05d8\u05e2\u05e8\u05d9\u05dd, \u05dc\u05d0 \u05d6\u05d9\u05d4\u05d9\u05e0\u05d5 \u05d0\u05ea \u05d4\u05e4\u05e7\u05d5\u05d3\u05d4 \u05d4\u05d6\u05d0\u05ea.",
|
||||
"MessageIfYouBlockedVoice": "\u05d0\u05dd \u05de\u05e0\u05e2\u05ea \u05d2\u05d9\u05e9\u05d4 \u05e7\u05d5\u05dc\u05d9\u05ea \u05dc\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05e9\u05ea\u05e6\u05d8\u05e8\u05da \u05dc\u05d4\u05d2\u05d3\u05d9\u05e8 \u05de\u05d7\u05d3\u05e9 \u05dc\u05e4\u05e0\u05d9 \u05e9\u05ea\u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1.",
|
||||
"ValueDiscNumber": "\u05d3\u05d9\u05e1\u05e7 {0}",
|
||||
"Unrated": "\u05d0\u05d9\u05df \u05d3\u05d9\u05e8\u05d5\u05d2",
|
||||
"Favorite": "\u05de\u05d5\u05e2\u05d3\u05e3",
|
||||
"Like": "\u05d0\u05d5\u05d4\u05d1",
|
||||
"Dislike": "\u05dc\u05d0 \u05d0\u05d5\u05d4\u05d1",
|
||||
"RefreshDialogHelp": "\u05d4\u05de\u05d8\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05de\u05ea\u05e8\u05e2\u05e0\u05e0\u05d9\u05dd \u05e2\u05dc \u05e1\u05de\u05da \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d5\u05e9\u05d9\u05e8\u05d5\u05ea\u05d9 \u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05e9\u05de\u05d5\u05e4\u05e2\u05dc\u05d9\u05dd \u05d1\u05dc\u05d5\u05d7 \u05d4\u05de\u05d7\u05d5\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc \u05de\u05e8\u05db\u05d6 \u05d0\u05de\u05d1\u05d9.",
|
||||
"Open": "\u05e4\u05ea\u05d7",
|
||||
"Play": "\u05e0\u05d2\u05df",
|
||||
"AddToPlayQueue": "Add to play queue",
|
||||
"Shuffle": "Shuffle",
|
||||
"Identify": "Identify",
|
||||
"EditImages": "Edit images",
|
||||
"EditInfo": "Edit info",
|
||||
"Sync": "Sync",
|
||||
"InstantMix": "Instant mix",
|
||||
"AddToPlayQueue": "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05ea\u05d5\u05e8 \u05d4\u05e4\u05e2\u05dc\u05d4",
|
||||
"Shuffle": "\u05e2\u05e8\u05d1\u05d1",
|
||||
"Identify": "\u05dc\u05d6\u05d4\u05d5\u05ea",
|
||||
"EditImages": "\u05e2\u05e8\u05d5\u05da \u05ea\u05de\u05d5\u05e0\u05d5\u05ea",
|
||||
"EditInfo": "\u05e2\u05e8\u05d5\u05da \u05de\u05d9\u05d3\u05e2",
|
||||
"Sync": "\u05e1\u05e0\u05db\u05e8\u05df",
|
||||
"InstantMix": "\u05de\u05d9\u05e7\u05e1 \u05de\u05d9\u05d9\u05d3\u05d9",
|
||||
"ViewAlbum": "\u05e6\u05e4\u05d4 \u05d1\u05d0\u05dc\u05d1\u05d5\u05dd",
|
||||
"ViewArtist": "\u05e6\u05e4\u05d4 \u05d1\u05d0\u05de\u05df",
|
||||
"QueueAllFromHere": "Queue all from here",
|
||||
"PlayAllFromHere": "Play all from here",
|
||||
"PlayFromBeginning": "Play from beginning",
|
||||
"ResumeAt": "Resume from {0}",
|
||||
"RemoveFromPlaylist": "Remove from playlist",
|
||||
"RemoveFromCollection": "Remove from collection",
|
||||
"Trailer": "Trailer",
|
||||
"MarkPlayed": "Mark played",
|
||||
"MarkUnplayed": "Mark unplayed",
|
||||
"GroupVersions": "Group versions",
|
||||
"PleaseSelectTwoItems": "Please select at least two items.",
|
||||
"TryMultiSelect": "Try Multi-Select",
|
||||
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
|
||||
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
|
||||
"MessageConfirmRecordingCancellation": "Are you sure you wish to cancel this recording?",
|
||||
"Error": "Error",
|
||||
"VoiceInput": "Voice Input",
|
||||
"QueueAllFromHere": "\u05d4\u05d5\u05e1\u05e3 \u05d4\u05db\u05dc \u05de\u05db\u05d0\u05df \u05dc\u05ea\u05d5\u05e8",
|
||||
"PlayAllFromHere": "\u05e0\u05d2\u05df \u05d4\u05db\u05dc \u05de\u05db\u05d0\u05df",
|
||||
"PlayFromBeginning": "\u05e0\u05d2\u05df \u05de\u05d4\u05ea\u05d7\u05dc\u05d4",
|
||||
"ResumeAt": "\u05d4\u05de\u05e9\u05da \u05de {0}",
|
||||
"RemoveFromPlaylist": "\u05d4\u05e1\u05e8 \u05de\u05e8\u05e9\u05d9\u05de\u05ea \u05d4\u05e0\u05d9\u05d2\u05d5\u05df",
|
||||
"RemoveFromCollection": "\u05d4\u05e1\u05e8 \u05de\u05d0\u05d5\u05e1\u05e4\u05d9\u05dd",
|
||||
"Trailer": "\u05e7\u05d8\u05e2\u05d9 \u05e1\u05e8\u05d8",
|
||||
"MarkPlayed": "\u05e1\u05de\u05df \u05e0\u05d5\u05d2\u05df",
|
||||
"MarkUnplayed": "\u05e1\u05de\u05df \u05dc\u05d0 \u05e0\u05d5\u05d2\u05df",
|
||||
"GroupVersions": "\u05d2\u05e8\u05e1\u05d0\u05d5\u05ea \u05e7\u05d1\u05d5\u05e6\u05ea\u05d9\u05d5\u05ea",
|
||||
"PleaseSelectTwoItems": "\u05d1\u05d7\u05e8 \u05dc\u05e4\u05d7\u05d5\u05ea \u05e9\u05e0\u05d9 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd.",
|
||||
"TryMultiSelect": "\u05e0\u05e1\u05d4 \u05d1\u05d7\u05d9\u05e8\u05d4 \u05de\u05e8\u05d5\u05d1\u05d4",
|
||||
"TryMultiSelectMessage": "\u05db\u05d3\u05d9 \u05dc\u05e2\u05e8\u05d5\u05da \u05e4\u05e8\u05d9\u05d8\u05d9 \u05de\u05d3\u05d9\u05d4 \u05de\u05e8\u05d5\u05d1\u05d9\u05dd, \u05e4\u05e9\u05d5\u05d8 \u05dc\u05d7\u05e5 \u05dc\u05d7\u05d9\u05e6\u05d4 \u05d0\u05e8\u05d5\u05db\u05d4 \u05e2\u05dc \u05db\u05dc \u05e4\u05d5\u05e1\u05d8\u05e8 \u05d5\u05d1\u05d7\u05e8 \u05d0\u05ea \u05d4\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05e0\u05d4\u05dc. \u05e0\u05e1\u05d4 \u05d6\u05d0\u05ea!",
|
||||
"HeaderConfirmRecordingCancellation": "\u05d0\u05e9\u05e8 \u05d1\u05d9\u05d8\u05d5\u05dc \u05d4\u05e7\u05dc\u05d8\u05d4",
|
||||
"MessageConfirmRecordingCancellation": "\u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d1\u05d8\u05dc \u05d4\u05e7\u05dc\u05d8\u05d4 \u05d6\u05d5?",
|
||||
"Error": "\u05e9\u05d2\u05d9\u05d0\u05d4",
|
||||
"VoiceInput": "\u05e7\u05dc\u05d8 \u05e7\u05d5\u05dc\u05d9",
|
||||
"LabelContentType": "\u05e1\u05d5\u05d2 \u05d4\u05ea\u05d5\u05db\u05df",
|
||||
"LabelPath": "Path:",
|
||||
"LabelTitle": "Title:",
|
||||
"LabelOriginalTitle": "Original title:",
|
||||
"LabelSortTitle": "Sort title:",
|
||||
"LabelDateAdded": "Date added:",
|
||||
"ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
|
||||
"LabelStatus": "Status:",
|
||||
"LabelArtists": "\u05d0\u05de\u05df",
|
||||
"LabelArtistsHelp": "Separate multiple using ;",
|
||||
"LabelAlbumArtists": "Album artists:",
|
||||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
"LabelWebsite": "Website:",
|
||||
"LabelTagline": "Tagline:",
|
||||
"LabelOverview": "Overview:",
|
||||
"LabelShortOverview": "Short overview:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
"LabelYear": "\u05e9\u05e0\u05d4",
|
||||
"LabelPlaceOfBirth": "Place of birth:",
|
||||
"LabelAirDays": "Air days:",
|
||||
"LabelAirTime": "Air time:",
|
||||
"LabelRuntimeMinutes": "Run time (minutes):",
|
||||
"LabelParentalRating": "Parental rating:",
|
||||
"LabelCustomRating": "Custom rating:",
|
||||
"LabelOriginalAspectRatio": "Original aspect ratio:",
|
||||
"LabelPlayers": "Players:",
|
||||
"Label3DFormat": "3D format:",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
"LabelAbsoluteEpisodeNumber": "Absolute episode number:",
|
||||
"HeaderSpecialEpisodeInfo": "Special Episode Info",
|
||||
"LabelAirsBeforeSeason": "Airs before season:",
|
||||
"LabelAirsAfterSeason": "Airs after season:",
|
||||
"LabelAirsBeforeEpisode": "Airs before episode:",
|
||||
"HeaderExternalIds": "External Ids:",
|
||||
"HeaderDisplaySettings": "Display Settings",
|
||||
"LabelTreatImageAs": "Treat image as:",
|
||||
"LabelDisplayOrder": "Display order:",
|
||||
"Countries": "Countries",
|
||||
"Genres": "Genres",
|
||||
"HeaderPlotKeywords": "Plot Keywords",
|
||||
"Studios": "Studios",
|
||||
"Tags": "Tags",
|
||||
"HeaderMetadataSettings": "Metadata Settings",
|
||||
"People": "People",
|
||||
"LabelPath": "\u05e0\u05ea\u05d9\u05d1:",
|
||||
"LabelTitle": "\u05db\u05d5\u05ea\u05e8\u05ea:",
|
||||
"LabelOriginalTitle": "\u05db\u05d5\u05ea\u05e8\u05ea \u05de\u05e7\u05d5\u05e8\u05d9\u05ea:",
|
||||
"LabelSortTitle": "\u05de\u05d9\u05d9\u05df \u05db\u05d5\u05ea\u05e8\u05ea:",
|
||||
"LabelDateAdded": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d5\u05e1\u05e3:",
|
||||
"ConfigureDateAdded": "\u05d4\u05d2\u05d3\u05e8 \u05db\u05d9\u05e6\u05d3 \u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05ea\u05d5\u05e1\u05e4\u05ea \u05e0\u05e7\u05d1\u05e2 \u05d1\u05dc\u05d5\u05d7 \u05d4\u05de\u05d7\u05d5\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc \u05e9\u05e8\u05ea Amby \u05ea\u05d7\u05ea \u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e1\u05e4\u05e8\u05d9\u05d4",
|
||||
"LabelStatus": "\u05e1\u05d8\u05d8\u05d5\u05e1:",
|
||||
"LabelArtists": "\u05d0\u05d5\u05de\u05e0\u05d9\u05dd:",
|
||||
"LabelArtistsHelp": "\u05d4\u05e4\u05e8\u05d3 \u05de\u05e8\u05d5\u05d1\u05d9\u05dd \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea;",
|
||||
"LabelAlbumArtists": "\u05d0\u05dc\u05d1\u05d5\u05dd \u05d0\u05d5\u05de\u05e0\u05d9\u05dd:",
|
||||
"LabelAlbum": "\u05d0\u05dc\u05d1\u05d5\u05dd:",
|
||||
"LabelCommunityRating": "\u05d3\u05d9\u05e8\u05d5\u05d2 \u05d4\u05e7\u05d4\u05d9\u05dc\u05d4:",
|
||||
"LabelVoteCount": "\u05e1\u05e4\u05d9\u05e8\u05ea \u05d4\u05e6\u05d1\u05e2\u05d5\u05ea:",
|
||||
"LabelCriticRating": "\u05d3\u05d9\u05e8\u05d5\u05d2 \u05d1\u05d9\u05e7\u05d5\u05e8\u05ea:",
|
||||
"LabelCriticRatingSummary": "\u05e1\u05d9\u05db\u05d5\u05dd \u05d3\u05d9\u05e8\u05d5\u05d2\u05d9\u05dd \u05d1\u05d9\u05e7\u05d5\u05e8\u05ea\u05d9\u05d9\u05dd:",
|
||||
"LabelAwardSummary": "\u05e1\u05d9\u05db\u05d5\u05dd \u05e4\u05e8\u05e1:",
|
||||
"LabelWebsite": "\u05d0\u05ea\u05e8:",
|
||||
"LabelTagline": "\u05e9\u05d5\u05e8\u05ea \u05ea\u05d9\u05d5\u05d2:",
|
||||
"LabelOverview": "\u05e1\u05e7\u05d9\u05e8\u05d4 \u05db\u05dc\u05dc\u05d9\u05ea:",
|
||||
"LabelShortOverview": "\u05e1\u05e7\u05d9\u05e8\u05d4 \u05e7\u05e6\u05e8\u05d4:",
|
||||
"LabelReleaseDate": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05d5\u05e6\u05d0\u05d4:",
|
||||
"LabelYear": "\u05e9\u05e0\u05d4:",
|
||||
"LabelPlaceOfBirth": "\u05de\u05e7\u05d5\u05dd \u05dc\u05d9\u05d3\u05d4:",
|
||||
"LabelAirDays": "\u05d9\u05de\u05d9 \u05d0\u05d5\u05d9\u05e8:",
|
||||
"LabelAirTime": "\u05d6\u05de\u05df \u05d0\u05d5\u05d5\u05d9\u05e8:",
|
||||
"LabelRuntimeMinutes": "\u05d6\u05de\u05df \u05e8\u05d9\u05e6\u05d4 (\u05d3\u05e7\u05d5\u05ea):",
|
||||
"LabelParentalRating": "\u05d3\u05d9\u05e8\u05d5\u05d2 \u05d4\u05d4\u05d5\u05e8\u05d9\u05dd:",
|
||||
"LabelCustomRating": "\u05d3\u05d9\u05e8\u05d5\u05d2 \u05de\u05d5\u05ea\u05d0\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea:",
|
||||
"LabelOriginalAspectRatio": "\u05d9\u05d7\u05e1 \u05d2\u05d5\u05d1\u05d4-\u05e8\u05d5\u05d7\u05d1 \u05de\u05e7\u05d5\u05e8\u05d9:",
|
||||
"LabelPlayers": "\u05e9\u05d7\u05e7\u05e0\u05d9\u05dd:",
|
||||
"Label3DFormat": "\u05e4\u05d5\u05e8\u05de\u05d8 \u05ea\u05dc\u05ea-\u05de\u05de\u05d3\u05d9:",
|
||||
"HeaderAlternateEpisodeNumbers": "\u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d7\u05dc\u05d5\u05e4\u05d9\u05d9\u05dd",
|
||||
"LabelDvdSeasonNumber": "\u05de\u05e1\u05e4\u05e8 \u05d4\u05e2\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d4- DVD:",
|
||||
"LabelDvdEpisodeNumber": "\u05de\u05e1\u05e4\u05e8 \u05e4\u05e8\u05e7 DVD:",
|
||||
"LabelAbsoluteEpisodeNumber": "\u05de\u05e1\u05e4\u05e8 \u05e4\u05e8\u05e7 \u05de\u05d5\u05d7\u05dc\u05d8:",
|
||||
"HeaderSpecialEpisodeInfo": "\u05e4\u05e8\u05d8\u05d9 \u05d0\u05e4\u05d9\u05d6\u05d5\u05d3\u05d5\u05ea \u05de\u05d9\u05d5\u05d7\u05d3\u05d5\u05ea",
|
||||
"LabelAirsBeforeSeason": "\u05d1\u05d0\u05d5\u05d5\u05d9\u05e8 \u05dc\u05e4\u05e0\u05d9 \u05d4\u05e2\u05d5\u05e0\u05d4:",
|
||||
"LabelAirsAfterSeason": "\u05d1\u05d0\u05d5\u05d5\u05d9\u05e8 \u05d0\u05d7\u05e8\u05d9 \u05d4\u05e2\u05d5\u05e0\u05d4:",
|
||||
"LabelAirsBeforeEpisode": "\u05d1\u05d0\u05d5\u05d5\u05d9\u05e8 \u05dc\u05e4\u05e0\u05d9 \u05e4\u05e8\u05e7:",
|
||||
"HeaderExternalIds": "\u05de\u05d6\u05d4\u05d9\u05dd \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9\u05d9\u05dd:",
|
||||
"HeaderDisplaySettings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05ea\u05e6\u05d5\u05d2\u05d4",
|
||||
"LabelTreatImageAs": "\u05d4\u05ea\u05d9\u05d9\u05d7\u05e1 \u05dc\u05ea\u05de\u05d5\u05e0\u05d4 \u05db:",
|
||||
"LabelDisplayOrder": "\u05e1\u05d3\u05e8 \u05ea\u05e6\u05d5\u05d2\u05d4:",
|
||||
"Countries": "\u05de\u05d3\u05d9\u05e0\u05d5\u05ea",
|
||||
"Genres": "\u05d6'\u05d0\u05e0\u05e8\u05d9\u05dd",
|
||||
"HeaderPlotKeywords": "\u05de\u05d2\u05e8\u05e9 \u05de\u05d9\u05dc\u05d5\u05ea \u05de\u05e4\u05ea\u05d7",
|
||||
"Studios": "\u05d0\u05d5\u05dc\u05e4\u05e0\u05d9",
|
||||
"Tags": "\u05ea\u05d2\u05d9\u05dd",
|
||||
"HeaderMetadataSettings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05d8\u05d0 \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd",
|
||||
"People": "\u05d0\u05e0\u05e9\u05d9\u05dd",
|
||||
"LabelMetadataDownloadLanguage": "\u05e9\u05e4\u05ea \u05d4\u05d5\u05e8\u05d3\u05d4 \u05de\u05d5\u05e2\u05d3\u05e4\u05ea:",
|
||||
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
|
||||
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
|
||||
"LabelLockItemToPreventChanges": "\u05e0\u05e2\u05dc \u05e4\u05e8\u05d9\u05d8 \u05d6\u05d4 \u05db\u05d3\u05d9 \u05dc\u05de\u05e0\u05d5\u05e2 \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05e2\u05ea\u05d9\u05d3\u05d9\u05d9\u05dd",
|
||||
"MessageLeaveEmptyToInherit": "\u05d4\u05e9\u05d0\u05e8 \u05e8\u05d9\u05e7 \u05db\u05d3\u05d9 \u05dc\u05e8\u05e9\u05ea \u05d0\u05ea \u05d4\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05de\u05e4\u05e8\u05d9\u05d8 \u05d0\u05d1, \u05d0\u05d5 \u05d0\u05ea \u05e2\u05e8\u05da \u05d1\u05e8\u05d9\u05e8\u05ea \u05d4\u05de\u05d7\u05d3\u05dc \u05d4\u05d2\u05dc\u05d5\u05d1\u05dc\u05d9.",
|
||||
"LabelCountry": "\u05de\u05d3\u05d9\u05e0\u05d4:",
|
||||
"LabelDynamicExternalId": "{0} Id:",
|
||||
"LabelBirthYear": "Birth year:",
|
||||
"LabelBirthDate": "Birth date:",
|
||||
"LabelDeathDate": "Death date:",
|
||||
"LabelEndDate": "End date:",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelDiscNumber": "Disc number:",
|
||||
"LabelParentNumber": "Parent number:",
|
||||
"SortName": "Sort name",
|
||||
"ReleaseDate": "Release date",
|
||||
"LabelDynamicExternalId": "{0} \u05ea\u05e2\u05d5\u05d3\u05ea \u05d6\u05d4\u05d5\u05ea:",
|
||||
"LabelBirthYear": "\u05e9\u05e0\u05ea \u05dc\u05d9\u05d3\u05d4:",
|
||||
"LabelBirthDate": "\u05ea\u05d0\u05e8\u05d9\u05da \u05dc\u05d9\u05d3\u05d4:",
|
||||
"LabelDeathDate": "\u05ea\u05d0\u05e8\u05d9\u05da \u05d4\u05de\u05d5\u05d5\u05ea:",
|
||||
"LabelEndDate": "\u05ea\u05d0\u05e8\u05d9\u05da \u05e1\u05d9\u05d5\u05dd:",
|
||||
"LabelSeasonNumber": "\u05de\u05e1\u05e4\u05e8 \u05e2\u05d5\u05e0\u05d4:",
|
||||
"LabelEpisodeNumber": "\u05de\u05e1\u05e4\u05e8 \u05e4\u05e8\u05e7:",
|
||||
"LabelTrackNumber": "\u05e7\u05d8\u05e2 \u05de\u05e1\u05e4\u05e8:",
|
||||
"LabelNumber": "\u05de\u05e1\u05e4\u05e8:",
|
||||
"LabelDiscNumber": "\u05de\u05e1\u05e4\u05e8 \u05d3\u05d9\u05e1\u05e7:",
|
||||
"LabelParentNumber": "\u05de\u05e1\u05e4\u05e8 \u05d0\u05d1:",
|
||||
"SortName": "\u05de\u05d9\u05d9\u05df \u05dc\u05e4\u05d9 \u05e9\u05dd",
|
||||
"ReleaseDate": "\u05ea\u05d0\u05e8\u05d9\u05da \u05e9\u05d9\u05d7\u05e8\u05d5\u05e8",
|
||||
"Continuing": "\u05de\u05de\u05e9\u05d9\u05da",
|
||||
"Ended": "\u05d4\u05e1\u05ea\u05d9\u05d9\u05dd",
|
||||
"HeaderEnabledFields": "Enabled Fields",
|
||||
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent it's data from being changed.",
|
||||
"Backdrops": "Backdrops",
|
||||
"Images": "Images",
|
||||
"Keywords": "Keywords",
|
||||
"Runtime": "Runtime",
|
||||
"ProductionLocations": "Production locations",
|
||||
"BirthLocation": "Birth location",
|
||||
"ParentalRating": "Parental Rating",
|
||||
"Name": "Name",
|
||||
"Overview": "Overview",
|
||||
"LabelType": "\u05e1\u05d5\u05d2",
|
||||
"LabelPersonRole": "Role:",
|
||||
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
|
||||
"Actor": "Actor",
|
||||
"Composer": "Composer",
|
||||
"Director": "Director",
|
||||
"GuestStar": "Guest star",
|
||||
"Producer": "Producer",
|
||||
"Writer": "Writer",
|
||||
"MessageNoSyncJobsFound": "No sync jobs found. Create sync jobs using the Sync buttons found throughout the app.",
|
||||
"MessageNoDownloadsFound": "No offline downloads. Make your media available offline by clicking Make Available Offline throughout the app.",
|
||||
"InstallingPackage": "Installing {0}",
|
||||
"HeaderEnabledFields": "\u05e9\u05d3\u05d5\u05ea \u05d6\u05de\u05d9\u05e0\u05d9\u05dd",
|
||||
"HeaderEnabledFieldsHelp": "\u05d1\u05d8\u05dc \u05d0\u05ea \u05d4\u05e1\u05d9\u05de\u05d5\u05df \u05d1\u05e9\u05d3\u05d4 \u05db\u05d3\u05d9 \u05dc\u05e0\u05e2\u05d5\u05dc \u05d0\u05d5\u05ea\u05d5 \u05d5\u05dc\u05de\u05e0\u05d5\u05e2 \u05e9\u05d9\u05e0\u05d5\u05d9 \u05d1\u05e0\u05ea\u05d5\u05e0\u05d9\u05dd.",
|
||||
"Backdrops": "\u05ea\u05e4\u05d0\u05d5\u05e8\u05d5\u05ea",
|
||||
"Images": "\u05ea\u05de\u05d5\u05e0\u05d5\u05ea",
|
||||
"Keywords": "\u05de\u05d9\u05dc\u05d5\u05ea \u05de\u05e4\u05ea\u05d7",
|
||||
"Runtime": "\u05d6\u05de\u05df \u05e8\u05d9\u05e6\u05d4",
|
||||
"ProductionLocations": "\u05de\u05d9\u05e7\u05d5\u05de\u05d9 \u05d9\u05d9\u05e6\u05d5\u05e8",
|
||||
"BirthLocation": "\u05de\u05d9\u05e7\u05d5\u05dd \u05dc\u05d9\u05d3\u05d4",
|
||||
"ParentalRating": "\u05d3\u05d9\u05e8\u05d5\u05d2 \u05d4\u05d4\u05d5\u05e8\u05d9\u05dd",
|
||||
"Name": "\u05e9\u05dd",
|
||||
"Overview": "\u05e1\u05e7\u05d9\u05e8\u05d4 \u05db\u05dc\u05dc\u05d9\u05ea",
|
||||
"LabelType": "\u05e1\u05d5\u05d2:",
|
||||
"LabelPersonRole": "\u05ea\u05e4\u05e7\u05d9\u05d3:",
|
||||
"LabelPersonRoleHelp": "\u05d3\u05d5\u05d2\u05de\u05d4: \u05e0\u05d4\u05d2 \u05de\u05e9\u05d0\u05d9\u05ea \u05d2\u05dc\u05d9\u05d3\u05d4",
|
||||
"Actor": "\u05e9\u05d7\u05e7\u05df",
|
||||
"Composer": "\u05de\u05dc\u05d7\u05d9\u05df",
|
||||
"Director": "\u05de\u05e0\u05d4\u05dc",
|
||||
"GuestStar": "\u05db\u05d5\u05db\u05d1 \u05d0\u05d5\u05e8\u05d7",
|
||||
"Producer": "\u05d1\u05de\u05d0\u05d9",
|
||||
"Writer": "\u05db\u05d5\u05ea\u05d1",
|
||||
"MessageNoSyncJobsFound": "\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e1\u05d9\u05e0\u05db\u05e8\u05d5\u05df. \u05e6\u05d5\u05e8 \u05e2\u05d1\u05d5\u05d3\u05d5\u05ea \u05e1\u05d9\u05e0\u05db\u05e8\u05d5\u05df \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05dc\u05d7\u05e6\u05e0\u05d9 \u05d4\u05e1\u05e0\u05db\u05e8\u05d5\u05df \u05e9\u05e0\u05de\u05e6\u05d0\u05d5 \u05d1\u05db\u05dc \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4.",
|
||||
"MessageNoDownloadsFound": "\u05d0\u05d9\u05df \u05d4\u05d5\u05e8\u05d3\u05d5\u05ea \u05dc\u05d0 \u05de\u05e7\u05d5\u05d5\u05e0\u05d5\u05ea. \u05d4\u05e4\u05d5\u05da \u05d0\u05ea \u05d4\u05de\u05d3\u05d9\u05d4 \u05dc\u05d6\u05de\u05d9\u05e0\u05d4 \u05d1\u05de\u05e6\u05d1 \u05dc\u05d0 \u05de\u05e7\u05d5\u05d5\u05df \u05e2\u05dc \u05d9\u05d3\u05d9 \u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05d4\u05e4\u05d5\u05da \u05dc\u05d6\u05de\u05d9\u05df \u05d1\u05de\u05e6\u05d1 \u05d6\u05de\u05d9\u05df \u05d1\u05db\u05dc \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4.",
|
||||
"InstallingPackage": "\u05de\u05ea\u05e7\u05d9\u05df {0}",
|
||||
"PackageInstallCompleted": "{0} installation completed.",
|
||||
"PackageInstallFailed": "{0} installation failed.",
|
||||
"PackageInstallCancelled": "{0} installation cancelled.",
|
||||
"SeriesYearToPresent": "{0} - Present",
|
||||
"ValueOneItem": "1 item",
|
||||
"ValueOneSong": "1 song",
|
||||
"ValueSongCount": "{0} songs",
|
||||
"ValueOneMovie": "1 movie",
|
||||
"ValueMovieCount": "{0} movies",
|
||||
"ValueOneSeries": "1 series",
|
||||
"ValueSeriesCount": "{0} series",
|
||||
"ValueOneEpisode": "1 episode",
|
||||
"ValueEpisodeCount": "{0} episodes",
|
||||
"ValueOneGame": "1 game",
|
||||
"ValueGameCount": "{0} games",
|
||||
"ValueOneAlbum": "1 album",
|
||||
"ValueAlbumCount": "{0} albums",
|
||||
"ValueOneMusicVideo": "1 music video",
|
||||
"ValueMusicVideoCount": "{0} music videos",
|
||||
"ValueMinutes": "{0} min",
|
||||
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
|
||||
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
|
||||
"MessageItemSaved": "Item saved.",
|
||||
"SearchResults": "Search Results",
|
||||
"SyncToOtherDevice": "Sync to other device",
|
||||
"MakeAvailableOffline": "Make available offline",
|
||||
"ServerNameIsRestarting": "Emby Server - {0} is restarting.",
|
||||
"ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
|
||||
"HeaderDeleteItems": "Delete Items",
|
||||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
"ConfirmDeleteImage": "Delete image?",
|
||||
"HeaderEditImages": "Edit Images",
|
||||
"Settings": "Settings",
|
||||
"ShowIndicatorsFor": "Show indicators for:",
|
||||
"NewEpisodes": "New episodes",
|
||||
"HDPrograms": "HD programs",
|
||||
"LiveBroadcasts": "Live broadcasts",
|
||||
"Premieres": "Premieres",
|
||||
"RepeatEpisodes": "Repeat episodes",
|
||||
"DvrSubscriptionRequired": "Emby DVR requires an active Emby Premiere subscription.",
|
||||
"HeaderCancelRecording": "Cancel Recording",
|
||||
"CancelRecording": "Cancel recording",
|
||||
"HeaderKeepRecording": "Keep Recording",
|
||||
"HeaderCancelSeries": "Cancel Series",
|
||||
"HeaderKeepSeries": "Keep Series",
|
||||
"HeaderLearnMore": "Learn More",
|
||||
"DeleteMedia": "Delete media",
|
||||
"SeriesSettings": "Series settings",
|
||||
"HeaderRecordingOptions": "Recording Options",
|
||||
"CancelSeries": "Cancel series",
|
||||
"DoNotRecord": "Do not record",
|
||||
"HeaderSeriesOptions": "Series Options",
|
||||
"LabelChannels": "Channels:",
|
||||
"ChannelNameOnly": "Channel {0} only",
|
||||
"Anytime": "Anytime",
|
||||
"AroundTime": "Around {0}",
|
||||
"LabelAirtime": "Airtime:",
|
||||
"AllChannels": "All channels",
|
||||
"LabelRecord": "Record:",
|
||||
"NewEpisodesOnly": "New episodes only",
|
||||
"AllEpisodes": "All episodes",
|
||||
"LabelStartWhenPossible": "Start when possible:",
|
||||
"LabelStopWhenPossible": "Stop when possible:",
|
||||
"MinutesBefore": "minutes before",
|
||||
"MinutesAfter": "minutes after",
|
||||
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
|
||||
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
|
||||
"LabelKeepUpTo": "Keep up to:",
|
||||
"AsManyAsPossible": "As many as possible",
|
||||
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
|
||||
"LabelKeep:": "Keep:",
|
||||
"UntilIDelete": "Until I delete",
|
||||
"UntilSpaceNeeded": "Until space needed",
|
||||
"Categories": "Categories",
|
||||
"Sports": "Sports",
|
||||
"News": "News",
|
||||
"Movies": "Movies",
|
||||
"Kids": "Kids",
|
||||
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
|
||||
"SortChannelsBy": "Sort channels by:",
|
||||
"RecentlyWatched": "Recently watched",
|
||||
"ChannelNumber": "Channel number",
|
||||
"HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
|
||||
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
|
||||
"HeaderTryPlayback": "Try Playback",
|
||||
"HowDidYouPay": "How did you pay?",
|
||||
"IHaveEmbyPremiere": "I have Emby Premiere",
|
||||
"IPurchasedThisApp": "I purchased this app",
|
||||
"ButtonRestorePreviousPurchase": "Restore Purchase",
|
||||
"PackageInstallFailed": "\u05d4\u05d4\u05ea\u05e7\u05e0\u05d4 {0} \u05e0\u05db\u05e9\u05dc\u05d4.",
|
||||
"PackageInstallCancelled": "{0} \u05d4\u05d4\u05ea\u05e7\u05e0\u05d4 \u05d1\u05d5\u05d8\u05dc\u05d4.",
|
||||
"SeriesYearToPresent": "{0} - \u05d4\u05d9\u05d5\u05dd",
|
||||
"ValueOneItem": "\u05e4\u05e8\u05d9\u05d8 1",
|
||||
"ValueOneSong": "\u05e9\u05d9\u05e8 1",
|
||||
"ValueSongCount": "{0} \u05e9\u05d9\u05e8\u05d9\u05dd",
|
||||
"ValueOneMovie": "\u05e1\u05e8\u05d8 1",
|
||||
"ValueMovieCount": "{0} \u05e1\u05e8\u05d8\u05d9\u05dd",
|
||||
"ValueOneSeries": "1 \u05e1\u05d3\u05e8\u05d4",
|
||||
"ValueSeriesCount": "{0} \u05e1\u05d3\u05e8\u05d5\u05ea",
|
||||
"ValueOneEpisode": "\u05e4\u05e8\u05e7 1",
|
||||
"ValueEpisodeCount": "{0} \u05e4\u05e8\u05e7\u05d9\u05dd",
|
||||
"ValueOneGame": "\u05de\u05e9\u05d7\u05e7 1",
|
||||
"ValueGameCount": "{0} \u05de\u05e9\u05d7\u05e7\u05d9\u05dd",
|
||||
"ValueOneAlbum": "\u05d0\u05dc\u05d1\u05d5\u05dd 1",
|
||||
"ValueAlbumCount": "{0} \u05d0\u05dc\u05d1\u05d5\u05de\u05d9\u05dd",
|
||||
"ValueOneMusicVideo": "\u05d5\u05d9\u05d3\u05d0\u05d5 \u05e7\u05dc\u05d9\u05e4 1",
|
||||
"ValueMusicVideoCount": "{0} \u05d5\u05d9\u05d3\u05d0\u05d5 \u05e7\u05dc\u05d9\u05e4\u05d9\u05dd",
|
||||
"ValueMinutes": "{0} \u05d3\u05e7\u05d5\u05ea",
|
||||
"HeaderIdentifyItemHelp": "\u05d4\u05d6\u05df \u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05df \u05d7\u05d9\u05e4\u05d5\u05e9 \u05d0\u05d7\u05d3 \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8. \u05d4\u05e1\u05e8 \u05e7\u05e8\u05d9\u05d8\u05e8\u05d9\u05d5\u05e0\u05d9\u05dd \u05db\u05d3\u05d9 \u05dc\u05d4\u05d2\u05d3\u05d9\u05dc \u05d0\u05ea \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9.",
|
||||
"PleaseEnterNameOrId": "\u05d4\u05d6\u05df \u05e9\u05dd \u05d0\u05d5 \u05de\u05d6\u05d4\u05d4 \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9.",
|
||||
"MessageItemSaved": "\u05d4\u05e4\u05e8\u05d9\u05d8 \u05e0\u05e9\u05de\u05e8.",
|
||||
"SearchResults": "\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9",
|
||||
"SyncToOtherDevice": "\u05e1\u05e0\u05db\u05e8\u05df \u05dc\u05de\u05db\u05e9\u05d9\u05e8 \u05d0\u05d7\u05e8",
|
||||
"MakeAvailableOffline": "\u05d4\u05e4\u05d5\u05da \u05dc\u05d6\u05de\u05d9\u05df \u05d1\u05de\u05e6\u05d1 \u05dc\u05d0 \u05de\u05e7\u05d5\u05d5\u05df",
|
||||
"ServerNameIsRestarting": "\u05e9\u05e8\u05ea Emby - {0} \u05de\u05d5\u05e4\u05e2\u05dc \u05de\u05d7\u05d3\u05e9.",
|
||||
"ServerNameIsShuttingDown": "\u05e9\u05e8\u05ea Emby - {0} \u05e0\u05db\u05d1\u05d4.",
|
||||
"HeaderDeleteItems": "\u05de\u05d7\u05d9\u05e7\u05ea \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd",
|
||||
"ConfirmDeleteItems": "\u05de\u05d7\u05d9\u05e7\u05ea \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05d0\u05dc\u05d4 \u05ea\u05de\u05d7\u05e7 \u05d0\u05d5\u05ea\u05dd \u05d4\u05df \u05de\u05de\u05e2\u05e8\u05db\u05ea \u05d4\u05e7\u05d1\u05e6\u05d9\u05dd \u05d5\u05d4\u05df \u05de\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d4\u05de\u05d3\u05d9\u05d4 \u05e9\u05dc\u05da. \u05d4\u05d0\u05dd \u05d0\u05ea\u05d4 \u05d1\u05d8\u05d5\u05d7 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05da \u05dc\u05d4\u05de\u05e9\u05d9\u05da?",
|
||||
"PleaseRestartServerName": "\u05d0\u05e0\u05d0 \u05d4\u05e4\u05e2\u05dc \u05de\u05d7\u05d3\u05e9 \u05d0\u05ea \u05e9\u05e8\u05ea Emby - {0}.",
|
||||
"SyncJobCreated": "\u05e0\u05d5\u05e6\u05e8\u05d4 \u05e2\u05d1\u05d5\u05d3\u05ea \u05e1\u05d9\u05e0\u05db\u05e8\u05d5\u05df.",
|
||||
"LabelSyncJobName": "\u05e1\u05e0\u05db\u05e8\u05df \u05d0\u05ea \u05e9\u05dd \u05d4\u05e2\u05d1\u05d5\u05d3\u05d4:",
|
||||
"LabelQuality": "\u05d0\u05d9\u05db\u05d5\u05ea:",
|
||||
"LabelSyncNoTargetsHelp": "\u05e0\u05e8\u05d0\u05d4 \u05e9\u05d0\u05d9\u05df \u05dc\u05da \u05db\u05e8\u05d2\u05e2 \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d5\u05ea \u05d4\u05ea\u05d5\u05de\u05db\u05d5\u05ea \u05d1\u05d4\u05d5\u05e8\u05d3\u05d4 \u05d1\u05de\u05e6\u05d1 \u05dc\u05d0 \u05de\u05e7\u05d5\u05d5\u05df.",
|
||||
"DownloadScheduled": "\u05d4\u05d5\u05e8\u05d3\u05d4 \u05de\u05ea\u05d5\u05d6\u05de\u05e0\u05ea",
|
||||
"HeaderSyncRequiresSub": "\u05d4\u05e1\u05d9\u05e0\u05db\u05e8\u05d5\u05df \u05d3\u05d5\u05e8\u05e9 \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc \u05e9\u05dc Emby Premiere.",
|
||||
"LearnMore": "\u05dc\u05de\u05d3 \u05e2\u05d5\u05d3",
|
||||
"LabelProfile": "\u05e4\u05e8\u05d5\u05e4\u05d9\u05dc:",
|
||||
"LabelBitrateMbps": "\u05e7\u05e6\u05d1 \u05e1\u05d9\u05d1\u05d9\u05d5\u05ea (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "\u05e1\u05e0\u05db\u05e8\u05df \u05e1\u05e8\u05d8\u05d5\u05e0\u05d9\u05dd \u05dc\u05d0 \u05de\u05e1\u05d5\u05e0\u05db\u05e8\u05e0\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3",
|
||||
"SyncUnwatchedVideosOnlyHelp": "\u05e8\u05e7 \u05e1\u05e8\u05d8\u05d5\u05e0\u05d9\u05dd \u05e9\u05dc\u05d0 \u05d4\u05d5\u05e8\u05d3\u05d5 \u05d9\u05d5\u05e8\u05d3\u05d5, \u05d5\u05e1\u05e8\u05d8\u05d5\u05e0\u05d9\u05dd \u05d9\u05d5\u05e1\u05e8\u05d5 \u05de\u05d4\u05de\u05db\u05e9\u05d9\u05e8 \u05db\u05e4\u05d9 \u05e9\u05d4\u05dd \u05e6\u05e4\u05d5.",
|
||||
"AutomaticallySyncNewContent": "\u05e1\u05e0\u05db\u05e8\u05df \u05ea\u05d5\u05db\u05df \u05d7\u05d3\u05e9 \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9",
|
||||
"AutomaticallySyncNewContentHelp": "\u05ea\u05d5\u05db\u05df \u05d7\u05d3\u05e9 \u05e9\u05e0\u05d5\u05e1\u05e3 \u05dc\u05ea\u05d9\u05e7\u05d9\u05d4 \u05d6\u05d5 \u05d9\u05d5\u05e8\u05d9\u05d3 \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05dc\u05de\u05db\u05e9\u05d9\u05e8.",
|
||||
"LabelItemLimit": "\u05de\u05d2\u05d1\u05dc\u05ea \u05e4\u05e8\u05d9\u05d8:",
|
||||
"LabelItemLimitHelp": "\u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05d0\u05dc\u05d9. \u05d4\u05d2\u05d3\u05e8 \u05de\u05d2\u05d1\u05dc\u05d4 \u05dc\u05de\u05e1\u05e4\u05e8 \u05d4\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05e9\u05d9\u05d5\u05e8\u05d3\u05d5.",
|
||||
"PleaseSelectDeviceToSyncTo": "\u05d1\u05d7\u05e8 \u05de\u05db\u05e9\u05d9\u05e8 \u05dc\u05d4\u05d5\u05e8\u05d3\u05d4 \u05d0\u05dc\u05d9\u05d5.",
|
||||
"Screenshots": "\u05e6\u05d9\u05dc\u05d5\u05de\u05d9 \u05de\u05e1\u05da",
|
||||
"MoveRight": "\u05d6\u05d5\u05d6 \u05d9\u05de\u05d9\u05e0\u05d4",
|
||||
"MoveLeft": "\u05d6\u05d5\u05d6 \u05e9\u05de\u05d0\u05dc\u05d4",
|
||||
"ConfirmDeleteImage": "\u05dc\u05de\u05d7\u05d5\u05e7 \u05d0\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d4?",
|
||||
"HeaderEditImages": "\u05e2\u05e8\u05d5\u05da \u05ea\u05de\u05d5\u05e0\u05d5\u05ea",
|
||||
"Settings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea",
|
||||
"ShowIndicatorsFor": "\u05d4\u05e6\u05d2 \u05de\u05d7\u05d5\u05d5\u05e0\u05d9\u05dd \u05e2\u05d1\u05d5\u05e8:",
|
||||
"NewEpisodes": "\u05e4\u05e8\u05e7\u05d9\u05dd \u05d7\u05d3\u05e9\u05d9\u05dd",
|
||||
"HDPrograms": "\u05ea\u05d5\u05db\u05e0\u05d9\u05d5\u05ea HD",
|
||||
"LiveBroadcasts": "\u05e9\u05d9\u05d3\u05d5\u05e8\u05d9\u05dd \u05d7\u05d9\u05d9\u05dd",
|
||||
"Premieres": "\u05d1\u05db\u05d5\u05e8\u05d5\u05ea",
|
||||
"RepeatEpisodes": "\u05d7\u05d6\u05d5\u05e8 \u05e2\u05dc \u05e4\u05e8\u05e7\u05d9\u05dd",
|
||||
"DvrSubscriptionRequired": "\u05d0\u05de\u05d1\u05d9 DVR \u05d3\u05d5\u05e8\u05e9\u05ea \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc \u05e9\u05dc Emby Premiere.",
|
||||
"HeaderCancelRecording": "\u05d1\u05d9\u05d8\u05d5\u05dc \u05d4\u05e7\u05dc\u05d8\u05d4",
|
||||
"CancelRecording": "\u05d1\u05d9\u05d8\u05d5\u05dc \u05d4\u05e7\u05dc\u05d8\u05d4",
|
||||
"HeaderKeepRecording": "\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05d4\u05e7\u05dc\u05d8\u05d4",
|
||||
"HeaderCancelSeries": "\u05d1\u05d8\u05dc \u05e1\u05d3\u05e8\u05d4",
|
||||
"HeaderKeepSeries": "\u05e9\u05de\u05d5\u05e8 \u05e1\u05d3\u05e8\u05d4",
|
||||
"HeaderLearnMore": "\u05dc\u05de\u05d3 \u05e2\u05d5\u05d3",
|
||||
"DeleteMedia": "\u05de\u05d7\u05e7 \u05de\u05d3\u05d9\u05d4",
|
||||
"SeriesSettings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05e1\u05d3\u05e8\u05d4",
|
||||
"HeaderRecordingOptions": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d4\u05e7\u05dc\u05d8\u05d4",
|
||||
"CancelSeries": "\u05d1\u05d8\u05dc \u05e1\u05d3\u05e8\u05d4",
|
||||
"DoNotRecord": "\u05d0\u05dc \u05ea\u05e7\u05dc\u05d9\u05d8",
|
||||
"HeaderSeriesOptions": "\u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05e1\u05d3\u05e8\u05d4",
|
||||
"LabelChannels": "\u05e2\u05e8\u05d5\u05e6\u05d9\u05dd:",
|
||||
"ChannelNameOnly": "\u05e2\u05e8\u05d5\u05e5 {0} \u05d1\u05dc\u05d1\u05d3",
|
||||
"Anytime": "\u05d1\u05db\u05dc \u05e2\u05ea",
|
||||
"AroundTime": "\u05d1\u05e1\u05d1\u05d9\u05d1\u05d5\u05ea {0}",
|
||||
"LabelAirtime": "\u05d6\u05de\u05df \u05d0\u05d5\u05d5\u05d9\u05e8:",
|
||||
"AllChannels": "\u05db\u05dc \u05d4\u05e2\u05e8\u05d5\u05e6\u05d9\u05dd",
|
||||
"LabelRecord": "\u05d4\u05e7\u05dc\u05d8\u05d4:",
|
||||
"NewEpisodesOnly": "\u05e4\u05e8\u05e7\u05d9\u05dd \u05d7\u05d3\u05e9\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3",
|
||||
"AllEpisodes": "\u05db\u05dc \u05d4\u05e4\u05e8\u05e7\u05d9\u05dd",
|
||||
"LabelStartWhenPossible": "\u05d4\u05ea\u05d7\u05dc \u05d1\u05e8\u05d2\u05e2 \u05e9\u05e0\u05d9\u05ea\u05df:",
|
||||
"LabelStopWhenPossible": "\u05d4\u05e4\u05e1\u05e7 \u05d1\u05e8\u05d2\u05e2 \u05e9\u05d0\u05e4\u05e9\u05e8",
|
||||
"MinutesBefore": "\u05d3\u05e7\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9",
|
||||
"MinutesAfter": "\u05d3\u05e7\u05d5\u05ea \u05d0\u05d7\u05e8\u05d9",
|
||||
"SkipEpisodesAlreadyInMyLibrary": "\u05d0\u05dc \u05ea\u05e7\u05dc\u05d9\u05d8\u05d5 \u05e4\u05e8\u05e7\u05d9\u05dd \u05e9\u05db\u05d1\u05e8 \u05e0\u05de\u05e6\u05d0\u05d9\u05dd \u05d1\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4 \u05e9\u05dc\u05d9",
|
||||
"SkipEpisodesAlreadyInMyLibraryHelp": "\u05e4\u05e8\u05e7\u05d9\u05dd \u05d9\u05d5\u05e9\u05d5\u05d5 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d4\u05e2\u05d5\u05e0\u05d4 \u05d5\u05d0\u05ea \u05d4\u05e4\u05e8\u05e7 \u05e4\u05e8\u05e7, \u05db\u05d0\u05e9\u05e8 \u05d6\u05de\u05d9\u05df.",
|
||||
"LabelKeepUpTo": "\u05e9\u05de\u05d5\u05e8 \u05e2\u05d3 \u05dc:",
|
||||
"AsManyAsPossible": "\u05db\u05de\u05d4 \u05e9\u05d9\u05d5\u05ea\u05e8",
|
||||
"DefaultErrorMessage": "\u05d0\u05d9\u05e8\u05e2\u05d4 \u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05e2\u05d9\u05d1\u05d5\u05d3 \u05d4\u05d1\u05e7\u05e9\u05d4. \u05d1\u05d1\u05e7\u05e9\u05d4 \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1 \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8.",
|
||||
"LabelKeep:": "\u05e9\u05de\u05d5\u05e8:",
|
||||
"UntilIDelete": "\u05e2\u05d3 \u05e9\u05d0\u05de\u05d7\u05e7",
|
||||
"UntilSpaceNeeded": "\u05e2\u05d3 \u05d4\u05e6\u05d5\u05e8\u05da \u05d1\u05de\u05e8\u05d7\u05d1",
|
||||
"Categories": "\u05e7\u05d8\u05d2\u05d5\u05e8\u05d9\u05d5\u05ea",
|
||||
"Sports": "\u05e1\u05e4\u05d5\u05e8\u05d8",
|
||||
"News": "\u05d7\u05d3\u05e9\u05d5\u05ea",
|
||||
"Movies": "\u05e1\u05e8\u05d8\u05d9\u05dd",
|
||||
"Kids": "\u05d9\u05dc\u05d3\u05d9\u05dd",
|
||||
"EnableColorCodedBackgrounds": "\u05d0\u05e4\u05e9\u05e8 \u05e8\u05e7\u05e2 \u05d1\u05e6\u05d1\u05e2 \u05de\u05e7\u05d5\u05d3\u05d3",
|
||||
"SortChannelsBy": "\u05de\u05d9\u05d9\u05df \u05e2\u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05e4\u05d9:",
|
||||
"RecentlyWatched": "\u05e0\u05e6\u05e4\u05d4 \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4",
|
||||
"ChannelNumber": "\u05de\u05e1\u05e4\u05e8 \u05e2\u05e8\u05d5\u05e5",
|
||||
"HeaderBenefitsEmbyPremiere": "\u05d4\u05d9\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc \u05d0\u05de\u05d1\u05d9 Premiere",
|
||||
"ThankYouForTryingEnjoyOneMinute": "\u05d0\u05e0\u05d0 \u05dc\u05d9\u05d4\u05e0\u05d5\u05ea \u05d3\u05e7\u05d4 \u05d0\u05d7\u05ea \u05e9\u05dc \u05d4\u05e9\u05de\u05e2\u05d4. \u05ea\u05d5\u05d3\u05d4 \u05e9\u05e0\u05d9\u05e1\u05d9\u05ea \u05d0\u05ea \u05d0\u05de\u05d1\u05d9.",
|
||||
"HeaderTryPlayback": "\u05e0\u05e1\u05d4 \u05d4\u05e4\u05e2\u05dc\u05d4",
|
||||
"HowDidYouPay": "\u05d0\u05d9\u05da \u05e9\u05d9\u05dc\u05de\u05ea?",
|
||||
"IHaveEmbyPremiere": "\u05d9\u05e9 \u05dc\u05d9 \u05d0\u05de\u05d1\u05d9 Premiere",
|
||||
"IPurchasedThisApp": "\u05e8\u05db\u05e9\u05ea\u05d9 \u05d0\u05ea \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05d4\u05d6\u05d5",
|
||||
"ButtonRestorePreviousPurchase": "\u05e9\u05d7\u05d6\u05e8 \u05e8\u05db\u05d9\u05e9\u05d4",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
"ButtonUnlockPrice": "Unlock {0}",
|
||||
"EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sinkronizirajte svoje medije na oblaku za jednostavni backup, arhiviranje i konvertiranje.",
|
||||
"CoverArtFeatureDescription": "\"Cover Art\" stvara zabavne naslovnice i druge tretmane koji \u0107e vam pomo\u0107i personalizirati va\u0161e medijske slike.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Kino na\u010din vam daje pravi do\u017eivljaj kina s kratkim filmovima i prilago\u0111enim isje\u010dcima prije odabrane zna\u010dajke.",
|
||||
"HeaderFreeApps": "Besplatne Emby aplikacije",
|
||||
"FreeAppsFeatureDescription": "U\u017eivajte u slobodnom pristupu Emby aplikacija za svoje ure\u0111aje.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Ocjene zajednice:",
|
||||
"LabelVoteCount": "Prebrojavanje glasova:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Ocjene kritike:",
|
||||
"LabelCriticRatingSummary": "Sa\u017eetak ocjena kritike:",
|
||||
"LabelAwardSummary": "Sa\u017eetak nagrada:",
|
||||
|
@ -268,7 +267,6 @@
|
|||
"ConfirmDeleteItems": "Brisanjem ove stavke \u0107e se izbrisati iz oba datote\u010dnog sustava i medijskoj biblioteci. Jeste li sigurni da \u017eelite nastaviti?",
|
||||
"PleaseRestartServerName": "Ponovno pokrenite Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sinkronizacijski posao je stvoren.",
|
||||
"LabelSyncTo": "Sinkroniziraj na:",
|
||||
"LabelSyncJobName": "Ime sinkronizacijskog posla:",
|
||||
"LabelQuality": "Kvaliteta:",
|
||||
"LabelSyncNoTargetsHelp": "Izgleda da trenutno nemate aplikacija koje podr\u017eavaju sinkronizaciju.",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Lemezbor\u00edt\u00f3",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "A Cinema Mode igazi mozi \u00e9lm\u00e9nyt ny\u00fajt el\u0151zetessel \u00e9s egyedi intr\u00f3val a film vet\u00edt\u00e9se el\u0151tt.",
|
||||
"HeaderFreeApps": "Ingyenes Emby alkalmaz\u00e1sok",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "K\u00f6z\u00f6ss\u00e9gi \u00e9rt\u00e9kel\u00e9s:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "K\u00e9rlek ind\u00edtsd \u00fajra az Emby Server-t - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Min\u0151s\u00e9g:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Elemsz\u00e1m limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "M\u00e9diat\u00e1ram",
|
||||
"HeaderMyMediaSmall": "M\u00e9diat\u00e1ram (kicsi)",
|
||||
"LatestFromLibrary": "Leg\u00fajabb {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Vet\u00edt\u00e9s(ek) folytat\u00e1sa",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "K\u00f6vetkezik",
|
||||
"HeaderLatestFrom": "Leg\u00fajabb innen {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "Tov\u00e1bb",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Voto del pubblico:",
|
||||
"LabelVoteCount": "Numero di voti:",
|
||||
"LabelMetascore": "Punteggio:",
|
||||
"LabelCriticRating": "Voto della critica:",
|
||||
"LabelCriticRatingSummary": "Sintesi voto della critica:",
|
||||
"LabelAwardSummary": "Sintesi premi:",
|
||||
|
@ -268,7 +267,6 @@
|
|||
"ConfirmDeleteItems": "L'eliminazione di questi elementi li canceller\u00e0 sia dal disco che dalla tua libreria multimediale. Sei sicuro di voler continuare?",
|
||||
"PleaseRestartServerName": "Per favore riavvia Emby Server - {0}.",
|
||||
"SyncJobCreated": "Attivit\u00e0 di Sinc. creata",
|
||||
"LabelSyncTo": "Sincronizza su:",
|
||||
"LabelSyncJobName": "Nome Attivit\u00e0 di Sinc.:",
|
||||
"LabelQuality": "Qualit\u00e0:",
|
||||
"LabelSyncNoTargetsHelp": "Al momento non hai applicazioni che supportino la sincronizzazione.",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accetta",
|
||||
"Reject": "Rifiuta",
|
||||
"Connect": "Connetti",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "Dettagli",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Errore di riproduzione",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "\u0421\u0430\u049b\u0442\u044b\u049b \u043a\u04e9\u0448\u0456\u0440\u043c\u0435\u043d\u0456, \u043c\u04b1\u0440\u0430\u0493\u0430\u0442\u0442\u0430\u0443\u0434\u044b \u0436\u04d9\u043d\u0435 \u0442\u04af\u0440\u043b\u0435\u043d\u0434\u0456\u0440\u0443\u0434\u0456 \u0436\u0435\u04a3\u0456\u043b\u0434\u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u0442\u0430\u0441\u044b\u0493\u044b\u0448 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0431\u04b1\u043b\u0442\u043f\u0435\u043d \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u04a3\u0456\u0437.",
|
||||
"CoverArtFeatureDescription": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456\u043d \u0436\u0435\u043a\u0435\u043b\u0435\u0443\u0433\u0435 \u043a\u04e9\u043c\u0435\u043a\u0442\u0435\u0441\u0443 \u04af\u0448\u0456\u043d Cover Art \u049b\u044b\u0437\u044b\u049b\u0442\u044b \u043c\u04b1\u049b\u0430\u0431\u0430\u043b\u0430\u0440\u0434\u044b \u0436\u04d9\u043d\u0435 \u0431\u0430\u0441\u049b\u0430 \u0434\u0430 \u04e9\u04a3\u0434\u0435\u0442\u0443\u043b\u0435\u0440\u0434\u0456 \u0436\u0430\u0441\u0430\u0439\u0434\u044b.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443\u0434\u0456 \u0431\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443",
|
||||
"CancelSyncJobConfirmation": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u0436\u04b1\u043c\u044b\u0441\u044b\u043d \u0431\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443\u044b \u043a\u0435\u043b\u0435\u0441\u0456 \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u043f\u0440\u043e\u0446\u0435\u0441\u0456 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430\u043d \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0436\u043e\u044f\u0434\u044b. \u0428\u044b\u043d\u044b\u043c\u0435\u043d \u043a\u0456\u0440\u0456\u0441\u0443 \u049b\u0430\u0436\u0435\u0442 \u043f\u0435?",
|
||||
"ButtonCancelSyncJob": "\u0416\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u0434\u044b \u0431\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443",
|
||||
"CancelSyncJobConfirmation": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u0436\u04b1\u043c\u044b\u0441\u044b\u043d \u0431\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443\u044b \u043a\u0435\u043b\u0435\u0441\u0456 \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u043f\u0440\u043e\u0446\u0435\u0441\u0456 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0493\u0430\u043d \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0436\u043e\u044f\u0434\u044b. \u0428\u044b\u043d\u044b\u043c\u0435\u043d \u043a\u0456\u0440\u0456\u0441\u0443 \u049b\u0430\u0436\u0435\u0442 \u043f\u0435?",
|
||||
"CinemaModeFeatureDescription": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u043a\u04e9\u0440\u043d\u0435\u0443\u0434\u0456 \u0444\u0438\u043b\u044c\u043c \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u043e\u0439\u043d\u0430\u0442\u0443 \u043a\u0438\u043d\u043e\u0437\u0430\u043b \u04d9\u0441\u0435\u0440\u0456\u043d \u0436\u0435\u0442\u043a\u0456\u0437\u0435\u0434\u0456.",
|
||||
"HeaderFreeApps": "\u0422\u0435\u0433\u0456\u043d Emby \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b",
|
||||
"FreeAppsFeatureDescription": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u044b\u04a3\u044b\u0437 \u04af\u0448\u0456\u043d Emby-\u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b\u043d\u0430 \u0442\u0435\u0433\u0456\u043d \u049b\u0430\u0442\u044b\u043d\u0430\u04a3\u044b\u0437.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "\u0410\u043b\u044c\u0431\u043e\u043c:",
|
||||
"LabelCommunityRating": "\u049a\u0430\u0443\u044b\u043c \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b:",
|
||||
"LabelVoteCount": "\u0414\u0430\u0443\u044b\u0441 \u0435\u0441\u0435\u0431\u0456:",
|
||||
"LabelMetascore": "Metascore \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b:",
|
||||
"LabelCriticRating": "\u0421\u044b\u043d\u0448\u044b\u043b\u0430\u0440 \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b:",
|
||||
"LabelCriticRatingSummary": "\u0421\u044b\u043d\u0448\u044b\u043b\u0430\u0440 \u0431\u0430\u0493\u0430\u043b\u0430\u0443 \u0430\u049b\u043f\u0430\u0440\u044b:",
|
||||
"LabelAwardSummary": "\u041c\u0430\u0440\u0430\u043f\u0430\u0442 \u0430\u049b\u043f\u0430\u0440\u044b:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "\u041e\u0441\u044b \u0442\u0430\u0440\u043c\u0430\u049b\u0442\u0430\u0440\u0434\u044b \u0436\u043e\u0439\u0493\u0430\u043d\u0434\u0430, \u043e\u043b\u0430\u0440 \u0444\u0430\u0439\u043b\u0434\u044b\u049b \u0436\u04af\u0439\u0435\u0441\u0456\u043d\u0435\u043d \u0434\u0435 \u0436\u04d9\u043d\u0435 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u04a3\u044b\u0437\u0434\u0430\u043d \u0434\u0430 \u0435\u043a\u0435\u0443\u0456\u043d\u0434\u0435 \u0436\u043e\u0439\u044b\u043b\u0430\u0434. \u0421\u0456\u0437 \u0436\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443 \u049b\u0430\u043b\u0430\u0439\u0441\u044b\u0437 \u0431\u0430? \u0428\u044b\u043d\u044b\u043c\u0435\u043d \u0436\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443 \u049b\u0430\u0436\u0435\u0442 \u043f\u0435?",
|
||||
"PleaseRestartServerName": "Emby Server \u04af\u0448\u0456\u043d \u049b\u0430\u0439\u0442\u0430 \u0456\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u04a3\u044b\u0437 - {0}.",
|
||||
"SyncJobCreated": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u0436\u04b1\u043c\u044b\u0441\u044b \u0436\u0430\u0441\u0430\u043b\u0434\u044b.",
|
||||
"LabelSyncTo": "\u041e\u0441\u044b\u043c\u0435\u043d \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443:",
|
||||
"LabelSyncJobName": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u0436\u04b1\u043c\u044b\u0441\u044b\u043d\u044b\u04a3 \u0430\u0442\u044b:",
|
||||
"LabelQuality": "\u0421\u0430\u043f\u0430\u0441\u044b:",
|
||||
"LabelSyncNoTargetsHelp": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443\u0434\u0456 \u049b\u043e\u043b\u0434\u0430\u0439\u0442\u044b\u043d \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u0434\u044b.",
|
||||
"LabelSyncNoTargetsHelp": "\u0416\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u0434\u044b \u049b\u043e\u043b\u0434\u0430\u0439\u0442\u044b\u043d \u049b\u0430\u0439\u0431\u0456\u0440 \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430 \u0430\u0493\u044b\u043c\u0434\u0430 \u0442\u0430\u0431\u044b\u043b\u043c\u0430\u043c\u0430\u0493\u0430\u043d \u0431\u043e\u043b\u044b\u043f \u043a\u04e9\u0440\u0456\u043d\u0435\u0434\u0456.",
|
||||
"DownloadScheduled": "\u0416\u04af\u043a\u0442\u0435\u0443 \u0436\u043e\u0441\u043f\u0430\u0440\u043b\u0430\u0493\u0430\u043d",
|
||||
"HeaderSyncRequiresSub": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u04af\u0448\u0456\u043d \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 Emby Premiere \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u044b \u049b\u0430\u0436\u0435\u0442",
|
||||
"LearnMore": "\u041a\u04e9\u0431\u0456\u0440\u0435\u043a \u0431\u0456\u043b\u0443",
|
||||
"LabelProfile": "\u041f\u0440\u043e\u0444\u0430\u0439\u043b:",
|
||||
"LabelBitrateMbps": "\u049a\u0430\u0440\u049b\u044b\u043d\u044b (\u041c\u0431\u0438\u0442\/\u0441):",
|
||||
"SyncUnwatchedVideosOnly": "\u049a\u0430\u0440\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0456 \u04af\u043d\u0434-\u0456\u0440\u0443",
|
||||
"SyncUnwatchedVideosOnlyHelp": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440 \u04af\u043d\u0434-\u0434\u0456, \u049b\u0430\u0440\u0430\u043b\u0493\u0430\u043d\u043d\u0430\u043d \u043a\u0435\u0439\u0456\u043d \u049b\u04b1\u0440-\u0434\u0430\u043d \u0430\u043b\u0430\u0441\u0442\u0430\u043b\u0430\u0434\u044b.",
|
||||
"AutomaticallySyncNewContent": "\u0416\u0430\u04a3\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
|
||||
"AutomaticallySyncNewContentHelp": "\u041e\u0441\u044b \u049b\u0430\u043b\u044c\u0430\u0493\u0430 \u0436\u0430\u04a3\u0430\u0434\u0430\u043d \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u043e\u0441\u044b \u049b\u04b1\u0440-\u043c\u0435\u043d \u04af\u043d\u0434-\u0434\u0456.",
|
||||
"SyncUnwatchedVideosOnly": "\u049a\u0430\u0440\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u0443",
|
||||
"SyncUnwatchedVideosOnlyHelp": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440 \u0436\u04af\u043a\u0442\u0435\u043b\u0435\u0434\u0456, \u049b\u0430\u0440\u0430\u043b\u0493\u0430\u043d\u043d\u0430\u043d \u043a\u0435\u0439\u0456\u043d \u049b\u04b1\u0440-\u0434\u0430\u043d \u0430\u043b\u0430\u0441\u0442\u0430\u043b\u0430\u0434\u044b.",
|
||||
"AutomaticallySyncNewContent": "\u0416\u0430\u04a3\u0430 \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0436\u04af\u043a\u0442\u0435\u0443",
|
||||
"AutomaticallySyncNewContentHelp": "\u041e\u0441\u044b \u049b\u0430\u043b\u0442\u0430\u0493\u0430 \u0436\u0430\u04a3\u0430\u0434\u0430\u043d \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u043e\u0441\u044b \u049b\u04b1\u0440-\u0493\u044b\u0493\u0430 \u0436\u04af\u043a\u0442\u0435\u043b\u0435\u0434\u0456.",
|
||||
"LabelItemLimit": "\u0422\u0430\u0440\u043c\u0430\u049b\u0442\u0430\u0440 \u0448\u0435\u0433\u0456:",
|
||||
"LabelItemLimitHelp": "\u041c\u0456\u043d\u0434\u0435\u0442\u0442\u0456 \u0435\u043c\u0435\u0441: \u04ae\u043d\u0434-\u0442\u0456\u043d \u0442\u0430\u0440\u043c\u0430\u049b \u0441\u0430\u043d\u044b \u0448\u0435\u0433\u0456\u043d \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437.",
|
||||
"PleaseSelectDeviceToSyncTo": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043b\u0435\u0442\u0456\u043d \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437.",
|
||||
"LabelItemLimitHelp": "\u041c\u0456\u043d\u0434\u0435\u0442\u0442\u0456 \u0435\u043c\u0435\u0441: \u0416\u04af\u043a\u0442\u0435\u043b\u0435\u0442\u0456\u043d \u0442\u0430\u0440\u043c\u0430\u049b \u0441\u0430\u043d\u044b\u043d\u044b\u04a3 \u0448\u0435\u0433\u0456\u043d \u043e\u0440\u043d\u0430\u0442\u044b\u04a3\u044b\u0437.",
|
||||
"PleaseSelectDeviceToSyncTo": "\u049a\u0430\u0439\u0434\u0430 \u0436\u04af\u043a\u0442\u0435\u043b\u0435\u0442\u0456\u043d \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437.",
|
||||
"Screenshots": "\u042d\u043a\u0440\u0430\u043d \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0456",
|
||||
"MoveRight": "\u041e\u04a3\u0493\u0430 \u0436\u044b\u043b\u0436\u044b\u0442\u0443",
|
||||
"MoveLeft": "\u0421\u043e\u043b\u0493\u0430 \u0436\u044b\u043b\u0436\u044b\u0442\u0443",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "\u049a\u0430\u0431\u044b\u043b\u0434\u0430\u0443",
|
||||
"Reject": "\u049a\u0430\u0431\u044b\u043b\u0434\u0430\u043c\u0430\u0443",
|
||||
"Connect": "\u049a\u043e\u0441\u044b\u043b\u0443",
|
||||
"LabelDownloadTo": "\u041c\u044b\u043d\u0430\u0493\u0430\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443:"
|
||||
"HeaderMyMedia": "\u041c\u0435\u043d\u0456\u04a3 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043c",
|
||||
"HeaderMyMediaSmall": "\u041c\u0435\u043d\u0456\u04a3 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043c (\u044b\u049b\u0448\u0430\u043c)",
|
||||
"LatestFromLibrary": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 {0}",
|
||||
"HeaderLatestChannelMedia": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0435\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0442\u0430\u0440\u043c\u0430\u049b\u0442\u0430\u0440\u044b",
|
||||
"HeaderContinueWatching": "\u049a\u0430\u0440\u0430\u0443\u0434\u044b \u0436\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443",
|
||||
"HeaderContinueListening": "\u0422\u044b\u04a3\u0434\u0430\u0443\u0434\u044b \u0436\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443",
|
||||
"HeaderActiveRecordings": "\u0411\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u0436\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
|
||||
"HeaderLatestRecordings": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u04a3\u0433\u0456 \u0436\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
|
||||
"LabelDownloadTo": "\u041c\u044b\u043d\u0430\u0493\u0430\u043d \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443:",
|
||||
"HeaderNextUp": "\u041a\u0435\u0437\u0435\u043a\u0442\u0456",
|
||||
"HeaderLatestFrom": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 {0}",
|
||||
"LabelHomeScreenSectionValue": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 {0}-\u0431\u04e9\u043b\u0456\u043c:",
|
||||
"SettingsSaved": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440 \u0441\u0430\u049b\u0442\u0430\u043b\u0434\u044b.",
|
||||
"None": "\u0415\u0448\u049b\u0430\u043d\u0434\u0430\u0439",
|
||||
"More": "\u041a\u04e9\u0431\u0456\u0440\u0435\u043a",
|
||||
"Up": "\u0416\u043e\u0493\u0430\u0440\u044b\u0493\u0430",
|
||||
"Down": "\u0422\u04e9\u043c\u0435\u043d\u0433\u0435",
|
||||
"HeaderHomeScreen": "\u0411\u0430\u0441\u0442\u044b \u044d\u043a\u0440\u0430\u043d",
|
||||
"HeaderLatestMedia": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440",
|
||||
"HeaderLatestChannelItems": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0435\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0442\u0430\u0440\u043c\u0430\u049b\u0442\u0430\u0440\u044b",
|
||||
"LabelSelectLastestItemsFolders": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0442\u0430\u0440\u043c\u0430\u049b\u0442\u0430\u0440\u0434\u044b\u04a3 \u043a\u0435\u043b\u0435\u0441\u0456 \u0431\u04e9\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u043c\u0435\u043d \u049b\u0430\u043c\u0442\u0443",
|
||||
"HeaderLibraryOrder": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430 \u0440\u0435\u0442\u0456",
|
||||
"HideWatchedContentFromLatestMedia": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0435\u043d \u049b\u0430\u0440\u0430\u043b\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u0436\u0430\u0441\u044b\u0440\u0443",
|
||||
"HeaderOnNow": "\u042d\u0444\u0438\u0440\u0434\u0435",
|
||||
"HeaderPlaybackError": "\u041e\u0439\u043d\u0430\u0442\u0443 \u049b\u0430\u0442\u0435\u0441\u0456",
|
||||
"PlaybackErrorNotAllowed": "\u041e\u0441\u044b \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0430\u0493\u044b\u043c\u0434\u0430 \u0441\u0456\u0437\u0433\u0435 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0456\u043b\u043c\u0435\u0433\u0435\u043d. \u0422\u043e\u043b\u044b\u049b \u043c\u04d9\u043b\u0456\u043c\u0435\u0442\u0442\u0435\u0440 \u04af\u0448\u0456\u043d \u0436\u04af\u0439\u0435\u043b\u0456\u043a \u04d9\u043a\u0456\u043c\u0448\u0456\u04a3\u0456\u0437\u0433\u0435 \u0431\u0430\u0439\u043b\u0430\u043d\u044b\u0441\u044b\u04a3\u044b\u0437.",
|
||||
"PlaybackErrorNoCompatibleStream": "\u0410\u0493\u044b\u043c\u0434\u0430 \u0435\u0448\u049b\u0430\u043d\u0434\u0430\u0439 \u0441\u044b\u0439\u044b\u0441\u044b\u043c\u0434\u044b \u0430\u0493\u044b\u043d\u0434\u0430\u0440 \u049b\u043e\u043b\u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u043c\u0435\u0441. \u04d8\u0440\u0435\u043a\u0435\u0442\u0442\u0456 \u043a\u0435\u0439\u0456\u043d \u049b\u0430\u0439\u0442\u0430\u043b\u0430\u04a3\u044b\u0437 \u043d\u0435\u043c\u0435\u0441\u0435 \u0442\u043e\u043b\u044b\u049b \u043c\u04d9\u043b\u0456\u043c\u0435\u0442\u0442\u0435\u0440 \u04af\u0448\u0456\u043d \u0436\u04af\u0439\u0435\u043b\u0456\u043a \u04d9\u043a\u0456\u043c\u0448\u0456\u04a3\u0456\u0437\u0433\u0435 \u0431\u0430\u0439\u043b\u0430\u043d\u044b\u0441\u044b\u04a3\u044b\u0437.",
|
||||
"PlaybackErrorPlaceHolder": "\u041e\u0441\u044b \u0431\u0435\u0439\u043d\u0435\u043d\u0456 \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u0434\u0438\u0441\u043a\u0456\u043d\u0456 \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437.",
|
||||
"Guide": "\u0422\u0435\u043b\u0435\u0433\u0438\u0434",
|
||||
"Suggestions": "\u04b0\u0441\u044b\u043d\u044b\u0441\u0442\u0430\u0440",
|
||||
"Favorites": "\u0422\u0430\u04a3\u0434\u0430\u0443\u043b\u044b\u043b\u0430\u0440",
|
||||
"Collections": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "\u041a\u04e9\u0440\u0441\u0435\u0442\u0456\u043c\u0434\u0435\u0440",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "\u041c\u0430\u049b\u0441\u0430\u0442\u0442\u044b \u044d\u043a\u0440\u0430\u043d\u0434\u0430\u0440",
|
||||
"LandingScreensHelp": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u0493\u0430 \u0431\u0430\u0441\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u0435\u0442\u0456\u043d \u04d9\u0434\u0435\u043f\u043a\u0456 \u043c\u0430\u049b\u0441\u0430\u0442\u0442\u044b \u044d\u043a\u0440\u0430\u043d\u0434\u044b \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "\uc568\ubc94",
|
||||
"LabelCommunityRating": "\ucee4\ubba4\ub2c8\ud2f0 \ud3c9\uc810:",
|
||||
"LabelVoteCount": "\ud3c9\uac00 \ud69f\uc218:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic \ud3c9\uc810:",
|
||||
"LabelCriticRatingSummary": "Critic \ud3c9\uc810 \uc694\uc57d:",
|
||||
"LabelAwardSummary": "\uc218\uc0c1 \uc694\uc57d:",
|
||||
|
@ -268,7 +267,6 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "\ub3d9\uae30\ud654 \uc791\uc5c5\uc774 \uc0dd\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",
|
||||
"LabelSyncTo": "\ub3d9\uae30\ud654 \uc7a5\uce58:",
|
||||
"LabelSyncJobName": "\ub3d9\uae30\ud654 \uc791\uc5c5 \uc774\ub984:",
|
||||
"LabelQuality": "\ud488\uc9c8:",
|
||||
"LabelSyncNoTargetsHelp": "\ud604\uc7ac \ub3d9\uae30\ud654\ub97c \uc9c0\uc6d0\ud558\ub294 \uc571\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "\uc811\uc18d",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "\uc7ac\uc0dd \uc624\ub958",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
434
dashboard-ui/bower_components/emby-webcomponents/strings/lt-lt.json
vendored
Normal file
434
dashboard-ui/bower_components/emby-webcomponents/strings/lt-lt.json
vendored
Normal file
|
@ -0,0 +1,434 @@
|
|||
{
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Atrakinkite \u0161i\u0105 funkcij\u0105 nedideliu vienkartiniu mokes\u010diu arba \u012fsigij\u0119 Emby Premiere prenumerat\u0105.",
|
||||
"MessageUnlockAppWithSupporter": "Atrakinkite \u0161i\u0105 funkcij\u0105 \u012fsigij\u0119 Emby Premiere prenumerat\u0105.",
|
||||
"MessageToValidateSupporter": "Jei turite aktyvi\u0105 Emby Premiere prenumerat\u0105, sutvarkykite Emby Premiere savo Emby Serverio skydelyje. Tai galite atlikti paspaud\u0117 Emby Premiere u\u017era\u0161\u0105 pagrindiniame meniu.",
|
||||
"ValueSpecialEpisodeName": "Ypatinga - {0}",
|
||||
"Share": "Dalintis",
|
||||
"Add": "Prid\u0117ti",
|
||||
"ServerUpdateNeeded": "\u0160\u012f Emby server\u012f reikia atnaujinti. Naujausi\u0105 versij\u0105 atsisi\u0173sti galite {0}",
|
||||
"LiveTvGuideRequiresUnlock": "Tiesiogin\u0117s TV gidas \u0161iuo metu apribotas {0} kanal\u0173. Spauskite atrakinimo mygtuk\u0105 ir su\u017einokite, kaip gauti visas funkcijas.",
|
||||
"AttributeNew": "Naujas",
|
||||
"Premiere": "Premiera",
|
||||
"Live": "Tiesiogiai",
|
||||
"Repeat": "Kartojimas",
|
||||
"TrackCount": "{0} dain\u0173",
|
||||
"ItemCount": "{0} element\u0173",
|
||||
"OriginalAirDateValue": "Pirmo eterio data: {0}",
|
||||
"EndsAtValue": "Baigiasi {0}",
|
||||
"OptionSundayShort": "Sek",
|
||||
"OptionMondayShort": "Pir",
|
||||
"OptionTuesdayShort": "Ant",
|
||||
"OptionWednesdayShort": "Tre",
|
||||
"OptionThursdayShort": "Ket",
|
||||
"OptionFridayShort": "Pen",
|
||||
"OptionSaturdayShort": "\u0160e\u0161",
|
||||
"HeaderSelectDate": "Pasirinkite dat\u0105",
|
||||
"ButtonOk": "OK",
|
||||
"ButtonCancel": "At\u0161aukti",
|
||||
"ButtonGotIt": "Supratau",
|
||||
"ButtonRestart": "I\u0161 naujo",
|
||||
"RecordingCancelled": "\u012era\u0161as at\u0161auktas.",
|
||||
"SeriesCancelled": "Laida at\u0161aukta.",
|
||||
"RecordingScheduled": "\u012era\u0161as numatytas.",
|
||||
"SeriesRecordingScheduled": "Laidos \u012fra\u0161as numatytas.",
|
||||
"HeaderNewRecording": "Naujas \u012fra\u0161as",
|
||||
"Sunday": "Sekmadienis",
|
||||
"Monday": "Pirmadienis",
|
||||
"Tuesday": "Antradienis",
|
||||
"Wednesday": "Tre\u010diadienis",
|
||||
"Thursday": "Ketvirtadienis",
|
||||
"Friday": "Penktadienis",
|
||||
"Saturday": "\u0160e\u0161tadienis",
|
||||
"Days": "Dienos",
|
||||
"RecordSeries": "\u012era\u0161yti laid\u0105",
|
||||
"HeaderCinemaMode": "Kinoteatro re\u017eimas",
|
||||
"HeaderCloudSync": "Sinch. su debesimi",
|
||||
"HeaderDownloadedMedia": "Downloaded Media",
|
||||
"Downloads": "Atsiuntimai",
|
||||
"HeaderOfflineDownloads": "Vietin\u0117 medija",
|
||||
"HeaderOfflineDownloadsDescription": "Atsisi\u0173sti medij\u0105 \u012f savo \u012frenginius lengvai prieigai be interneto.",
|
||||
"CloudSyncFeatureDescription": "Sinchronizuokite savo medij\u0105 su debesimi lengvam i\u0161saugojimui, archyvavimui ir konvertavimui.",
|
||||
"CoverArtFeatureDescription": "Vir\u0161eliai leid\u017eia sukurti linksmus vir\u0161elius ir kita pritaikant medijos paveikslus.",
|
||||
"CoverArt": "Vir\u0161eliai",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Kinoteatro re\u017eimas papildomai rodo anonsus ir kit\u0105 med\u017eiag\u0105 prie\u0161 film\u0105.",
|
||||
"HeaderFreeApps": "Nemokamos Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Gaukite nemokamas Emby program\u0117les savo \u012frenginiams.",
|
||||
"HeaderBecomeProjectSupporter": "Gauti Emby Premiere",
|
||||
"MessageActiveSubscriptionRequiredSeriesRecordings": "Norint kurti automatinius laidos \u012fra\u0161us reikia aktyvios Emby Premiere prenumeratos.",
|
||||
"LabelEmailAddress": "E-pa\u0161to adresas:",
|
||||
"PromoConvertRecordingsToStreamingFormat": "Su Emby Premiere automati\u0161kai paver\u010dia \u012fra\u0161us \u012f transliavimui patogius formatus. \u012era\u0161ai bus i\u0161 karto konvertuojami \u012f MP4 arba MKV priklausomai nuo nustatym\u0173.",
|
||||
"FeatureRequiresEmbyPremiere": "\u0160iai funkcijai reikia aktyvios Emby Serverio prenumeratos.",
|
||||
"HeaderConvertYourRecordings": "Konvertuokite savo \u012fra\u0161us",
|
||||
"Record": "\u012era\u0161yti",
|
||||
"Save": "Saugoti",
|
||||
"Edit": "Redaguoti",
|
||||
"Download": "Si\u0173stis",
|
||||
"Advanced": "Smulkiau",
|
||||
"Delete": "I\u0161trinti",
|
||||
"HeaderDeleteItem": "I\u0161trinti element\u0105",
|
||||
"ConfirmDeleteItem": "Tai atlikus elementas bus i\u0161trintas ir i\u0161 bibliotekos, ir i\u0161 fail\u0173 sistemos. Ar tikrai norite t\u0119sti?",
|
||||
"Refresh": "Atnaujinti",
|
||||
"RefreshQueued": "Atnaujinimas u\u017esakytas.",
|
||||
"AddToCollection": "Prid\u0117ti \u012f kolekcij\u0105",
|
||||
"HeaderAddToCollection": "Prid\u0117ti \u012f Kolekcij\u0105",
|
||||
"NewCollection": "Nauja kolekcija",
|
||||
"LabelCollection": "Kolekcija:",
|
||||
"Help": "Pad\u0117ti",
|
||||
"NewCollectionHelp": "Kolekcijos leid\u017eia grupuoti filmus ir kit\u0105 bibliotekos turin\u012f.",
|
||||
"SearchForCollectionInternetMetadata": "Ie\u0161koti internete iliustracij\u0173 ir metaduomen\u0173",
|
||||
"LabelName": "Pavadinimas:",
|
||||
"NewCollectionNameExample": "Pavyzdys: Star Wars kolekcija",
|
||||
"MessageItemsAdded": "Elementai prid\u0117ti.",
|
||||
"OptionNew": "Naujas...",
|
||||
"LabelPlaylist": "Grojara\u0161tis:",
|
||||
"AddToPlaylist": "Prid\u0117ti \u012f grojara\u0161t\u012f",
|
||||
"HeaderAddToPlaylist": "Prid\u0117ti \u012f Grojara\u0161t\u012f",
|
||||
"Subtitles": "Subtitrai",
|
||||
"SearchForSubtitles": "Ie\u0161koti subtitr\u0173",
|
||||
"LabelLanguage": "Kalba:",
|
||||
"Search": "Ie\u0161koti",
|
||||
"NoSubtitleSearchResultsFound": "Nieko neradau.",
|
||||
"File": "Failas",
|
||||
"MessageAreYouSureDeleteSubtitles": "Ar tikrai norite i\u0161trinti \u0161\u012f subtitr\u0173 fail\u0105?",
|
||||
"ConfirmDeletion": "Patvirtinti trynim\u0105",
|
||||
"MySubtitles": "Mano subtitrai",
|
||||
"MessageDownloadQueued": "Siuntimas u\u017esakytas.",
|
||||
"EditSubtitles": "Redaguoti subtitrus",
|
||||
"UnlockGuide": "Atrakinti gid\u0105",
|
||||
"RefreshMetadata": "Atnaujinti metaduomenis",
|
||||
"ReplaceExistingImages": "Pakeisti esamus paveikslus",
|
||||
"ReplaceAllMetadata": "Pakeisti visus metaduomenis",
|
||||
"SearchForMissingMetadata": "Ie\u0161koti tr\u016bkstam\u0173 metaduomen\u0173",
|
||||
"LabelRefreshMode": "Atnaujinimo re\u017eimas:",
|
||||
"NoItemsFound": "Nieko nerasta.",
|
||||
"HeaderSaySomethingLike": "Pasakykite ma\u017edaug...",
|
||||
"ButtonTryAgain": "Bandyti dar",
|
||||
"HeaderYouSaid": "J\u016bs pasak\u0117te:",
|
||||
"MessageWeDidntRecognizeCommand": "Deja, nepa\u017einome \u0161ios komandos.",
|
||||
"MessageIfYouBlockedVoice": "Jei neleidote program\u0117lei naudoti mikrofono, pakeiskite nustatymus ir bandykite dar kart\u0105.",
|
||||
"ValueDiscNumber": "Diskas {0}",
|
||||
"Unrated": "Nevertinta",
|
||||
"Favorite": "M\u0117gstamas",
|
||||
"Like": "Patinka",
|
||||
"Dislike": "Nepatinka",
|
||||
"RefreshDialogHelp": "Metaduomenys atnaujinami pagal Emby Serverio nustatymus ir \u012fjungtas interneto paslaugas.",
|
||||
"Open": "Atidaryti",
|
||||
"Play": "Leisti",
|
||||
"AddToPlayQueue": "Add to play queue",
|
||||
"Shuffle": "Atsitiktinai",
|
||||
"Identify": "Identifikuoti",
|
||||
"EditImages": "Redaguoti paveikslus",
|
||||
"EditInfo": "Redaguoti info",
|
||||
"Sync": "Sinchronizuoti",
|
||||
"InstantMix": "Leisti miks\u0105",
|
||||
"ViewAlbum": "\u017di\u016br\u0117ti album\u0105",
|
||||
"ViewArtist": "\u017di\u016br\u0117ti atlik\u0117j\u0105",
|
||||
"QueueAllFromHere": "\u012e eil\u0119 visk\u0105 nuo \u010dia",
|
||||
"PlayAllFromHere": "Leisti visk\u0105 nuo \u010dia",
|
||||
"PlayFromBeginning": "Leisti nuo prad\u017ei\u0173",
|
||||
"ResumeAt": "T\u0119sti nuo {0}",
|
||||
"RemoveFromPlaylist": "Pa\u0161alinti i\u0161 grojara\u0161\u010dio",
|
||||
"RemoveFromCollection": "Pa\u0161alinti i\u0161 kolekcijos",
|
||||
"Trailer": "Anonsas",
|
||||
"MarkPlayed": "\u017dym\u0117ti rodytu",
|
||||
"MarkUnplayed": "\u017dym\u0117ti nerodytu",
|
||||
"GroupVersions": "Grupuoti versijas",
|
||||
"PleaseSelectTwoItems": "Pasirinkite bent du elementus.",
|
||||
"TryMultiSelect": "Pabandykite Multi-Select",
|
||||
"TryMultiSelectMessage": "Keli\u0173 element\u0173 redagavimui paspauskite ir palaikykite ant bet kurio plakato, o tada pasirinkite norimus redaguoti elementus. Pabandykite!",
|
||||
"HeaderConfirmRecordingCancellation": "Patvirtinti \u012fra\u0161o at\u0161aukim\u0105",
|
||||
"MessageConfirmRecordingCancellation": "Ar tikrai norite at\u0161aukti \u0161\u012f \u012fra\u0161\u0105?",
|
||||
"Error": "Klaida",
|
||||
"VoiceInput": "Balso komandos",
|
||||
"LabelContentType": "Turinio tipas:",
|
||||
"LabelPath": "Kelias:",
|
||||
"LabelTitle": "Pavadinimas:",
|
||||
"LabelOriginalTitle": "Originalus pavadinimas:",
|
||||
"LabelSortTitle": "R\u016b\u0161iavimo pavadinimas:",
|
||||
"LabelDateAdded": "Prid\u0117jimo data:",
|
||||
"ConfigureDateAdded": "Pakeisti, kaip nustatoma prid\u0117jimo data galima Emby Serveryje prie Bibliotekos nustatym\u0173",
|
||||
"LabelStatus": "B\u016bkl\u0117:",
|
||||
"LabelArtists": "Atlik\u0117jai:",
|
||||
"LabelArtistsHelp": "Atskirti kelis naudojant:",
|
||||
"LabelAlbumArtists": "Albumo atlik\u0117jai:",
|
||||
"LabelAlbum": "Albumas:",
|
||||
"LabelCommunityRating": "Bendruomen\u0117s vertinimas:",
|
||||
"LabelVoteCount": "Bals\u0173 skai\u010dius:",
|
||||
"LabelCriticRating": "Kritik\u0173 vertinimas:",
|
||||
"LabelCriticRatingSummary": "Kritik\u0173 vertinimo ap\u017evalga:",
|
||||
"LabelAwardSummary": "Apdovanojim\u0173 ap\u017evalga:",
|
||||
"LabelWebsite": "Tinklapis:",
|
||||
"LabelTagline": "\u0160\u016bkis:",
|
||||
"LabelOverview": "Ap\u017evalga:",
|
||||
"LabelShortOverview": "Trumpa ap\u017evalga:",
|
||||
"LabelReleaseDate": "I\u0161leidimo data:",
|
||||
"LabelYear": "Metai:",
|
||||
"LabelPlaceOfBirth": "Gimimo vieta:",
|
||||
"LabelAirDays": "Eterio dienos:",
|
||||
"LabelAirTime": "Eterio laikas:",
|
||||
"LabelRuntimeMinutes": "Trukm\u0117 (min.):",
|
||||
"LabelParentalRating": "T\u0117v\u0173 reitingas:",
|
||||
"LabelCustomRating": "Kitoks vertinimas:",
|
||||
"LabelOriginalAspectRatio": "Originalus formatas:",
|
||||
"LabelPlayers": "Grotuvai:",
|
||||
"Label3DFormat": "3D formatas:",
|
||||
"HeaderAlternateEpisodeNumbers": "Kitokia serij\u0173 numeracija",
|
||||
"LabelDvdSeasonNumber": "DVD sezono numeris:",
|
||||
"LabelDvdEpisodeNumber": "DVD serijos numeris:",
|
||||
"LabelAbsoluteEpisodeNumber": "Absoliutus serijos numeris:",
|
||||
"HeaderSpecialEpisodeInfo": "Ypatingos serijos info",
|
||||
"LabelAirsBeforeSeason": "Rodoma prie\u0161 sezon\u0105:",
|
||||
"LabelAirsAfterSeason": "Rodoma po sezono:",
|
||||
"LabelAirsBeforeEpisode": "Rodoma prie\u0161 serij\u0105:",
|
||||
"HeaderExternalIds": "I\u0161oriniai ID:",
|
||||
"HeaderDisplaySettings": "Rodymo nustatymai",
|
||||
"LabelTreatImageAs": "Paveiksliuk\u0105 laikyti:",
|
||||
"LabelDisplayOrder": "Rodymo tvarka:",
|
||||
"Countries": "\u0160alys",
|
||||
"Genres": "\u017danrai",
|
||||
"HeaderPlotKeywords": "Siu\u017eeto rakta\u017eod\u017eiai",
|
||||
"Studios": "Studijos",
|
||||
"Tags": "\u017dym\u0117s",
|
||||
"HeaderMetadataSettings": "Metaduomen\u0173 nustatymai",
|
||||
"People": "\u017dmon\u0117s",
|
||||
"LabelMetadataDownloadLanguage": "Pageidaujama siuntimo kalba:",
|
||||
"LabelLockItemToPreventChanges": "U\u017edrausti \u0161io elemento pakeitimus",
|
||||
"MessageLeaveEmptyToInherit": "Palikite tu\u0161\u010di\u0105 kad paveld\u0117t\u0173 nustatymus nuo t\u0117vi\u0161ko elemento arba globalias standartines reik\u0161mes.",
|
||||
"LabelCountry": "\u0160alis:",
|
||||
"LabelDynamicExternalId": "{0} ID:",
|
||||
"LabelBirthYear": "Gimimo metai:",
|
||||
"LabelBirthDate": "Gimimo data:",
|
||||
"LabelDeathDate": "Mirties data:",
|
||||
"LabelEndDate": "Pabaigos data:",
|
||||
"LabelSeasonNumber": "Sezono numeris:",
|
||||
"LabelEpisodeNumber": "Serijos numeris:",
|
||||
"LabelTrackNumber": "Dainos numeris:",
|
||||
"LabelNumber": "Numeris:",
|
||||
"LabelDiscNumber": "Disko numeris",
|
||||
"LabelParentNumber": "T\u0117vi\u0161kas numeris",
|
||||
"SortName": "R\u016b\u0161iavimo vardas",
|
||||
"ReleaseDate": "I\u0161leidimo data",
|
||||
"Continuing": "T\u0119siamas",
|
||||
"Ended": "Pasibaig\u0117",
|
||||
"HeaderEnabledFields": "\u012ejungti laukeliai",
|
||||
"HeaderEnabledFieldsHelp": "Nuimkite varnel\u0119 nuo lauko kad j\u012f u\u017erakinti ir neleisti keisti jo duomen\u0173.",
|
||||
"Backdrops": "Fonai",
|
||||
"Images": "Paveiksliukai",
|
||||
"Keywords": "Rakta\u017eod\u017eiai",
|
||||
"Runtime": "Trukm\u0117",
|
||||
"ProductionLocations": "Filmavimo vietos",
|
||||
"BirthLocation": "Gimimo vieta",
|
||||
"ParentalRating": "T\u0117v\u0173 reitingas",
|
||||
"Name": "Vardas",
|
||||
"Overview": "Ap\u017evalga",
|
||||
"LabelType": "Tipas:",
|
||||
"LabelPersonRole": "Vaidmuo:",
|
||||
"LabelPersonRoleHelp": "Pavyzdys: Led\u0173 ma\u0161inos vairuotojas",
|
||||
"Actor": "Aktorius",
|
||||
"Composer": "Kompozitorius",
|
||||
"Director": "Re\u017eisierius",
|
||||
"GuestStar": "Kviestin\u0117 \u017evaig\u017ed\u0117",
|
||||
"Producer": "Prodiuseris",
|
||||
"Writer": "Ra\u0161ytojas",
|
||||
"MessageNoSyncJobsFound": "No sync jobs found. Create sync jobs using the Sync buttons found throughout the app.",
|
||||
"MessageNoDownloadsFound": "No offline downloads. Make your media available offline by clicking Make Available Offline throughout the app.",
|
||||
"InstallingPackage": "\u012ediegiu {0}",
|
||||
"PackageInstallCompleted": "{0} \u012fdiegimas baigtas.",
|
||||
"PackageInstallFailed": "{0} \u012fdiegimas nepavyko.",
|
||||
"PackageInstallCancelled": "{0} \u012fdiegimas at\u0161auktas.",
|
||||
"SeriesYearToPresent": "{0} - dabar",
|
||||
"ValueOneItem": "1 item",
|
||||
"ValueOneSong": "1 daina",
|
||||
"ValueSongCount": "{0} dain\u0173",
|
||||
"ValueOneMovie": "1 filmas",
|
||||
"ValueMovieCount": "{0} film\u0173",
|
||||
"ValueOneSeries": "1 laida",
|
||||
"ValueSeriesCount": "{0} laid\u0173",
|
||||
"ValueOneEpisode": "1 serija",
|
||||
"ValueEpisodeCount": "{0} serij\u0173",
|
||||
"ValueOneGame": "1 \u017eaidimas",
|
||||
"ValueGameCount": "{0} \u017eaidim\u0173",
|
||||
"ValueOneAlbum": "1 albumas",
|
||||
"ValueAlbumCount": "{0} album\u0173",
|
||||
"ValueOneMusicVideo": "1 muzikinis video",
|
||||
"ValueMusicVideoCount": "{0} muzikiniai video",
|
||||
"ValueMinutes": "{0} min.",
|
||||
"HeaderIdentifyItemHelp": "\u012eveskite vien\u0105 ar daugiau paie\u0161kos kriterij\u0173. Pa\u0161alinkite kriterij\u0173 jei norite gauti daugiau paie\u0161kos rezultat\u0173.",
|
||||
"PleaseEnterNameOrId": "\u012eveskite vard\u0105 arba i\u0161orin\u012f ID.",
|
||||
"MessageItemSaved": "Elementas i\u0161saugotas.",
|
||||
"SearchResults": "Paie\u0161kos rezultatai",
|
||||
"SyncToOtherDevice": "Sinchronizuoti \u012f kit\u0105 \u012frengin\u012f",
|
||||
"MakeAvailableOffline": "\u012egalinti \u017ei\u016br\u0117jim\u0105 neprisijungus",
|
||||
"ServerNameIsRestarting": "Emby Serveris - {0} leid\u017eiamas i\u0161 naujo.",
|
||||
"ServerNameIsShuttingDown": "Emby Serveris - {0} i\u0161sijungia.",
|
||||
"HeaderDeleteItems": "I\u0161trinti elementus",
|
||||
"ConfirmDeleteItems": "Tai atlikus \u0161ie elementai bus i\u0161trinti ir i\u0161 bibliotekos, ir i\u0161 fail\u0173 sistemos. Ar tikrai norite t\u0119sti?",
|
||||
"PleaseRestartServerName": "Pra\u0161au paleisti Emby Server\u012f i\u0161 naujo - {0}.",
|
||||
"SyncJobCreated": "Sinchronizavimo darbas u\u017esakytas.",
|
||||
"LabelSyncJobName": "Sinchronizavimo darbo pavadinimas:",
|
||||
"LabelQuality": "Kokyb\u0117:",
|
||||
"LabelSyncNoTargetsHelp": "Atrodo, kad neturite joki\u0173 program\u0117li\u0173, kurios palaikyt\u0173 sinchronizavim\u0105.",
|
||||
"DownloadScheduled": "Siuntimas numatytas",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Su\u017einoti daugiau",
|
||||
"LabelProfile": "Profilis:",
|
||||
"LabelBitrateMbps": "Kokyb\u0117 (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sinchronizuoti tik ne\u017ei\u016br\u0117tus video",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Bus sinchronizuojami tik ne\u017ei\u016br\u0117ti video, o per\u017ei\u016br\u0117ti video bus trinami i\u0161 \u012frenginio.",
|
||||
"AutomaticallySyncNewContent": "Automati\u0161kai sinchronizuoti nauj\u0105 turin\u012f",
|
||||
"AutomaticallySyncNewContentHelp": "Naujas turinys, prid\u0117tas \u012f \u0161\u012f aplank\u0105, bus automati\u0161kai sinchronizuojamas \u012f \u0161\u012f \u012frengin\u012f.",
|
||||
"LabelItemLimit": "Element\u0173 limitas:",
|
||||
"LabelItemLimitHelp": "Galima nustatyti, kiek element\u0173 bus sinchronizuojama.",
|
||||
"PleaseSelectDeviceToSyncTo": "Pasirinkite \u012frengin\u012f, \u012f kur\u012f sinchronizuoti.",
|
||||
"Screenshots": "Ekrano nuotraukos",
|
||||
"MoveRight": "Perkelti de\u0161in\u0117n",
|
||||
"MoveLeft": "Perkelti kair\u0117n",
|
||||
"ConfirmDeleteImage": "Trinti paveiksl\u0105?",
|
||||
"HeaderEditImages": "Redaguoti paveikslus",
|
||||
"Settings": "Nustatymai",
|
||||
"ShowIndicatorsFor": "Rodyti indikatorius:",
|
||||
"NewEpisodes": "Naujoms serijoms",
|
||||
"HDPrograms": "HD laidoms",
|
||||
"LiveBroadcasts": "Tiesiogin\u0117ms transliacijoms",
|
||||
"Premieres": "Premieras",
|
||||
"RepeatEpisodes": "Kartojamoms serijoms",
|
||||
"DvrSubscriptionRequired": "Emby DVR reikalauja aktyvios Emby Premiere prenumeratos.",
|
||||
"HeaderCancelRecording": "At\u0161aukti \u012fra\u0161\u0105",
|
||||
"CancelRecording": "At\u0161aukti \u012fra\u0161ym\u0105",
|
||||
"HeaderKeepRecording": "Palikti \u012fra\u0161\u0105",
|
||||
"HeaderCancelSeries": "At\u0161aukti laid\u0105",
|
||||
"HeaderKeepSeries": "Palikti laid\u0105",
|
||||
"HeaderLearnMore": "Su\u017einoti daugiau",
|
||||
"DeleteMedia": "Trinti medij\u0105",
|
||||
"SeriesSettings": "Laid\u0173 nustatymai",
|
||||
"HeaderRecordingOptions": "\u012era\u0161ymo nustatymai",
|
||||
"CancelSeries": "At\u0161aukti laid\u0105",
|
||||
"DoNotRecord": "Ne\u012fra\u0161yti",
|
||||
"HeaderSeriesOptions": "Laid\u0173 nustatymai",
|
||||
"LabelChannels": "Kanalai:",
|
||||
"ChannelNameOnly": "Kanalas tik {0}",
|
||||
"Anytime": "Bet kada",
|
||||
"AroundTime": "Ma\u017edaug {0}",
|
||||
"LabelAirtime": "Eterio laikas:",
|
||||
"AllChannels": "Visi kanalai",
|
||||
"LabelRecord": "\u012era\u0161yti:",
|
||||
"NewEpisodesOnly": "Tik naujas serijas",
|
||||
"AllEpisodes": "Visas serijas",
|
||||
"LabelStartWhenPossible": "Jei galima, prad\u0117ti:",
|
||||
"LabelStopWhenPossible": "Jei galima, nutraukti:",
|
||||
"MinutesBefore": "min. prie\u0161",
|
||||
"MinutesAfter": "min. po",
|
||||
"SkipEpisodesAlreadyInMyLibrary": "Praleisti serijas, jau esan\u010dias bibliotekoje",
|
||||
"SkipEpisodesAlreadyInMyLibraryHelp": "Kai \u012fmanoma serijos bus lyginamos pagal sezon\u0173 ir serij\u0173 skai\u010dius.",
|
||||
"LabelKeepUpTo": "Sp\u0117ti iki:",
|
||||
"AsManyAsPossible": "Kiek tik \u012fmanoma",
|
||||
"DefaultErrorMessage": "\u012evyko klaida vykdant u\u017eklaus\u0105. Pabandykite v\u0117liau.",
|
||||
"LabelKeep:": "Laikyti:",
|
||||
"UntilIDelete": "Kol i\u0161trinsiu",
|
||||
"UntilSpaceNeeded": "Kol pritr\u016bks vietos",
|
||||
"Categories": "Kategorijos",
|
||||
"Sports": "Sportas",
|
||||
"News": "Naujienos",
|
||||
"Movies": "Filmai",
|
||||
"Kids": "Vaikams",
|
||||
"EnableColorCodedBackgrounds": "\u012ejungti spalvotus fonus",
|
||||
"SortChannelsBy": "R\u016b\u0161iuoti kanalus pagal:",
|
||||
"RecentlyWatched": "Nesenai \u017ei\u016br\u0117ta",
|
||||
"ChannelNumber": "Kanalo numeris",
|
||||
"HeaderBenefitsEmbyPremiere": "Emby Premiere privalumai",
|
||||
"ThankYouForTryingEnjoyOneMinute": "I\u0161bandykite vien\u0105 minut\u0119 atk\u016brimo. A\u010di\u016b kad bandote Emby.",
|
||||
"HeaderTryPlayback": "Bandomasis atk\u016brimas",
|
||||
"HowDidYouPay": "Kaip sumok\u0117jote?",
|
||||
"IHaveEmbyPremiere": "Turiu Emby Premiere",
|
||||
"IPurchasedThisApp": "Pirkau \u0161i\u0105 program\u0117l\u0119",
|
||||
"ButtonRestorePreviousPurchase": "Atkurti pirkim\u0105",
|
||||
"ButtonUnlockWithPurchase": "Atrakinti perkant",
|
||||
"ButtonUnlockPrice": "Atrakinti {0}",
|
||||
"EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
|
||||
"HeaderAlreadyPaid": "Already Paid?",
|
||||
"ButtonPlayOneMinute": "Atkurti vien\u0105 minut\u0119",
|
||||
"PlaceFavoriteChannelsAtBeginning": "M\u0117gstamiausius kanalus \u012f prad\u017ei\u0105",
|
||||
"HeaderUnlockFeature": "Atrakinti funkcij\u0105",
|
||||
"MessageDidYouKnowCinemaMode": "Ar \u017einote, kad su Emby Premiere gausite daugiau funkcij\u0173, toki\u0173 kaip Kinoteatro re\u017eimas?",
|
||||
"MessageDidYouKnowCinemaMode2": "Kinoteatro re\u017eimas papildomai rodo anonsus ir kit\u0105 med\u017eiag\u0105 prie\u0161 film\u0105.",
|
||||
"HeaderPlayMyMedia": "Atkurti mano medij\u0105",
|
||||
"HeaderDiscoverEmbyPremiere": "Atrasti Emby Premiere",
|
||||
"Items": "Items",
|
||||
"OneChannel": "One channel",
|
||||
"ConfirmRemoveDownload": "Remove download?",
|
||||
"RemoveDownload": "Remove download",
|
||||
"AddedOnValue": "Added {0}",
|
||||
"RemovingFromDevice": "Removing from device",
|
||||
"RemoveFromDevice": "Remove from device",
|
||||
"KeepOnDevice": "Keep on device",
|
||||
"CancelDownload": "Cancel download",
|
||||
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
|
||||
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
|
||||
"SyncJobItemStatusQueued": "Queued",
|
||||
"SyncJobItemStatusConverting": "Converting",
|
||||
"SyncJobItemStatusTransferring": "Transferring",
|
||||
"SyncJobItemStatusSynced": "Downloaded",
|
||||
"SyncJobItemStatusFailed": "Failed",
|
||||
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
|
||||
"SyncJobItemStatusCancelled": "Cancelled",
|
||||
"Retry": "Retry",
|
||||
"HeaderMyDevice": "My Device",
|
||||
"Continue": "Continue",
|
||||
"ContinueInSecondsValue": "Continue in {0} seconds.",
|
||||
"HeaderRemoteControl": "Remote Control",
|
||||
"Disconnect": "Disconnect",
|
||||
"EnableDisplayMirroring": "Enable display mirroring",
|
||||
"HeaderSelectPlayer": "Select Player",
|
||||
"Quality": "Quality",
|
||||
"Auto": "Auto",
|
||||
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
|
||||
"AspectRatio": "Aspect ratio",
|
||||
"Original": "Original",
|
||||
"Fill": "Fill",
|
||||
"BestFit": "Best fit",
|
||||
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
|
||||
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
|
||||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Fellesskap anmeldelse:",
|
||||
"LabelVoteCount": "Stemme tall:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Kritiker anmeldelse:",
|
||||
"LabelCriticRatingSummary": "Kritiker anmeldelse sammendrag:",
|
||||
"LabelAwardSummary": "Pris sammendrag:",
|
||||
|
@ -268,7 +267,6 @@
|
|||
"ConfirmDeleteItems": "Slette disse elementene vil slette dem fra b\u00e5de filsystemet og mediebiblioteket . Er du sikker p\u00e5 at du vil fortsette?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Synkroniseringsjobb p\u00e5begynt.",
|
||||
"LabelSyncTo": "Synkroniser til:",
|
||||
"LabelSyncJobName": "Navn p\u00e5 synkroniseringsjobb:",
|
||||
"LabelQuality": "Kvalitet:",
|
||||
"LabelSyncNoTargetsHelp": "Det ser ikke ut til at du har noen applikasjoner som st\u00f8tter synkronisering.",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Koble til",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "Mere",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Avspillingsfeil",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Beoordeling gemeenschap:",
|
||||
"LabelVoteCount": "Aantal stemmen:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Beoordeling critici:",
|
||||
"LabelCriticRatingSummary": "Samenvatting beoordeling critici:",
|
||||
"LabelAwardSummary": "Samenvatting prijzen:",
|
||||
|
@ -268,7 +267,6 @@
|
|||
"ConfirmDeleteItems": "Het verwijderen van deze items verwijdert ze van het bestandssysteem en uit uw bibliotheek. Weet u zeker dat u verder wilt gaan?",
|
||||
"PleaseRestartServerName": "Herstart Emby Server - {0} aub.",
|
||||
"SyncJobCreated": "Synchronisatie taak gemaakt.",
|
||||
"LabelSyncTo": "Synchroniseer naar:",
|
||||
"LabelSyncJobName": "Naam synchroniseer taak:",
|
||||
"LabelQuality": "Kwaliteit",
|
||||
"LabelSyncNoTargetsHelp": "Het lijkt erop dat u momenteel geen apps heeft die synchroniseren ondersteunen.",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Verbind",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "Meer",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Afspeel Fout",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album",
|
||||
"LabelCommunityRating": "Ocena spo\u0142eczno\u015bci:",
|
||||
"LabelVoteCount": "Liczba g\u0142os\u00f3w:",
|
||||
"LabelMetascore": "Ocena:",
|
||||
"LabelCriticRating": "Ocena krytyk\u00f3w:",
|
||||
"LabelCriticRatingSummary": "Podsumowanie oceny krytyk\u00f3w:",
|
||||
"LabelAwardSummary": "Zdobyte nagrody:",
|
||||
|
@ -268,7 +267,6 @@
|
|||
"ConfirmDeleteItems": "Usuni\u0119cie tej pozycji usunie j\u0105 zar\u00f3wno z systemu plik\u00f3w jak i z biblioteki medi\u00f3w. Czy chcesz kontynuowa\u0107?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Utworzono zadanie synchronizacji.",
|
||||
"LabelSyncTo": "Synchronizuj do:",
|
||||
"LabelSyncJobName": "Nazwa zadania synchronizacji",
|
||||
"LabelQuality": "Jako\u015b\u0107:",
|
||||
"LabelSyncNoTargetsHelp": "Wygl\u0105da na to, \u017ce nie masz \u017cadnych aplikacji wspieraj\u0105cych synchronizacj\u0119.",
|
||||
|
@ -282,7 +280,7 @@
|
|||
"AutomaticallySyncNewContent": "Automatycznie synchronizuj now\u0105 zawarto\u015b\u0107",
|
||||
"AutomaticallySyncNewContentHelp": "Nowododana zawarto\u015b\u0107 zostanie automatycznie zsynchronizowana z urz\u0105dzeniem.",
|
||||
"LabelItemLimit": "Limit pozycji:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Wybierz urz\u0105dzenie do synchronizacji",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Po\u0142acz",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "Wi\u0119cej",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "B\u0142\u0105d Odtwarzania",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sincronize sua m\u00eddia para a nuvem para backup, arquivamento e convers\u00e3o f\u00e1ceis.",
|
||||
"CoverArtFeatureDescription": "Arta da Capa cria capas divertidas e d\u00e1 outros tratamentos para ajudar na personaliza\u00e7\u00e3o das imagens da sua m\u00eddia.",
|
||||
"CoverArt": "Arta da Capa",
|
||||
"ButtonCancelSyncJob": "Cancelar sincroniza\u00e7\u00e3o",
|
||||
"CancelSyncJobConfirmation": "Cancelar a tarefa de sincroniza\u00e7\u00e3o remover\u00e1 as m\u00eddias sincronizadas do dispositivo durante o pr\u00f3ximo processo de sincroniza\u00e7\u00e3o. Deseja realmente continuar?",
|
||||
"ButtonCancelSyncJob": "Cancelar download",
|
||||
"CancelSyncJobConfirmation": "Cancelar a tarefa de sincroniza\u00e7\u00e3o remover\u00e1 as m\u00eddias transferidas do dispositivo durante o pr\u00f3ximo processo de sincroniza\u00e7\u00e3o. Deseja realmente continuar?",
|
||||
"CinemaModeFeatureDescription": "Modo Cinema oferece a voc\u00ea uma verdadeira experi\u00eancia de cinema com trailers e intros customizados antes da funcionalidade.",
|
||||
"HeaderFreeApps": "Apps Emby gr\u00e1tis",
|
||||
"FreeAppsFeatureDescription": "Aproveite acesso gr\u00e1tis a apps Emby para seus dispositivos.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "\u00c1lbum:",
|
||||
"LabelCommunityRating": "Avalia\u00e7\u00e3o da comunidade:",
|
||||
"LabelVoteCount": "Contagem de votos:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Avalia\u00e7\u00e3o da cr\u00edtica:",
|
||||
"LabelCriticRatingSummary": "Resumo da avalia\u00e7\u00e3o da cr\u00edtica:",
|
||||
"LabelAwardSummary": "Resumo da premia\u00e7\u00e3o:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Ao excluir estes itens voc\u00ea os excluir\u00e1 do sistema de arquivos e de sua biblioteca de m\u00eddias. Deseja realmente continuar?",
|
||||
"PleaseRestartServerName": "Por favor reinicie o Servidor Emby - {0}.",
|
||||
"SyncJobCreated": "Tarefa de sincroniza\u00e7\u00e3o criada.",
|
||||
"LabelSyncTo": "Sincronizar para:",
|
||||
"LabelSyncJobName": "Nome da tarefa de sincroniza\u00e7\u00e3o:",
|
||||
"LabelQuality": "Qualidade:",
|
||||
"LabelSyncNoTargetsHelp": "Parece que voc\u00ea n\u00e3o possui nenhuma app que suporta sincroniza\u00e7\u00e3o.",
|
||||
"LabelSyncNoTargetsHelp": "Parece que voc\u00ea n\u00e3o possui nenhuma app que suporta o download offline.",
|
||||
"DownloadScheduled": "Download agendado",
|
||||
"HeaderSyncRequiresSub": "A sincroniza\u00e7\u00e3o requer uma subscri\u00e7\u00e3o ativa do Emby Premiere.",
|
||||
"LearnMore": "Saiba mais",
|
||||
"LabelProfile": "Perfil:",
|
||||
"LabelBitrateMbps": "Taxa (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sincronizar apenas v\u00eddeos n\u00e3o assistidos",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Apenas v\u00eddeos n\u00e3o assistidos ser\u00e3o sincronizados, e os v\u00eddeos ser\u00e3o removidos do dispositivo assim que forem assistidos.",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Apenas v\u00eddeos n\u00e3o assistidos ser\u00e3o transferidos, e os v\u00eddeos ser\u00e3o removidos do dispositivo assim que forem assistidos.",
|
||||
"AutomaticallySyncNewContent": "Sincronizar novo conte\u00fado automaticamente",
|
||||
"AutomaticallySyncNewContentHelp": "Novo conte\u00fado adicionado a esta pasta ser\u00e1 automaticamente sincronizado com o dispositivo.",
|
||||
"AutomaticallySyncNewContentHelp": "Novo conte\u00fado adicionado a esta pasta ser\u00e1 automaticamente transferido para o dispositivo.",
|
||||
"LabelItemLimit": "Limite de itens:",
|
||||
"LabelItemLimitHelp": "Opcional. Defina o n\u00famero limite de itens que ser\u00e3o sincronizados.",
|
||||
"PleaseSelectDeviceToSyncTo": "Por favor, selecione um dispositivo para sincronizar.",
|
||||
"LabelItemLimitHelp": "Opcional. Defina o n\u00famero limite de itens que ser\u00e3o transferidos.",
|
||||
"PleaseSelectDeviceToSyncTo": "Por favor, selecione um dispositivo para transferir.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Mover para direita",
|
||||
"MoveLeft": "Mover para esquerda",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Aceitar",
|
||||
"Reject": "Rejeitar",
|
||||
"Connect": "Conectar",
|
||||
"LabelDownloadTo": "Baixar para:"
|
||||
"HeaderMyMedia": "Minha M\u00eddia",
|
||||
"HeaderMyMediaSmall": "Minha M\u00eddia (pequeno)",
|
||||
"LatestFromLibrary": "Mais Recentes {0}",
|
||||
"HeaderLatestChannelMedia": "Itens de Canais Recentes",
|
||||
"HeaderContinueWatching": "Continuar Assistindo",
|
||||
"HeaderContinueListening": "Continuar Escutando",
|
||||
"HeaderActiveRecordings": "Grava\u00e7\u00f5es Ativas",
|
||||
"HeaderLatestRecordings": "Grava\u00e7\u00f5es Recentes",
|
||||
"LabelDownloadTo": "Baixar para:",
|
||||
"HeaderNextUp": "Pr\u00f3ximos",
|
||||
"HeaderLatestFrom": "Mais recentes de {0}",
|
||||
"LabelHomeScreenSectionValue": "Se\u00e7\u00e3o {0} da tela In\u00edcio:",
|
||||
"SettingsSaved": "Configura\u00e7\u00f5es salvas.",
|
||||
"None": "Nenhum(a)",
|
||||
"More": "Mais",
|
||||
"Up": "Para cima",
|
||||
"Down": "Para baixo",
|
||||
"HeaderHomeScreen": "Tela In\u00edcio",
|
||||
"HeaderLatestMedia": "M\u00eddias Recentes",
|
||||
"HeaderLatestChannelItems": "Itens de Canais Recentes",
|
||||
"LabelSelectLastestItemsFolders": "Incluir itens das seguintes se\u00e7\u00f5es nas M\u00eddias Recentes",
|
||||
"HeaderLibraryOrder": "Ordem da Biblioteca",
|
||||
"HideWatchedContentFromLatestMedia": "Ocultar conte\u00fado assistido das m\u00eddias recentes",
|
||||
"HeaderOnNow": "Em Exibi\u00e7\u00e3o",
|
||||
"HeaderPlaybackError": "Erro na Reprodu\u00e7\u00e3o",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guia",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "\u00c1lbum:",
|
||||
"LabelCommunityRating": "Avalia\u00e7\u00e3o da comunidade:",
|
||||
"LabelVoteCount": "Contagem de votos:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Avalia\u00e7\u00e3o da cr\u00edtica:",
|
||||
"LabelCriticRatingSummary": "Resumo da avalia\u00e7\u00e3o da cr\u00edtica:",
|
||||
"LabelAwardSummary": "Resumo da premia\u00e7\u00e3o:",
|
||||
|
@ -268,7 +267,6 @@
|
|||
"ConfirmDeleteItems": "Ao excluir estes itens voc\u00ea os excluir\u00e1 do sistema de arquivos e de sua biblioteca multim\u00e9dia. Deseja realmente continuar?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "Parece que voc\u00ea n\u00e3o possui nenhuma app que suporta sincroniza\u00e7\u00e3o.",
|
||||
|
@ -277,13 +275,13 @@
|
|||
"LearnMore": "Saiba mais",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Conectar",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "Mais",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Erro na Reprodu\u00e7\u00e3o",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f \u0432\u0430\u0448\u0438\u0445 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0441 \u043e\u0431\u043b\u0430\u043a\u043e\u043c \u0434\u043b\u044f \u0443\u0434\u043e\u0431\u0441\u0442\u0432\u0430 \u0438\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0433\u043e \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f, \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u044f.",
|
||||
"CoverArtFeatureDescription": "Cover Art \u0441\u043e\u0437\u0434\u0430\u0435\u0442 \u0437\u0430\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043e\u0431\u043b\u043e\u0436\u043a\u0438 \u0438 \u0438\u043d\u044b\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043c\u043e\u0447\u044c \u0432\u0430\u043c \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u043a \u0432\u0430\u0448\u0438\u043c \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u043c.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044e",
|
||||
"CancelSyncJobConfirmation": "\u041e\u0442\u043c\u0435\u043d\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u0438\u0432\u0435\u0434\u0451\u0442 \u043a \u0438\u0437\u044a\u044f\u0442\u0438\u044e \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0439 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c?",
|
||||
"ButtonCancelSyncJob": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443",
|
||||
"CancelSyncJobConfirmation": "\u041e\u0442\u043c\u0435\u043d\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u0438\u0432\u0435\u0434\u0451\u0442 \u043a \u0438\u0437\u044a\u044f\u0442\u0438\u044e \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0445 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c?",
|
||||
"CinemaModeFeatureDescription": "\u0420\u0435\u0436\u0438\u043c \u043a\u0438\u043d\u043e\u0437\u0430\u043b\u0430 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442 \u0432\u0430\u043c \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0433\u043e \u0437\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0437\u0430\u043b\u0430 \u0441 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u0430\u043c\u0438 \u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u043c\u0438 \u0437\u0430\u0441\u0442\u0430\u0432\u043a\u0430\u043c\u0438 \u043f\u0435\u0440\u0435\u0434 \u0444\u0438\u043b\u044c\u043c\u043e\u043c.",
|
||||
"HeaderFreeApps": "\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0435 Emby-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
|
||||
"FreeAppsFeatureDescription": "\u0412\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435\u0441\u044c \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u043c \u0434\u043e\u0441\u0442\u0443\u043f\u043e\u043c \u043a Emby-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u043c \u0434\u043b\u044f \u0432\u0430\u0448\u0438\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "\u0410\u043b\u044c\u0431\u043e\u043c",
|
||||
"LabelCommunityRating": "\u041e\u0431\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430:",
|
||||
"LabelVoteCount": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0433\u043e\u043b\u043e\u0441\u043e\u0432:",
|
||||
"LabelMetascore": "\u041e\u0446\u0435\u043d\u043a\u0430 Metascore:",
|
||||
"LabelCriticRating": "\u041e\u0446\u0435\u043d\u043a\u0430 \u043a\u0440\u0438\u0442\u0438\u043a\u043e\u0432:",
|
||||
"LabelCriticRatingSummary": "\u0421\u0432\u043e\u0434\u043a\u0430 \u043e\u0446\u0435\u043d\u043a\u0438 \u043a\u0440\u0438\u0442\u0438\u043a\u043e\u0432:",
|
||||
"LabelAwardSummary": "\u0421\u0432\u043e\u0434\u043a\u0430 \u043d\u0430\u0433\u0440\u0430\u0436\u0434\u0435\u043d\u0438\u0439:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "\u041f\u0440\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0438 \u0434\u0430\u043d\u043d\u044b\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u043e\u043d \u0443\u0434\u0430\u043b\u0438\u0442\u0441\u044f \u0438 \u0438\u0437 \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b, \u0438 \u0438\u0437 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c?",
|
||||
"PleaseRestartServerName": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 Emby Server - {0}.",
|
||||
"SyncJobCreated": "\u0417\u0430\u0434\u0430\u043d\u0438\u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u043e.",
|
||||
"LabelSyncTo": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f \u0441:",
|
||||
"LabelSyncJobName": "\u0418\u043c\u044f \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0441\u0438\u043d\u0445\u0440-\u0438\u0438:",
|
||||
"LabelQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e:",
|
||||
"LabelSyncNoTargetsHelp": "\u0412\u044b\u0433\u043b\u044f\u0434\u0438\u0442 \u0442\u0430\u043a, \u0447\u0442\u043e \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u043b\u0438 \u0431\u044b \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044e, \u043d\u0435 \u0438\u043c\u0435\u0435\u0442\u0441\u044f.",
|
||||
"LabelSyncNoTargetsHelp": "\u041f\u043e\u0445\u043e\u0436\u0435, \u0447\u0442\u043e \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439, \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0430\u0432\u0442\u043e\u043d\u043e\u043c\u043d\u0430\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430, \u043d\u0435 \u0438\u043c\u0435\u0435\u0442\u0441\u044f.",
|
||||
"DownloadScheduled": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043f\u043e \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u044e",
|
||||
"HeaderSyncRequiresSub": "\u0414\u043b\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0430 Emby Premiere.",
|
||||
"LearnMore": "\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435...",
|
||||
"LabelProfile": "\u041f\u0440\u043e\u0444\u0438\u043b\u044c:",
|
||||
"LabelBitrateMbps": "\u041f\u043e\u0442\u043e\u043a\u043e\u0432\u0430\u044f \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c, \u041c\u0431\u0438\u0442\/\u0441:",
|
||||
"SyncUnwatchedVideosOnly": "\u0421\u0438\u043d\u0445\u0440-\u0442\u044c \u043d\u0435\u043f\u0440\u043e\u0441\u043c-\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
|
||||
"SyncUnwatchedVideosOnlyHelp": "\u0421\u0438\u043d\u0445\u0440-\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0435\u043f\u0440\u043e\u0441\u043c-\u044b\u0435 \u0432\u0438\u0434\u0435\u043e, \u0430 \u043f\u0440\u043e\u0441\u043c-\u044b\u0435 \u0438\u0437\u044b\u043c\u0430\u044e\u0442\u0441\u044f \u0441 \u0443\u0441\u0442\u0440-\u0432\u0430.",
|
||||
"AutomaticallySyncNewContent": "\u0421\u0438\u043d\u0445\u0440-\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435",
|
||||
"AutomaticallySyncNewContentHelp": "\u041d\u043e\u0432\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435, \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0435 \u0432 \u044d\u0442\u0443 \u043f\u0430\u043f\u043a\u0443, \u0430\u0432\u0442\u043e-\u043a\u0438 \u0441\u0438\u043d\u0445\u0440-\u0442\u0441\u044f \u0441 \u0434\u0430\u043d\u043d\u044b\u043c \u0443\u0441\u0442\u0440-\u043e\u043c.",
|
||||
"SyncUnwatchedVideosOnly": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043d\u0435\u043f\u0440\u043e\u0441\u043c-\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
|
||||
"SyncUnwatchedVideosOnlyHelp": "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u044e\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0435\u043f\u0440\u043e\u0441\u043c-\u044b\u0435 \u0432\u0438\u0434\u0435\u043e, \u0430 \u043f\u0440\u043e\u0441\u043c-\u044b\u0435 \u0438\u0437\u044b\u043c\u0430\u044e\u0442\u0441\u044f \u0441 \u0443\u0441\u0442\u0440-\u0432\u0430.",
|
||||
"AutomaticallySyncNewContent": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435",
|
||||
"AutomaticallySyncNewContentHelp": "\u041d\u043e\u0432\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435, \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0435 \u0432 \u044d\u0442\u0443 \u043f\u0430\u043f\u043a\u0443, \u0430\u0432\u0442\u043e-\u043a\u0438 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442\u0441\u044f \u043d\u0430 \u0443\u0441\u0442\u0440-\u0432\u043e.",
|
||||
"LabelItemLimit": "\u041b\u0438\u043c\u0438\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432:",
|
||||
"LabelItemLimitHelp": "\u041d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e. \u041b\u0438\u043c\u0438\u0442 \u0447\u0438\u0441\u043b\u0430 \u0441\u0438\u043d\u0445\u0440-\u0435\u043c\u044b\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432.",
|
||||
"PleaseSelectDeviceToSyncTo": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0434\u043b\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438.",
|
||||
"LabelItemLimitHelp": "\u041d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e. \u041b\u0438\u043c\u0438\u0442 \u0447\u0438\u0441\u043b\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u0443\u0434\u0443\u0442 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c\u0441\u044f.",
|
||||
"PleaseSelectDeviceToSyncTo": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e, \u043a\u0443\u0434\u0430 \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c.",
|
||||
"Screenshots": "\u0421\u043d\u0438\u043c\u043a\u0438 \u044d\u043a\u0440\u0430\u043d\u0430",
|
||||
"MoveRight": "\u0414\u0432\u0438\u0433\u0430\u0442\u044c \u0432\u043f\u0440\u0430\u0432\u043e",
|
||||
"MoveLeft": "\u0414\u0432\u0438\u0433\u0430\u0442\u044c \u0432\u043b\u0435\u0432\u043e",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "\u041f\u0440\u0438\u043d\u044f\u0442\u044c",
|
||||
"Reject": "\u041e\u0442\u043a\u043b\u043e\u043d\u0438\u0442\u044c",
|
||||
"Connect": "\u041f\u043e\u0434\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0441\u044f",
|
||||
"LabelDownloadTo": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043d\u0430:"
|
||||
"HeaderMyMedia": "\u041c\u043e\u0438 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
|
||||
"HeaderMyMediaSmall": "\u041c\u043e\u0438 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435 (\u043a\u043e\u043c\u043f\u0430\u043a\u0442\u043d\u043e)",
|
||||
"LatestFromLibrary": "\u041d\u043e\u0432\u0435\u0439\u0448\u0435\u0435: {0}",
|
||||
"HeaderLatestChannelMedia": "\u041d\u043e\u0432\u0435\u0439\u0448\u0435\u0435 \u0438\u0437 \u043a\u0430\u043d\u0430\u043b\u043e\u0432",
|
||||
"HeaderContinueWatching": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430",
|
||||
"HeaderContinueListening": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0441\u043b\u0443\u0448\u0438\u0432\u0430\u043d\u0438\u044f",
|
||||
"HeaderActiveRecordings": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438",
|
||||
"HeaderLatestRecordings": "\u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438",
|
||||
"LabelDownloadTo": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043d\u0430:",
|
||||
"HeaderNextUp": "\u041e\u0447\u0435\u0440\u0435\u0434\u043d\u043e\u0435",
|
||||
"HeaderLatestFrom": "\u041d\u043e\u0432\u0435\u0439\u0448\u0435\u0435 \u0438\u0437 {0}",
|
||||
"LabelHomeScreenSectionValue": "\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 - \u0440\u0430\u0437\u0434\u0435\u043b {0}:",
|
||||
"SettingsSaved": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b.",
|
||||
"None": "\u041d\u0438\u0447\u0435\u0433\u043e",
|
||||
"More": "\u0415\u0449\u0451...",
|
||||
"Up": "\u0412\u0432\u0435\u0440\u0445",
|
||||
"Down": "\u0412\u043d\u0438\u0437",
|
||||
"HeaderHomeScreen": "\u0413\u043b\u0430\u0432\u043d\u044b\u0439 \u044d\u043a\u0440\u0430\u043d",
|
||||
"HeaderLatestMedia": "\u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0435 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
|
||||
"HeaderLatestChannelItems": "\u041d\u043e\u0432\u0435\u0439\u0448\u0435\u0435 \u0438\u0437 \u043a\u0430\u043d\u0430\u043b\u043e\u0432",
|
||||
"LabelSelectLastestItemsFolders": "\u041e\u0445\u0432\u0430\u0442\u044b\u0432\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0438\u0437 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u0432 \u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0445 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445",
|
||||
"HeaderLibraryOrder": "\u041f\u043e\u0440\u044f\u0434\u043e\u043a \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a",
|
||||
"HideWatchedContentFromLatestMedia": "\u0421\u043a\u0440\u044b\u0442\u044c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u0438\u0437 \u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0445 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445",
|
||||
"HeaderOnNow": "\u0412 \u044d\u0444\u0438\u0440\u0435",
|
||||
"HeaderPlaybackError": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f",
|
||||
"PlaybackErrorNotAllowed": "\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0432\u044b \u043d\u0435 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u044b \u0447\u0442\u043e\u0431\u044b \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435. \u0417\u0430 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u044f\u043c\u0438 \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u0441\u0432\u043e\u0435\u043c\u0443 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u043c\u0443 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0443.",
|
||||
"PlaybackErrorNoCompatibleStream": "\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u044b\u0445 \u043f\u043e\u0442\u043e\u043a\u043e\u0432 \u0432 \u043d\u0430\u043b\u0438\u0447\u0438\u0438 \u043d\u0435 \u0438\u043c\u0435\u0435\u0442\u0441\u044f. \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443 \u043f\u043e\u0437\u0436\u0435 \u0438\u043b\u0438 \u0437\u0430 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u044f\u043c\u0438 \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u0441\u0432\u043e\u0435\u043c\u0443 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u043c\u0443 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0443.",
|
||||
"PlaybackErrorPlaceHolder": "\u0412\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0434\u0438\u0441\u043a, \u0447\u0442\u043e\u0431\u044b \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u0434\u0430\u043d\u043d\u043e\u0435 \u0432\u0438\u0434\u0435\u043e.",
|
||||
"Guide": "\u0422\u0435\u043b\u0435\u0433\u0438\u0434",
|
||||
"Suggestions": "\u041f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u043c\u043e\u0435",
|
||||
"Favorites": "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u043e\u0435",
|
||||
"Collections": "\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "\u041f\u0435\u0440\u0435\u0434\u0430\u0447\u0438",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "\u0426\u0435\u043b\u0435\u0432\u044b\u0435 \u044d\u043a\u0440\u0430\u043d\u044b",
|
||||
"LandingScreensHelp": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0446\u0435\u043b\u0435\u0432\u043e\u0439 \u044d\u043a\u0440\u0430\u043d \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u044f\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u043f\u0440\u0438 \u0449\u0435\u043b\u0447\u043a\u0435 \u043f\u043e \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0435."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Kvaliteta:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Samodejno sinhroniziraj nove vsebine",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Anv\u00e4ndaromd\u00f6me:",
|
||||
"LabelVoteCount": "Antal r\u00f6ster:",
|
||||
"LabelMetascore": "Metabetyg:",
|
||||
"LabelCriticRating": "Kritikerbetyg:",
|
||||
"LabelCriticRatingSummary": "Sammanfattning av kritikerbetyg:",
|
||||
"LabelAwardSummary": "Sammanfattning av utm\u00e4rkelser:",
|
||||
|
@ -268,7 +267,6 @@
|
|||
"ConfirmDeleteItems": "Tar du bort dessa objekt tas dom ocks\u00e5 bort ifr\u00e5n b\u00e5de ditt filsystem och mediabibliotek. \u00c4r du s\u00e4ker p\u00e5 att du vill forts\u00e4tta?",
|
||||
"PleaseRestartServerName": "V\u00e4nligen starta om Emby Server - {0}.",
|
||||
"SyncJobCreated": "Synkroniseringsjobb har skapats.",
|
||||
"LabelSyncTo": "Synka till:",
|
||||
"LabelSyncJobName": "Synkjobb:",
|
||||
"LabelQuality": "Kvalitet",
|
||||
"LabelSyncNoTargetsHelp": "Det verkar som att du inte har n\u00e5gra appar som st\u00f6djer synkronisering.",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Anslut",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "Mer",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Uppspelningsfel",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -51,7 +51,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "\u5c01\u9762\u56fe",
|
||||
"ButtonCancelSyncJob": "\u53d6\u6d88\u540c\u6b65",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "\u514d\u8d39 Emby \u5e94\u7528",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "\u4e13\u8f91\uff1a",
|
||||
"LabelCommunityRating": "\u516c\u4f17\u8bc4\u5206\uff1a",
|
||||
"LabelVoteCount": "\u6295\u7968\u8ba1\u6570\uff1a",
|
||||
"LabelMetascore": "\u5a92\u4f53\u8bc4\u5206\uff1a",
|
||||
"LabelCriticRating": "\u5f71\u8bc4\u4eba\u8bc4\u5206\uff1a",
|
||||
"LabelCriticRatingSummary": "\u5f71\u8bc4\u4eba\u8bc4\u4ef7\uff1a",
|
||||
"LabelAwardSummary": "\u83b7\u5956\u6458\u8981\uff1a",
|
||||
|
@ -268,21 +267,20 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "\u540c\u6b65\u5230\uff1a",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "\u8d28\u91cf\uff1a",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "\u4e86\u89e3\u66f4\u591a",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "\u8bf7\u9009\u62e9\u60a8\u60f3\u8981\u540c\u6b65\u5230\u7684\u8bbe\u5907\u3002",
|
||||
"Screenshots": "\u622a\u56fe",
|
||||
"MoveRight": "\u53f3\u79fb",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "\u8a0e\u8ad6\u5340\u8a55\u5206",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -50,8 +50,8 @@
|
|||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonCancelSyncJob": "Cancel sync",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"ButtonCancelSyncJob": "Cancel download",
|
||||
"CancelSyncJobConfirmation": "Cancelling the sync job will remove downloaded media from the device during the next sync process. Are you sure you wish to proceed?",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||
|
@ -156,7 +156,6 @@
|
|||
"LabelAlbum": "Album:",
|
||||
"LabelCommunityRating": "Community rating:",
|
||||
"LabelVoteCount": "Vote count:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelCriticRating": "Critic rating:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
|
@ -268,22 +267,21 @@
|
|||
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
|
||||
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
|
||||
"SyncJobCreated": "Sync job created.",
|
||||
"LabelSyncTo": "Sync to:",
|
||||
"LabelSyncJobName": "Sync job name:",
|
||||
"LabelQuality": "Quality:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadScheduled": "Download scheduled",
|
||||
"HeaderSyncRequiresSub": "Sync requires an active Emby Premiere subscription.",
|
||||
"LearnMore": "Learn more",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically sync new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "Item limit:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Move right",
|
||||
"MoveLeft": "Move left",
|
||||
|
@ -395,5 +393,42 @@
|
|||
"Accept": "Accept",
|
||||
"Reject": "Reject",
|
||||
"Connect": "Connect",
|
||||
"LabelDownloadTo": "Download to:"
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
"LandingScreensHelp": "Select the default landing screen when clicking on a library."
|
||||
}
|
|
@ -1 +1 @@
|
|||
define(["appSettings","events","browser"],function(appsettings,events,browser){"use strict";function UserSettings(){function onSaveTimeout(){saveTimeout=null,currentApiClient.updateDisplayPreferences("usersettings",displayPrefs,currentUserId,"emby")}function saveServerPreferences(){saveTimeout&&clearTimeout(saveTimeout),saveTimeout=setTimeout(onSaveTimeout,50)}var currentUserId,currentApiClient,displayPrefs,saveTimeout,self=this;self.setUserInfo=function(userId,apiClient){return saveTimeout&&clearTimeout(saveTimeout),currentUserId=userId,currentApiClient=apiClient,userId?apiClient.getDisplayPreferences("usersettings",userId,"emby").then(function(result){result.CustomPrefs=result.CustomPrefs||{},displayPrefs=result}):(displayPrefs=null,Promise.resolve())},self.getData=function(){return displayPrefs},self.importFrom=function(instance){displayPrefs=instance.getData()},self.set=function(name,value,enableOnServer){var userId=currentUserId;if(!userId)throw new Error("userId cannot be null");var currentValue=self.get(name);appsettings.set(name,value,userId),enableOnServer!==!1&&displayPrefs&&(displayPrefs.CustomPrefs[name]=null==value?value:value.toString(),saveServerPreferences()),currentValue!==value&&events.trigger(self,"change",[name])},self.get=function(name,enableOnServer){var userId=currentUserId;return userId?enableOnServer!==!1&&displayPrefs?displayPrefs.CustomPrefs[name]:appsettings.get(name,userId):null},self.serverConfig=function(config){var apiClient=currentApiClient;return config?apiClient.updateUserConfiguration(currentUserId,config):apiClient.getUser(currentUserId).then(function(user){return user.Configuration})},self.loadQuerySettings=function(){}}function getSavedQueryKey(context){return"query-"+context}return UserSettings.prototype.enableCinemaMode=function(val){return null!=val&&this.set("enableCinemaMode",val.toString(),!1),val=this.get("enableCinemaMode",!1),!val||"false"!==val},UserSettings.prototype.enableThemeSongs=function(val){return null!=val&&this.set("enableThemeSongs",val.toString(),!1),val=this.get("enableThemeSongs",!1),"false"!==val},UserSettings.prototype.enableThemeVideos=function(val){return null!=val&&this.set("enableThemeVideos",val.toString(),!1),val=this.get("enableThemeVideos",!1),val?"false"!==val:!browser.slow},UserSettings.prototype.language=function(val){return null!=val&&this.set("language",val.toString(),!1),this.get("language",!1)},UserSettings.prototype.skipBackLength=function(val){return null!=val&&this.set("skipBackLength",val.toString()),parseInt(this.get("skipBackLength")||"15000")},UserSettings.prototype.skipForwardLength=function(val){return null!=val&&this.set("skipForwardLength",val.toString()),parseInt(this.get("skipForwardLength")||"15000")},UserSettings.prototype.loadQuerySettings=function(query,context){var key=getSavedQueryKey(context),values=this.get(key);if(values)return values=JSON.parse(values),Object.assign(query,values)},UserSettings.prototype.saveQuerySettings=function(query,context){var key=getSavedQueryKey(context),values={};query.SortBy&&(values.SortBy=query.SortBy),query.SortOrder&&(values.SortOrder=query.SortOrder),this.set(key,JSON.stringify(values))},UserSettings});
|
||||
define(["appSettings","events","browser"],function(appsettings,events,browser){"use strict";function onSaveTimeout(){var self=this;self.saveTimeout=null,self.currentApiClient.updateDisplayPreferences("usersettings",self.displayPrefs,self.currentUserId,"emby")}function saveServerPreferences(instance){instance.saveTimeout&&clearTimeout(instance.saveTimeout),instance.saveTimeout=setTimeout(onSaveTimeout.bind(instance),50)}function UserSettings(){}function getSavedQueryKey(context){return"query-"+context}return UserSettings.prototype.setUserInfo=function(userId,apiClient){if(this.saveTimeout&&clearTimeout(this.saveTimeout),this.currentUserId=userId,this.currentApiClient=apiClient,!userId)return this.displayPrefs=null,Promise.resolve();var self=this;return apiClient.getDisplayPreferences("usersettings",userId,"emby").then(function(result){result.CustomPrefs=result.CustomPrefs||{},self.displayPrefs=result})},UserSettings.prototype.getData=function(){return this.displayPrefs},UserSettings.prototype.importFrom=function(instance){this.displayPrefs=instance.getData()},UserSettings.prototype.set=function(name,value,enableOnServer){var userId=this.currentUserId;if(!userId)throw new Error("userId cannot be null");var currentValue=this.get(name);appsettings.set(name,value,userId),enableOnServer!==!1&&this.displayPrefs&&(this.displayPrefs.CustomPrefs[name]=null==value?value:value.toString(),saveServerPreferences(this)),currentValue!==value&&events.trigger(this,"change",[name])},UserSettings.prototype.get=function(name,enableOnServer){var userId=this.currentUserId;return userId?enableOnServer!==!1&&this.displayPrefs?this.displayPrefs.CustomPrefs[name]:appsettings.get(name,userId):null},UserSettings.prototype.serverConfig=function(config){var apiClient=this.currentApiClient;return config?apiClient.updateUserConfiguration(this.currentUserId,config):apiClient.getUser(this.currentUserId).then(function(user){return user.Configuration})},UserSettings.prototype.enableCinemaMode=function(val){return null!=val&&this.set("enableCinemaMode",val.toString(),!1),val=this.get("enableCinemaMode",!1),!val||"false"!==val},UserSettings.prototype.enableThemeSongs=function(val){return null!=val&&this.set("enableThemeSongs",val.toString(),!1),val=this.get("enableThemeSongs",!1),"false"!==val},UserSettings.prototype.enableThemeVideos=function(val){return null!=val&&this.set("enableThemeVideos",val.toString(),!1),val=this.get("enableThemeVideos",!1),val?"false"!==val:!browser.slow},UserSettings.prototype.language=function(val){return null!=val&&this.set("language",val.toString(),!1),this.get("language",!1)},UserSettings.prototype.skipBackLength=function(val){return null!=val&&this.set("skipBackLength",val.toString()),parseInt(this.get("skipBackLength")||"15000")},UserSettings.prototype.skipForwardLength=function(val){return null!=val&&this.set("skipForwardLength",val.toString()),parseInt(this.get("skipForwardLength")||"15000")},UserSettings.prototype.loadQuerySettings=function(query,context){var key=getSavedQueryKey(context),values=this.get(key);if(values)return values=JSON.parse(values),Object.assign(query,values)},UserSettings.prototype.saveQuerySettings=function(query,context){var key=getSavedQueryKey(context),values={};query.SortBy&&(values.SortBy=query.SortBy),query.SortOrder&&(values.SortOrder=query.SortOrder),this.set(key,JSON.stringify(values))},UserSettings});
|
|
@ -1,11 +0,0 @@
|
|||
<!--
|
||||
@license
|
||||
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
|
||||
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
||||
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
||||
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
||||
Code distributed by Google as part of the polymer project is also
|
||||
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
||||
-->
|
||||
<!--<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic">-->
|
||||
<!--<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700">-->
|
21
dashboard-ui/bower_components/headroomjs/LICENSE
vendored
21
dashboard-ui/bower_components/headroomjs/LICENSE
vendored
|
@ -1,21 +0,0 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2013 Nick Williams
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
|
@ -1 +0,0 @@
|
|||
!function(angular){angular&&angular.module("headroom",[]).directive("headroom",function(){return{restrict:"EA",scope:{tolerance:"=",offset:"=",classes:"=",scroller:"@"},link:function(scope,element){var options={};angular.forEach(Headroom.options,function(value,key){options[key]=scope[key]||Headroom.options[key]}),options.scroller&&(options.scroller=angular.element(options.scroller)[0]);var headroom=new Headroom(element[0],options);headroom.init(),scope.$on("destroy",function(){headroom.destroy()})}}})}(window.angular);
|
|
@ -1,7 +0,0 @@
|
|||
/*!
|
||||
* headroom.js v0.7.0 - Give your page some headroom. Hide your header until you need it
|
||||
* Copyright (c) 2014 Nick Williams - http://wicky.nillia.ms/headroom.js
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
!function(a){a&&a.module("headroom",[]).directive("headroom",function(){return{restrict:"EA",scope:{tolerance:"=",offset:"=",classes:"=",scroller:"@"},link:function(b,c){var d={};a.forEach(Headroom.options,function(a,c){d[c]=b[c]||Headroom.options[c]}),d.scroller&&(d.scroller=a.element(d.scroller)[0]);var e=new Headroom(c[0],d);e.init(),b.$on("destroy",function(){e.destroy()})}}})}(window.angular);
|
|
@ -1 +0,0 @@
|
|||
!function(window,document){"use strict";function Debouncer(callback){this.callback=callback,this.ticking=!1}function isDOMElement(obj){return obj&&"undefined"!=typeof window&&(obj===window||obj.nodeType)}function extend(object){if(arguments.length<=0)throw new Error("Missing arguments in extend function");var key,i,result=object||{};for(i=1;i<arguments.length;i++){var replacement=arguments[i]||{};for(key in replacement)"object"!=typeof result[key]||isDOMElement(result[key])?result[key]=result[key]||replacement[key]:result[key]=extend(result[key],replacement[key])}return result}function normalizeTolerance(t){return t===Object(t)?t:{down:t,up:t}}function addEventListenerWithOptions(target,type,handler,options){var optionsOrCapture=options;supportsCaptureOption||(optionsOrCapture=options.capture),target.addEventListener(type,handler,optionsOrCapture)}function removeEventListenerWithOptions(target,type,handler,options){var optionsOrCapture=options;supportsCaptureOption||(optionsOrCapture=options.capture),target.removeEventListener(type,handler,optionsOrCapture)}function Headroom(elems,options){options=extend(options,Headroom.options),this.lastKnownScrollY=0,this.elems=elems,this.debouncer=new Debouncer(this.update.bind(this)),this.tolerance=normalizeTolerance(options.tolerance),this.classes=options.classes,this.offset=options.offset,this.scroller=options.scroller,this.initialised=!1,this.onPin=options.onPin,this.onUnpin=options.onUnpin}var requestAnimationFrame=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame;Debouncer.prototype={constructor:Debouncer,update:function(){this.callback&&this.callback(),this.ticking=!1},requestTick:function(){this.ticking||(requestAnimationFrame(this.rafCallback||(this.rafCallback=this.update.bind(this))),this.ticking=!0)},handleEvent:function(){this.requestTick()}};var supportsCaptureOption=!1;try{var opts=Object.defineProperty({},"capture",{get:function(){supportsCaptureOption=!0}});window.addEventListener("test",null,opts)}catch(e){}Headroom.prototype={constructor:Headroom,init:function(){for(var i=0,length=this.elems.length;i<length;i++)this.elems[i].classList.add(this.classes.initial);return this.attachEvent(),this},add:function(elem){elem.classList.add(this.classes.initial),this.elems.push(elem)},remove:function(elem){var classes=this.classes;elem.classList.remove(classes.unpinned,classes.pinned,classes.initial);var i=this.elems.indexOf(elem);i!=-1&&this.elems.splice(i,1)},destroy:function(){var classes=this.classes;this.initialised=!1;for(var i=0,length=this.elems.length;i<length;i++)this.elems[i].classList.remove(classes.unpinned,classes.pinned,classes.initial);removeEventListenerWithOptions(this.scroller,"scroll",this.debouncer,{capture:!1,passive:!0})},attachEvent:function(){this.initialised||(this.lastKnownScrollY=this.getScrollY(),this.initialised=!0,addEventListenerWithOptions(this.scroller,"scroll",this.debouncer,{capture:!1,passive:!0}),this.debouncer.handleEvent())},unpin:function(){for(var classes=this.classes,i=0,length=this.elems.length;i<length;i++){var classList=this.elems[i].classList;!classList.contains(classes.pinned)&&classList.contains(classes.unpinned)||(classList.add(classes.unpinned),classList.remove(classes.pinned),this.onUnpin&&this.onUnpin.call(this))}},pin:function(){for(var classes=this.classes,i=0,length=this.elems.length;i<length;i++){var classList=this.elems[i].classList;classList.contains(classes.unpinned)&&(classList.remove(classes.unpinned),classList.add(classes.pinned),this.onPin&&this.onPin.call(this))}},getScrollY:function(){var pageYOffset=this.scroller.pageYOffset;if(void 0!==pageYOffset)return pageYOffset;var scrollTop=this.scroller.scrollTop;return void 0!==scrollTop?scrollTop:(document.documentElement||document.body).scrollTop},toleranceExceeded:function(currentScrollY,direction){return Math.abs(currentScrollY-this.lastKnownScrollY)>=this.tolerance[direction]},shouldUnpin:function(currentScrollY,toleranceExceeded){var scrollingDown=currentScrollY>this.lastKnownScrollY,pastOffset=currentScrollY>=this.offset;return scrollingDown&&pastOffset&&toleranceExceeded},shouldPin:function(currentScrollY,toleranceExceeded){var scrollingUp=currentScrollY<this.lastKnownScrollY,pastOffset=currentScrollY<=this.offset;return scrollingUp&&toleranceExceeded||pastOffset},update:function(){var currentScrollY=this.getScrollY(),scrollDirection=currentScrollY>this.lastKnownScrollY?"down":"up",toleranceExceeded=this.toleranceExceeded(currentScrollY,scrollDirection);currentScrollY<0||(this.shouldUnpin(currentScrollY,toleranceExceeded)?this.unpin():this.shouldPin(currentScrollY,toleranceExceeded)&&this.pin(),this.lastKnownScrollY=currentScrollY)}},Headroom.options={tolerance:{up:0,down:0},offset:0,scroller:window,classes:{pinned:"headroom--pinned",unpinned:"headroom--unpinned",initial:"headroom"}},window.Headroom=Headroom}(window,document);
|
|
@ -1,7 +0,0 @@
|
|||
/*!
|
||||
* headroom.js v0.7.0 - Give your page some headroom. Hide your header until you need it
|
||||
* Copyright (c) 2014 Nick Williams - http://wicky.nillia.ms/headroom.js
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
!function(a,b){"use strict";function c(a){this.callback=a,this.ticking=!1}function d(b){return b&&"undefined"!=typeof a&&(b===a||b.nodeType)}function e(a){if(arguments.length<=0)throw new Error("Missing arguments in extend function");var b,c,f=a||{};for(c=1;c<arguments.length;c++){var g=arguments[c]||{};for(b in g)f[b]="object"!=typeof f[b]||d(f[b])?f[b]||g[b]:e(f[b],g[b])}return f}function f(a){return a===Object(a)?a:{down:a,up:a}}function g(a,b){b=e(b,g.options),this.lastKnownScrollY=0,this.elem=a,this.debouncer=new c(this.update.bind(this)),this.tolerance=f(b.tolerance),this.classes=b.classes,this.offset=b.offset,this.scroller=b.scroller,this.initialised=!1,this.onPin=b.onPin,this.onUnpin=b.onUnpin,this.onTop=b.onTop,this.onNotTop=b.onNotTop}var h={bind:!!function(){}.bind,classList:"classList"in b.documentElement,rAF:!!(a.requestAnimationFrame||a.webkitRequestAnimationFrame||a.mozRequestAnimationFrame)};a.requestAnimationFrame=a.requestAnimationFrame||a.webkitRequestAnimationFrame||a.mozRequestAnimationFrame,c.prototype={constructor:c,update:function(){this.callback&&this.callback(),this.ticking=!1},requestTick:function(){this.ticking||(requestAnimationFrame(this.rafCallback||(this.rafCallback=this.update.bind(this))),this.ticking=!0)},handleEvent:function(){this.requestTick()}},g.prototype={constructor:g,init:function(){return g.cutsTheMustard?(this.elem.classList.add(this.classes.initial),setTimeout(this.attachEvent.bind(this),100),this):void 0},destroy:function(){var a=this.classes;this.initialised=!1,this.elem.classList.remove(a.unpinned,a.pinned,a.top,a.initial),this.scroller.removeEventListener("scroll",this.debouncer,!1)},attachEvent:function(){this.initialised||(this.lastKnownScrollY=this.getScrollY(),this.initialised=!0,this.scroller.addEventListener("scroll",this.debouncer,!1),this.debouncer.handleEvent())},unpin:function(){var a=this.elem.classList,b=this.classes;(a.contains(b.pinned)||!a.contains(b.unpinned))&&(a.add(b.unpinned),a.remove(b.pinned),this.onUnpin&&this.onUnpin.call(this))},pin:function(){var a=this.elem.classList,b=this.classes;a.contains(b.unpinned)&&(a.remove(b.unpinned),a.add(b.pinned),this.onPin&&this.onPin.call(this))},top:function(){var a=this.elem.classList,b=this.classes;a.contains(b.top)||(a.add(b.top),a.remove(b.notTop),this.onTop&&this.onTop.call(this))},notTop:function(){var a=this.elem.classList,b=this.classes;a.contains(b.notTop)||(a.add(b.notTop),a.remove(b.top),this.onNotTop&&this.onNotTop.call(this))},getScrollY:function(){return void 0!==this.scroller.pageYOffset?this.scroller.pageYOffset:void 0!==this.scroller.scrollTop?this.scroller.scrollTop:(b.documentElement||b.body.parentNode||b.body).scrollTop},getViewportHeight:function(){return a.innerHeight||b.documentElement.clientHeight||b.body.clientHeight},getDocumentHeight:function(){var a=b.body,c=b.documentElement;return Math.max(a.scrollHeight,c.scrollHeight,a.offsetHeight,c.offsetHeight,a.clientHeight,c.clientHeight)},getElementHeight:function(a){return Math.max(a.scrollHeight,a.offsetHeight,a.clientHeight)},getScrollerHeight:function(){return this.scroller===a||this.scroller===b.body?this.getDocumentHeight():this.getElementHeight(this.scroller)},isOutOfBounds:function(a){var b=0>a,c=a+this.getViewportHeight()>this.getScrollerHeight();return b||c},toleranceExceeded:function(a,b){return Math.abs(a-this.lastKnownScrollY)>=this.tolerance[b]},shouldUnpin:function(a,b){var c=a>this.lastKnownScrollY,d=a>=this.offset;return c&&d&&b},shouldPin:function(a,b){var c=a<this.lastKnownScrollY,d=a<=this.offset;return c&&b||d},update:function(){var a=this.getScrollY(),b=a>this.lastKnownScrollY?"down":"up",c=this.toleranceExceeded(a,b);this.isOutOfBounds(a)||(a<=this.offset?this.top():this.notTop(),this.shouldUnpin(a,c)?this.unpin():this.shouldPin(a,c)&&this.pin(),this.lastKnownScrollY=a)}},g.options={tolerance:{up:0,down:0},offset:0,scroller:a,classes:{pinned:"headroom--pinned",unpinned:"headroom--unpinned",top:"headroom--top",notTop:"headroom--not-top",initial:"headroom"}},g.cutsTheMustard="undefined"!=typeof h&&h.rAF&&h.bind&&h.classList,a.Headroom=g}(window,document);
|
|
@ -1 +0,0 @@
|
|||
!function($){$&&($.fn.headroom=function(option){return this.each(function(){var $this=$(this),data=$this.data("headroom"),options="object"==typeof option&&option;options=$.extend(!0,{},Headroom.options,options),data||(data=new Headroom(this,options),data.init(),$this.data("headroom",data)),"string"==typeof option&&data[option]()})},$("[data-headroom]").each(function(){var $this=$(this);$this.headroom($this.data())}))}(window.Zepto||window.jQuery);
|
|
@ -1,7 +0,0 @@
|
|||
/*!
|
||||
* headroom.js v0.7.0 - Give your page some headroom. Hide your header until you need it
|
||||
* Copyright (c) 2014 Nick Williams - http://wicky.nillia.ms/headroom.js
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
!function(a){a&&(a.fn.headroom=function(b){return this.each(function(){var c=a(this),d=c.data("headroom"),e="object"==typeof b&&b;e=a.extend(!0,{},Headroom.options,e),d||(d=new Headroom(this,e),d.init(),c.data("headroom",d)),"string"==typeof b&&d[b]()})},a("[data-headroom]").each(function(){var b=a(this);b.headroom(b.data())}))}(window.Zepto||window.jQuery);
|
|
@ -1,13 +1,15 @@
|
|||
<div id="channelItemsPage" data-role="page" class="page libraryPage channelsPage noSecondaryNavPage" data-require="scripts/channelitems" data-menubutton="false">
|
||||
|
||||
<div data-role="content">
|
||||
<div class="padded-top padded-bottom-page">
|
||||
|
||||
<div class="viewSettings">
|
||||
|
||||
<div class="paging">
|
||||
</div>
|
||||
</div>
|
||||
<div is="emby-itemscontainer" id="items" class="itemsContainer paddedItemsContainer vertical-wrap" style="text-align:center;"></div>
|
||||
<div is="emby-itemscontainer" id="items" class="itemsContainer padded-left padded-right vertical-wrap" style="text-align:center;"></div>
|
||||
<div class="paging">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
|
@ -1,9 +1,9 @@
|
|||
<div id="channelsPage" data-role="page" data-dom-cache="true" class="page libraryPage channelsPage noSecondaryNavPage" data-title="${HeaderChannels}">
|
||||
|
||||
<div class="homePageSection">
|
||||
<div class="verticalSection">
|
||||
|
||||
<h1 class="listHeader">${TabChannels}</h1>
|
||||
<div is="emby-itemscontainer" id="items" class="itemsContainer paddedItemsContainer vertical-wrap"></div>
|
||||
<h1 class="sectionTitle sectionTitle-cards padded-left">${TabChannels}</h1>
|
||||
<div is="emby-itemscontainer" id="items" class="itemsContainer padded-left padded-right vertical-wrap focuscontainer-x"></div>
|
||||
</div>
|
||||
|
||||
<div class="latestItems"></div>
|
||||
|
|
|
@ -1 +1 @@
|
|||
.appfooter{background:#101010;position:fixed;left:0;right:0;z-index:1;bottom:0;-webkit-transition:-webkit-transform 180ms linear;-o-transition:transform 180ms linear;transition:transform 180ms linear;contain:layout style;border-top:1px solid #202020}.appfooter.headroom--unpinned{-webkit-transform:translateY(100%);transform:translateY(100%)}@supports (backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px)){.appfooter-blurred{background:rgba(24,24,24,.7);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}
|
||||
.appfooter{background:#101010;position:fixed;left:0;right:0;z-index:1;bottom:0;-webkit-transition:-webkit-transform 180ms linear;-o-transition:transform 180ms linear;transition:transform 180ms linear;contain:layout style;border-top:1px solid #202020}.appfooter.headroom--unpinned{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}@supports (backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px)){.appfooter-blurred{background:rgba(24,24,24,.7);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue