update translations

This commit is contained in:
Luke Pulverenti 2017-07-23 01:04:59 -04:00
parent 36e68899a2
commit 757c79fa01
50 changed files with 242 additions and 323 deletions

View File

@ -1 +1 @@
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.prototype.getSubtitleAppearanceSettings=function(key){return key=key||"localplayersubtitleappearance3",JSON.parse(this.get(key,!1)||"{}")},UserSettings.prototype.setSubtitleAppearanceSettings=function(value,key){key=key||"localplayersubtitleappearance3",this.set(key,JSON.stringify(value),!1)},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.enableNextVideoInfoOverlay=function(val){return null!=val&&this.set("enableNextVideoInfoOverlay",val.toString(),!1),val=this.get("enableNextVideoInfoOverlay"),"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.prototype.getSubtitleAppearanceSettings=function(key){return key=key||"localplayersubtitleappearance3",JSON.parse(this.get(key,!1)||"{}")},UserSettings.prototype.setSubtitleAppearanceSettings=function(value,key){key=key||"localplayersubtitleappearance3",this.set(key,JSON.stringify(value),!1)},UserSettings});

View File

@ -72,6 +72,13 @@
<input type="checkbox" is="emby-checkbox" class="chkEpisodeAutoPlay" />
<span>${OptionPlayNextEpisodeAutomatically}</span>
</label>
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" class="chkEnableNextVideoOverlay" />
<span>${EnableNextVideoInfoOverlay}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${EnableNextVideoInfoOverlayHelp}</div>
</div>
<div class="checkboxContainer fldExternalPlayer checkboxContainer-withDescription hide">
<label>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "\u0627\u0644\u0633\u0627\u0628\u0642",
"LabelFinish": "\u0627\u0646\u0647\u0627\u0621",
"LabelNext": "\u0627\u0644\u062a\u0627\u0644\u064a",
@ -185,8 +183,6 @@
"OptionCommunityRating": "\u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0645\u062c\u062a\u0645\u0639",
"OptionNameSort": "\u0627\u0644\u0627\u0633\u0645",
"OptionFolderSort": "\u0627\u0644\u0645\u062c\u0644\u062f",
"OptionBudget": "\u0627\u0644\u0645\u064a\u0632\u0627\u0646\u064a\u0629",
"OptionRevenue": "\u0627\u0644\u0625\u064a\u0631\u0627\u062f\u0627\u062a",
"OptionPoster": "\u0627\u0644\u0645\u0644\u0635\u0642",
"OptionPosterCard": "\u0628\u0637\u0627\u0642\u0629 \u0627\u0644\u0630\u0643\u0631\u0649",
"OptionBackdrop": "\u0627\u0644\u062e\u0644\u0641\u064a\u0629",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "\u0639\u0646\u062f \u0627\u0644\u062a\u0641\u0639\u064a\u0644\u060c \u0633\u064a\u064f\u0633\u0645\u062d \u0644\u0644\u0645\u0648\u0644\u0641 \u0628\u0639\u0645\u0644 \u062a\u062f\u0641\u0642\u0627\u062a \u0645\u0634\u0641\u0631\u0629 \u0628\u064a\u0646\u064a\u0627\u064b \u0639\u0644\u0649 \u0627\u0644\u0637\u0627\u0626\u0631. \u0647\u0630\u0627 \u0642\u062f \u064a\u0633\u0627\u0639\u062f \u0641\u064a \u062e\u0641\u0636 \u0627\u0644\u062a\u0634\u0641\u064a\u0631 \u0627\u0644\u0628\u064a\u0646\u064a \u0627\u0644\u0645\u0637\u0644\u0648\u0628 \u0645\u0646 \u0627\u0644\u062e\u0627\u062f\u0645.",
"OptionRequirePerfectSubtitleMatch": "\u0646\u0632\u0651\u0644 \u0641\u0642\u0637 \u0627\u0644\u062a\u0631\u062c\u0645\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0648\u0627\u0641\u0642 \u0628\u062f\u0642\u0629 \u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u064a",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "\u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u062e\u0637\u0623 \u0628\u0625\u0636\u0627\u0641\u0629 \u062d\u0633\u0627\u0628 \u0623\u0645\u0628\u064a \u0643\u0648\u0646\u0643\u062a. \u0647\u0644 \u0642\u0627\u0645 \u0636\u064a\u0641\u0643 \u0628\u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628 \u0623\u0645\u0628\u064a\u061f \u0628\u0625\u0645\u0643\u0627\u0646\u0647 \u0623\u0646 \u064a\u0642\u0648\u0645 \u0628\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0645\u0646 {0}.",
"ErrorAddingGuestAccount2": "\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646 \u0636\u064a\u0641\u0643 \u0642\u0627\u0645 \u0628\u0627\u0644\u062a\u0641\u0639\u064a\u0644 \u0628\u0627\u062a\u0628\u0627\u0639 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0627\u0644\u0645\u0631\u0633\u0644\u0629 \u0644\u0647 \u0639\u0644\u0649 \u0628\u0631\u064a\u062f\u0647 \u0628\u0639\u062f \u0625\u0646\u0634\u0627\u0621 \u062d\u0633\u0627\u0628\u0647. \u0625\u0646 \u0644\u0645 \u064a\u0643\u0646 \u0642\u062f \u0627\u0633\u062a\u0644\u0645 \u0631\u0633\u0627\u0644\u0629 \u0628\u0631\u064a\u062f\u060c \u0641\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u0644\u0640 {0}\u060c \u0648\u0642\u0645 \u0628\u0643\u062a\u0627\u0628\u0629 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0628\u0631\u064a\u062f\u0647 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.",
"GuestUserNotFound": "\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645. \u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u062a\u0623\u0643\u062f \u0645\u0646 \u0627\u0633\u0645\u0647 \u0648\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0623\u0648 \u062d\u0627\u0648\u0644 \u0625\u062f\u062e\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0647 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.",
"Yesterday": "\u0627\u0644\u0628\u0627\u0631\u062d\u0629",
"DownloadImagesInAdvanceWarning": "\u0625\u0646\u0632\u0627\u0644 \u062c\u0645\u064a\u0639 \u0627\u0644\u0635\u0648\u0631 \u0645\u0633\u0628\u0642\u0627\u064b \u0633\u064a\u0646\u062a\u062c \u0639\u0646\u0647 \u0623\u0648\u0642\u0627\u062a \u0623\u0637\u0648\u0644 \u0644\u062a\u0645\u0634\u064a\u0637 \u0627\u0644\u0645\u0643\u062a\u0628\u0629.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "\u041f\u0430\u043f\u044f\u0440\u044d\u0434\u043d\u044f\u0435",
"LabelFinish": "\u0413\u0430\u0442\u043e\u0432\u0430",
"LabelNext": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430\u0435",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Rating",
"OptionNameSort": "Name",
"OptionFolderSort": "Folders",
"OptionBudget": "Budget",
"OptionRevenue": "Revenue",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d",
"LabelFinish": "\u041a\u0440\u0430\u0439",
"LabelNext": "\u0421\u043b\u0435\u0434\u0432\u0430\u0449",
@ -185,8 +183,6 @@
"OptionCommunityRating": "\u041e\u0431\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u0430 \u043e\u0449\u0435\u043d\u043a\u0430",
"OptionNameSort": "\u0418\u043c\u0435",
"OptionFolderSort": "\u041f\u0430\u043f\u043a\u0438",
"OptionBudget": "\u0411\u044e\u0434\u0436\u0435\u0442",
"OptionRevenue": "\u041f\u0440\u0438\u0445\u043e\u0434\u0438",
"OptionPoster": "\u041f\u043b\u0430\u043a\u0430\u0442",
"OptionPosterCard": "\u041a\u0430\u0440\u0442\u0430 \u043f\u043b\u0430\u043a\u0430\u0442",
"OptionBackdrop": "\u0424\u043e\u043d",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Darrers V\u00eddeos Descarregats",
"LabelPrevious": "Anterior",
"LabelFinish": "Finalitzar",
"LabelNext": "Seg\u00fcent",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Valoraci\u00f3 de la Comunitat",
"OptionNameSort": "Nom",
"OptionFolderSort": "Directoris",
"OptionBudget": "Pressupost",
"OptionRevenue": "Ingressos",
"OptionPoster": "P\u00f2ster",
"OptionPosterCard": "Tarja p\u00f2ster",
"OptionBackdrop": "Tel\u00f3 de fons",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Darrers V\u00eddeos Descarregats",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "P\u0159edchoz\u00ed",
"LabelFinish": "Dokon\u010dit",
"LabelNext": "Dal\u0161\u00ed",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Hodnocen\u00ed komunity",
"OptionNameSort": "N\u00e1zev",
"OptionFolderSort": "Slo\u017eky",
"OptionBudget": "Rozpo\u010det",
"OptionRevenue": "P\u0159\u00edjem",
"OptionPoster": "Plak\u00e1t",
"OptionPosterCard": "Plak\u00e1t",
"OptionBackdrop": "Pozad\u00ed",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "Pokud nastav\u00edte, povol\u00edte tuneru p\u0159ek\u00f3dov\u00e1n\u00ed v re\u00e1ln\u00e9m \u010dase. M\u016f\u017ee sn\u00ed\u017eit z\u00e1t\u011b\u017e p\u0159ek\u00f3dov\u00e1v\u00e1n\u00ed po\u017eadovan\u00e9 Emby Serverem.",
"OptionRequirePerfectSubtitleMatch": "Stahovat jen titulky, kter\u00e9 perfektn\u011b sed\u00ed k m\u00fdm video soubor\u016fm.",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "Do\u0161lo k chyb\u011b p\u0159i p\u0159id\u00e1v\u00e1n\u00ed \u00fa\u010dtu Emby Connect. M\u00e1 v\u00e1\u0161 nov\u00fd u\u017eivatel vytvo\u0159en\u00fd \u00fa\u010det Emby? U\u017eivatel\u00e9 se mohou p\u0159ihl\u00e1sit na {0}.",
"ErrorAddingGuestAccount2": "Ujist\u011bte se pros\u00edm, \u017ee v\u00e1\u0161 nov\u00fd u\u017eivatel dokon\u010dil aktivaci dle pokyn\u016f z e-mailu zaslan\u00e9m po vytvo\u0159en\u00ed \u00fa\u010dtu. Jestli\u017ee nedostali takov\u00fd e-mail, pak pros\u00edm po\u0161lete email na {0}, a p\u0159ipojte svoj\u00ed e-mailovou adresu, stejn\u011b jako jejich.",
"GuestUserNotFound": "U\u017eivatel nenalezen. Pros\u00edm, ujist\u011bte se, \u017ee n\u00e1zev je spr\u00e1vn\u00fd a zkuste to znovu, nebo zkuste zadat jejich e-mailovou adresu.",
"Yesterday": "V\u010dera",
"DownloadImagesInAdvanceWarning": "St\u00e1hnut\u00ed v\u0161ech obr\u00e1zk\u016f p\u0159edem m\u016f\u017ee prodlou\u017eit skenov\u00e1n\u00ed knihovny.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Forrige",
"LabelFinish": "Afslut",
"LabelNext": "N\u00e6ste",
@ -185,8 +183,6 @@
"OptionCommunityRating": "F\u00e6llesskabsvurdering",
"OptionNameSort": "Navn",
"OptionFolderSort": "Mapper",
"OptionBudget": "Budget",
"OptionRevenue": "Indt\u00e6gt",
"OptionPoster": "Plakat",
"OptionPosterCard": "Plakat",
"OptionBackdrop": "Baggrund",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "Hvis aktiveret, omkoder tuneren streams on-the-fly. Dette kan hj\u00e6lpe med at reducere omkodning der kr\u00e6ves af Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Download kun undertekster der er perfekte matches for mine videofiler",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "Der opstod en fejl under tilf\u00f8jelse af Emby-kontoen. Har din g\u00e6st oprettet en Emby-konto? De kan tilmelde sig hos {0}.",
"ErrorAddingGuestAccount2": "Kontroller venligst at din g\u00e6st har udf\u00f8rt aktiveringen ved at f\u00f8lge instrukserne i emailen som blev sendt efter oprettelse af kontoen. Hvis de ikke modtog denne email s\u00e5 send venligst en email to {0} og inkluder din email s\u00e5 vel som deres.",
"GuestUserNotFound": "Bruger ikke fundet. Kontroller venligst at navnet er korrekt, eller fors\u00f8g med deres email-adresse.",
"Yesterday": "I g\u00e5r",
"DownloadImagesInAdvanceWarning": "Download af alle billeder p\u00e5 forh\u00e5nd resulterer i l\u00e6ngere scanningstider p\u00e5 biblioteker.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Previous",
"LabelFinish": "Finish",
"LabelNext": "Next",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Rating",
"OptionNameSort": "Name",
"OptionFolderSort": "Folders",
"OptionBudget": "Budget",
"OptionRevenue": "Revenue",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Gestern",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "Um https als externe Adresse zu aktivieren, ben\u00f6tigst du ein vertrauensw\u00fcrdiges SSL-Zertifikat wie Let's Encrypt.",
"HeaderLatestDownloadedVideos": "Neueste heruntergeladene Videos",
"LabelPrevious": "Vorheriges",
"LabelFinish": "Fertig",
"LabelNext": "N\u00e4chstes",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Bewertung",
"OptionNameSort": "Name",
"OptionFolderSort": "Verzeichnisse",
"OptionBudget": "Budget",
"OptionRevenue": "Einnahme",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster Karte",
"OptionBackdrop": "Hintergrund",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "Wenn aktiviert, erlaube dem tuner eine Transkodierung des Streams in Echtzeit vorzunehmen. Dadurch wird die Transkodierung des Emby Servers reduziert.",
"OptionRequirePerfectSubtitleMatch": "Lade nur Untertitel mit einem perfekten Ergebnis zu meinen Videos.",
"OptionRequirePerfectSubtitleMatchHelp": "Perfektes Ergebnis w\u00e4hlt beim Filtern nur Untertitel, welche getestet und f\u00fcr deine exakte Videodatei verifiziert wurden. Die Abwahl dieser Option erh\u00f6ht die Chance, dass Untertitel heruntergeladen werden, die M\u00f6glichkeit falscher Untertitel oder dass Text an falschen Positionen angezeigt wird ist aber ebenfalls gr\u00f6\u00dfer.",
"ErrorAddingGuestAccount1": "Ein Fehler trat beim Hinzuf\u00fcgen des Emby Connect Kontos auf. Hat einer Ihrer G\u00e4ste ein Emby Konto erstellt? Sie k\u00f6nnen sich hier anmelden {0}.",
"ErrorAddingGuestAccount2": "Bitte stellen Sie sicher, dass Ihre G\u00e4ste die Aktivierung vervollst\u00e4ndigt haben, welche wir ihm in einer Email nach der Erstellung des Kontos zugesandt haben. Sollte diese Email nicht angekommen sein, senden Sie bitte eine Email an {0}. Bitte geben Sie Ihre Emailadresse und die des Gastes mit an.",
"GuestUserNotFound": "Benutzer nicht gefunden. Bitte stellen Sie die korrekte Schreibweise sicher und versuchen Sie es erneut. Sie k\u00f6nnen auch die Emailadresse verwenden.",
"Yesterday": "Gestern",
"DownloadImagesInAdvanceWarning": "Das vorzeitige Herunterladen aller Bilder wird einen l\u00e4ngeren Bibliotheken Scan verursachen.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scanne alle Bibliotheken",
"ScanLibrary": "Scanne Bibliothek",
"EnableStreamLooping": "Auto-Schleife Live Streams",
"EnableStreamLoopingHelp": "Aktivieren, wenn Live Streams nur ein paar Sekunden Daten enthalten und st\u00e4ndig angefragt werden m\u00fcssen."
"EnableStreamLoopingHelp": "Aktivieren, wenn Live Streams nur ein paar Sekunden Daten enthalten und st\u00e4ndig angefragt werden m\u00fcssen.",
"HttpsRequiresCert": "Um https als externe Adresse zu aktivieren, ben\u00f6tigst du ein vertrauensw\u00fcrdiges SSL-Zertifikat wie Let's Encrypt.",
"HeaderLatestDownloadedVideos": "Neueste heruntergeladene Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2",
"LabelFinish": "\u03a4\u03ad\u03bb\u03bf\u03c2",
"LabelNext": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf",
@ -185,8 +183,6 @@
"OptionCommunityRating": "\u0392\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u039a\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2",
"OptionNameSort": "\u038c\u03bd\u03bf\u03bc\u03b1",
"OptionFolderSort": "\u03a6\u03ac\u03ba\u03b5\u03bb\u03bf\u03b9",
"OptionBudget": "\u03a0\u03c1\u03bf\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03cc\u03c2",
"OptionRevenue": "\u0388\u03c3\u03bf\u03b4\u03b1",
"OptionPoster": "\u0391\u03c6\u03af\u03c3\u03b1",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Previous",
"LabelFinish": "Finish",
"LabelNext": "Next",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Rating",
"OptionNameSort": "Name",
"OptionFolderSort": "Folders",
"OptionBudget": "Budget",
"OptionRevenue": "Revenue",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unticking this will increase the likelihood of subtitles being downloaded and will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1935,5 +1935,7 @@
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos"
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Anterior",
"LabelFinish": "Terminar",
"LabelNext": "Siguiente",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Rating",
"OptionNameSort": "Name",
"OptionFolderSort": "Folders",
"OptionBudget": "Budget",
"OptionRevenue": "Revenue",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Anterior",
"LabelFinish": "Terminar",
"LabelNext": "Siguiente",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Rating",
"OptionNameSort": "Name",
"OptionFolderSort": "Folders",
"OptionBudget": "Budget",
"OptionRevenue": "Revenue",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "Para habilitar el reporte de https como su direcci\u00f3n externa, necesita suministrar un certificado SSL de confianza, como el de Lets Encrypt.",
"HeaderLatestDownloadedVideos": "\u00daltimos Videos Descargados",
"LabelPrevious": "Anterior",
"LabelFinish": "Terminar",
"LabelNext": "Siguiente",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Calificaci\u00f3n de la Comunidad",
"OptionNameSort": "Nombre",
"OptionFolderSort": "Carpetas",
"OptionBudget": "Presupuesto",
"OptionRevenue": "Recaudaci\u00f3n",
"OptionPoster": "P\u00f3ster",
"OptionPosterCard": "Tarjeta de P\u00f3ster",
"OptionBackdrop": "Imagen de Fondo",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "Si se habilita, permite a la sintonizadora transcodificar transmisiones al vuelo. Esto podr\u00eda ayudar a reducir la transcodificacion requer\u00eda por el Servidor Emby.",
"OptionRequirePerfectSubtitleMatch": "Solo descargar subtitulos que corresponden perfectamente para mis archivos de video.",
"OptionRequirePerfectSubtitleMatchHelp": "Solicitar una coincidencia perfecta filtrara los subtitulos para incluir solo aquellos que han sido verificados exactamente con su archivo de video. Desmarcar esta opci\u00f3n incrementara las probabilidades de que los subtitulos sean descargados, a la vez que incrementara las posibilidades de obtener subtitulos mal sincronizados o con texto incorrecto.",
"ErrorAddingGuestAccount1": "Hubo un error agregando la cuenta de Emby Connect. \u00bfSu invitado ya ha creado una cuenta de Emby Connect? Puede registrarse en {0}.",
"ErrorAddingGuestAccount2": "Por favor aseg\u00farese de que su invitado ha completado la activaci\u00f3n siguiendo las instrucciones que le fueron enviadas en el correo electr\u00f3nico despu\u00e9s de crear la cuenta. Si no recibi\u00f3 dicho correo entonces escriba un correo electr\u00f3nico a {0}, e incluya su direcci\u00f3n de correo electr\u00f3nico ademas de la de su invitado.",
"GuestUserNotFound": "Usuario no encontrado. Por favor aseg\u00farese de que el nombre es correcto e intente de nuevo, o intente introducir la direcci\u00f3n de correo de su invitado.",
"Yesterday": "Ayer",
"DownloadImagesInAdvanceWarning": "Descargar todas las im\u00e1genes por adelantado resultar\u00e1 en un tiempo m\u00e1s largo para escanear la biblioteca.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Escanear Todas las Bibliotecas",
"ScanLibrary": "Escanear biblioteca",
"EnableStreamLooping": "Repetir autom\u00e1ticamente transmisiones en vivo",
"EnableStreamLoopingHelp": "Habilite esta opci\u00f3n si las transmisiones en vivo solo contienen unos segundos de datos y necesitan ser solicitados continuamente."
"EnableStreamLoopingHelp": "Habilite esta opci\u00f3n si las transmisiones en vivo solo contienen unos segundos de datos y necesitan ser solicitados continuamente.",
"HttpsRequiresCert": "Para habilitar el reporte de https como su direcci\u00f3n externa, necesita suministrar un certificado SSL de confianza, como el de Lets Encrypt.",
"HeaderLatestDownloadedVideos": "\u00daltimos Videos Descargados",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Anterior",
"LabelFinish": "Terminar",
"LabelNext": "Siguiente",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Valoraci\u00f3n comunidad",
"OptionNameSort": "Nombre",
"OptionFolderSort": "Carpetas",
"OptionBudget": "Presupuesto",
"OptionRevenue": "Recaudaci\u00f3n",
"OptionPoster": "Poster",
"OptionPosterCard": "Cartelera",
"OptionBackdrop": "Imagen de fondo",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "Si est\u00e1 habilitado, permita que el sintonizador transcodifique secuencias sobre la marcha. Esto puede ayudar a reducir la transcodificaci\u00f3n requerida por Emby Server.",
"OptionRequirePerfectSubtitleMatch": "S\u00f3lo descargar subt\u00edtulos que son una combinaci\u00f3n perfecta para mis archivos de v\u00eddeo",
"OptionRequirePerfectSubtitleMatchHelp": "Requerir una coincidencia perfecta filtra los subt\u00edtulos para incluir s\u00f3lo aquellos que coinciden con el archivo de v\u00eddeo. Desmarcando esta opci\u00f3n, aumentar\u00e1 la probabilidad de que los subt\u00edtulos se descarguen, pero puede que el texto del subt\u00edtulo no coincida con el v\u00eddeo.",
"ErrorAddingGuestAccount1": "Se ha producido un error al agregar la cuenta Emby Connect. \u00bfHa creado su invitado una cuenta de Emby? Pueden registrarse en {0}.",
"ErrorAddingGuestAccount2": "Aseg\u00farese de que su invitado ha completado la activaci\u00f3n siguiendo las instrucciones del correo electr\u00f3nico enviado despu\u00e9s de crear la cuenta. Si no recibieron este correo electr\u00f3nico, env\u00ede un correo electr\u00f3nico a {0} e incluya su direcci\u00f3n de correo electr\u00f3nico, as\u00ed como la suya.",
"GuestUserNotFound": "Usuario no encontrado. Aseg\u00farese de que el nombre es correcto y vuelva a intentarlo o intente ingresar su direcci\u00f3n de correo electr\u00f3nico.",
"Yesterday": "Ayer",
"DownloadImagesInAdvanceWarning": "Al descargar todas las im\u00e1genes con antelaci\u00f3n, se obtendr\u00e1n tiempos m\u00e1s largos de exploraci\u00f3n de la biblioteca.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Escanear todas las bibliotecas",
"ScanLibrary": "Escanear biblioteca",
"EnableStreamLooping": "Bucle autom\u00e1tico de los streams en directo",
"EnableStreamLoopingHelp": "Habilite esto si las emisiones en directo s\u00f3lo contienen unos pocos segundos de datos y necesitan ser solicitados continuamente."
"EnableStreamLoopingHelp": "Habilite esto si las emisiones en directo s\u00f3lo contienen unos pocos segundos de datos y necesitan ser solicitados continuamente.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "\u0642\u0628\u0644\u06cc",
"LabelFinish": "\u067e\u0627\u06cc\u0627\u0646",
"LabelNext": "\u0628\u0639\u062f\u06cc",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Rating",
"OptionNameSort": "Name",
"OptionFolderSort": "Folders",
"OptionBudget": "Budget",
"OptionRevenue": "Revenue",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Edellinen",
"LabelFinish": "Valmis",
"LabelNext": "Seuraava",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Rating",
"OptionNameSort": "Name",
"OptionFolderSort": "Folders",
"OptionBudget": "Budget",
"OptionRevenue": "Revenue",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Pr\u00e9c\u00e9dent",
"LabelFinish": "Terminer",
"LabelNext": "Suivant",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Rating",
"OptionNameSort": "Name",
"OptionFolderSort": "Folders",
"OptionBudget": "Budget",
"OptionRevenue": "Revenue",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "Pour pouvoir utiliser HTTPS comme adresse externe, vous devez fournir un certificat SSL v\u00e9rifi\u00e9, fourni par Let's Encrypt par exemple.",
"HeaderLatestDownloadedVideos": "Derni\u00e8res vid\u00e9os t\u00e9l\u00e9charg\u00e9es",
"LabelPrevious": "Pr\u00e9c\u00e9dent",
"LabelFinish": "Terminer",
"LabelNext": "Suivant",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Note de la communaut\u00e9",
"OptionNameSort": "Nom",
"OptionFolderSort": "R\u00e9pertoires",
"OptionBudget": "Budget",
"OptionRevenue": "Revenue",
"OptionPoster": "Affiche",
"OptionPosterCard": "Carte d'affiche",
"OptionBackdrop": "Arri\u00e8re-plan",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "Si activ\u00e9e, autorise le tuner \u00e0 transcoder les flux \u00e0 la vol\u00e9e. Cela peut aider \u00e0 r\u00e9duire le transcodage requis par le serveur Emby.",
"OptionRequirePerfectSubtitleMatch": "Uniquement t\u00e9l\u00e9charger les sous titres qui conviennent parfaitement pour mes fichiers vid\u00e9os",
"OptionRequirePerfectSubtitleMatchHelp": "En activant cette option, seuls les sous-titres ayant \u00e9t\u00e9 test\u00e9s et v\u00e9rifi\u00e9s avec votre fichier vid\u00e9o seront t\u00e9l\u00e9charg\u00e9s. En d\u00e9sactivant cette option, vous aurez plus de chance que des sous-titres soient t\u00e9l\u00e9charg\u00e9s, mais ils risquent d'\u00eatre d\u00e9cal\u00e9s ou incorrects.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
"GuestUserNotFound": "Utilisateur non trouv\u00e9. S'il vous pla\u00eet v\u00e9rifiez que le nom est correct et ressayez, ou essayez d'entrer leur adresse e-mail.",
"Yesterday": "Hier",
"DownloadImagesInAdvanceWarning": "Le t\u00e9l\u00e9chargement de toutes les images \u00e0 l'avance entrainera l'augmentation du temps de balayage de la biblioth\u00e8que.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Actualiser toutes les m\u00e9diath\u00e8ques",
"ScanLibrary": "Actualiser la m\u00e9diath\u00e8que",
"EnableStreamLooping": "Boucle automatique du flux en direct",
"EnableStreamLoopingHelp": "Activez cette option si les streaming en direct ne contiennent que quelques secondes de donn\u00e9es et doivent \u00eatre redemand\u00e9s continuellement."
"EnableStreamLoopingHelp": "Activez cette option si les streaming en direct ne contiennent que quelques secondes de donn\u00e9es et doivent \u00eatre redemand\u00e9s continuellement.",
"HttpsRequiresCert": "Pour pouvoir utiliser HTTPS comme adresse externe, vous devez fournir un certificat SSL v\u00e9rifi\u00e9, fourni par Let's Encrypt par exemple.",
"HeaderLatestDownloadedVideos": "Derni\u00e8res vid\u00e9os t\u00e9l\u00e9charg\u00e9es",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "Pour pouvoir utiliser HTTPS comme adresse externe, vous devez fournir un certificat SSL v\u00e9rifi\u00e9, fourni par Let's Encrypt par exemple.",
"HeaderLatestDownloadedVideos": "Derni\u00e8res vid\u00e9os t\u00e9l\u00e9charg\u00e9es",
"LabelPrevious": "Pr\u00e9c\u00e9dent",
"LabelFinish": "Terminer",
"LabelNext": "Suivant",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Note de la communaut\u00e9",
"OptionNameSort": "Nom",
"OptionFolderSort": "R\u00e9pertoires",
"OptionBudget": "Budget",
"OptionRevenue": "Recette",
"OptionPoster": "Affiche",
"OptionPosterCard": "Carte d'affiche",
"OptionBackdrop": "Image d'arri\u00e8re-plan",
@ -1795,8 +1791,8 @@
"PleaseAddAtLeastOneFolder": "Veuillez ajouter au moins un dossier \u00e0 cette m\u00e9diath\u00e8que en cliquant sur le bouton Ajouter.",
"ErrorAddingMediaPathToVirtualFolder": "Une erreur est survenue pendant l'ajout du chemin des m\u00e9dias. Veuillez v\u00e9rifier que le chemin est valide et que le processus du serveur Emby peut y acc\u00e9der.",
"ErrorRemovingEmbyConnectAccount": "Une erreur est survenue pendant la suppression du compte Emby Connect. Veuillez vous assurer que vous avez une connexion internet active puis r\u00e9essayez.",
"ErrorAddingEmbyConnectAccount1": "Une erreur est survenue lors de l'ajout du compte Emby Connect. Avez-vous cr\u00e9\u00e9 un compte Emby\u00a0? Inscrivez-vous sur {0}.",
"ErrorAddingEmbyConnectAccount2": "Veuillez vous assurez que votre compte Emby a bien \u00e9t\u00e9 activ\u00e9 avec les instructions fournies dans le courriel envoy\u00e9 apr\u00e8s la cr\u00e9ation de votre compte. Si vous n'avez pas re\u00e7u ce courriel veuillez envoyer un courriel \u00e0 {0} avec l'adresse utilis\u00e9e lors de la cr\u00e9ation de votre compte Emby.",
"ErrorAddingEmbyConnectAccount1": "Une erreur est survenue lors de l'ajout du compte Emby Connect. Avez-vous cr\u00e9\u00e9 un compte Emby\u00a0? Vous pouvez vous inscrire sur {0}.",
"ErrorAddingEmbyConnectAccount2": "Si le probl\u00e8me persiste, veuillez envoyer un courriel \u00e0 {0}.",
"ErrorAddingEmbyConnectAccount3": "Le compte Emby est d\u00e9j\u00e0 li\u00e9 \u00e0 un utilisateur local existant. Un compte Emby ne peut \u00eatre li\u00e9 qu'\u00e0 un seul utilisateur local \u00e0 la fois.",
"HeaderFavoriteArtists": "Artistes pr\u00e9f\u00e9r\u00e9s",
"HeaderFavoriteSongs": "Chansons pr\u00e9f\u00e9r\u00e9es",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "Si l'option est activ\u00e9e, permet au tuner de transcoder les flux \u00e0 la vol\u00e9e. Cela peut aider \u00e0 r\u00e9duire le transcodage requis par le serveur Emby.",
"OptionRequirePerfectSubtitleMatch": "T\u00e9l\u00e9charger uniquement les sous-titres qui correspondent parfaitement \u00e0 mes fichiers vid\u00e9o.",
"OptionRequirePerfectSubtitleMatchHelp": "En activant cette option, seuls les sous-titres ayant \u00e9t\u00e9 test\u00e9s et v\u00e9rifi\u00e9s avec votre fichier vid\u00e9o seront t\u00e9l\u00e9charg\u00e9s. En d\u00e9sactivant cette option, vous aurez plus de chance que des sous-titres soient t\u00e9l\u00e9charg\u00e9s, mais ils risquent d'\u00eatre d\u00e9cal\u00e9s ou incorrects.",
"ErrorAddingGuestAccount1": "Une erreur est survenue lors de l'ajout du compte Emby Connect. Avez-vous cr\u00e9\u00e9 un compte Emby\u00a0? Inscrivez-vous sur {0}.",
"ErrorAddingGuestAccount2": "Veuillez vous assurez que votre invit\u00e9 a bien activ\u00e9 son compte en suivant les instructions fournies dans le courriel envoy\u00e9 apr\u00e8s la cr\u00e9ation de votre compte. S'il n'a pas re\u00e7u ce courriel, veuillez envoyer un courriel \u00e0 {0} en pr\u00e9cisant votre adresse courriel ainsi que la sienne.",
"GuestUserNotFound": "Utilisateur non trouv\u00e9. Veuillez v\u00e9rifier que le nom est correct et essayez \u00e0 nouveau, ou essayez d'entrer votre adresse courriel.",
"Yesterday": "Hier",
"DownloadImagesInAdvanceWarning": "Le t\u00e9l\u00e9chargement de toutes les images \u00e0 l'avance se traduira par un allongement de la dur\u00e9e d'actualisation de la m\u00e9diath\u00e8que.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Actualiser toutes les m\u00e9diath\u00e8ques",
"ScanLibrary": "Actualiser la m\u00e9diath\u00e8que",
"EnableStreamLooping": "Reboucler les streaming en direct",
"EnableStreamLoopingHelp": "Activez cette option si les streaming en direct ne contiennent que quelques secondes de donn\u00e9es et doivent \u00eatre redemand\u00e9s continuellement."
"EnableStreamLoopingHelp": "Activez cette option si les streaming en direct ne contiennent que quelques secondes de donn\u00e9es et doivent \u00eatre redemand\u00e9s continuellement.",
"HttpsRequiresCert": "Pour pouvoir utiliser HTTPS comme adresse externe, vous devez fournir un certificat SSL v\u00e9rifi\u00e9, fourni par Let's Encrypt par exemple.",
"HeaderLatestDownloadedVideos": "Derni\u00e8res vid\u00e9os t\u00e9l\u00e9charg\u00e9es",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Vorher",
"LabelFinish": "Beende",
"LabelNext": "N\u00f6chst",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Bewertig",
"OptionNameSort": "Name",
"OptionFolderSort": "Ordner",
"OptionBudget": "Budget",
"OptionRevenue": "iinahme",
"OptionPoster": "Poster",
"OptionPosterCard": "Postercharte",
"OptionBackdrop": "Hindergrund",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "\u05d4\u05e7\u05d5\u05d3\u05dd",
"LabelFinish": "\u05e1\u05d9\u05d9\u05dd",
"LabelNext": "\u05d4\u05d1\u05d0",
@ -185,8 +183,6 @@
"OptionCommunityRating": "\u05d3\u05d9\u05e8\u05d5\u05d2 \u05d4\u05e7\u05d4\u05d9\u05dc\u05d4",
"OptionNameSort": "\u05e9\u05dd",
"OptionFolderSort": "\u05ea\u05d9\u05e7\u05d9\u05d5\u05ea",
"OptionBudget": "\u05ea\u05e7\u05e6\u05d9\u05d1",
"OptionRevenue": "\u05d4\u05db\u05e0\u05e1\u05d5\u05ea",
"OptionPoster": "\u05e4\u05d5\u05e1\u05d8\u05e8",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e8\u05e7\u05e2",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Prethodni",
"LabelFinish": "Kraj",
"LabelNext": "Sljede\u0107i",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Ocjeni zajednice",
"OptionNameSort": "Nazivu",
"OptionFolderSort": "Mape",
"OptionBudget": "Bud\u017eet",
"OptionRevenue": "Prihod",
"OptionPoster": "Poster",
"OptionPosterCard": "Kartice postera",
"OptionBackdrop": "Pozadina",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "Ako je omogu\u0107eno, omogu\u0107ite TV\/radio ure\u0111aju da konvertira strujanja u letu. Ovo mo\u017ee pomo\u0107i smanjiti konvertiranje koje zahtijeva Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Samo preuzimanje titlova prijevoda koji su savr\u0161en izbor za moje video datoteke",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "Do\u0161lo je do pogre\u0161ke prilikom dodavanja \"Emby Connect\" ra\u010duna. Je li va\u0161 gost stvorio Emby ra\u010dun? Oni se mogu prijaviti na {0}.",
"ErrorAddingGuestAccount2": "Provjerite da su va\u0161i gosti zavr\u0161ili aktivaciju slijede\u0107i upute u e-po\u0161ti poslane nakon izrade ra\u010duna. Ako nisu primili ovu e-po\u0161tu onda po\u0161aljite e-po\u0161tu na {0} uklju\u010duju\u0107i va\u0161u e-mail adresu kao i njihovu.",
"GuestUserNotFound": "Korisnik nije prona\u0111en. Provjerite da je naziv ispravan i poku\u0161ajte ponovno ili poku\u0161ajte unijeti svoju adresu e-po\u0161te.",
"Yesterday": "Ju\u010der",
"DownloadImagesInAdvanceWarning": "Preuzimanje svih slika unaprijed rezultirati \u0107e du\u017eim skeniranjem biblioteke.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "El\u0151z\u0151",
"LabelFinish": "Befejez",
"LabelNext": "K\u00f6vetkez\u0151",
@ -185,8 +183,6 @@
"OptionCommunityRating": "K\u00f6z\u00f6ss\u00e9gi \u00e9rt\u00e9kel\u00e9s",
"OptionNameSort": "N\u00e9v",
"OptionFolderSort": "K\u00f6nyvt\u00e1rak",
"OptionBudget": "K\u00f6lts\u00e9g",
"OptionRevenue": "Bev\u00e9tel",
"OptionPoster": "Poszter",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "H\u00e1tt\u00e9r",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Sebelumnya",
"LabelFinish": "Selesai",
"LabelNext": "Berikutnya",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Rating",
"OptionNameSort": "Name",
"OptionFolderSort": "Folders",
"OptionBudget": "Budget",
"OptionRevenue": "Revenue",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "Per abilitare https come indirizzo esterno, sar\u00e0 necessario fornire un certificato SSL attendibile, ad esempio Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Ultimi Video Scaricati",
"LabelPrevious": "Precedente",
"LabelFinish": "Finito",
"LabelNext": "Prossimo",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Voto del pubblico",
"OptionNameSort": "Nome",
"OptionFolderSort": "Cartelle",
"OptionBudget": "Budget",
"OptionRevenue": "Incasso",
"OptionPoster": "Locandina",
"OptionPosterCard": "Scheda locandina",
"OptionBackdrop": "Sfondo",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "Se abilitato, abilita il sintonizzatore per codificare i flussi al volo. Ci\u00f2 potrebbe contribuire a ridurre la transcodifica richiesta da Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Scarica solo i sottotitoli che corrispondono perfettamente ai miei file video",
"OptionRequirePerfectSubtitleMatchHelp": "La richiesta di una corrispondenza perfetta filtrer\u00e0 i sottotitoli per includere solo quelli che sono stati testati e verificati con il file video esatto. Deselezionando questo aumenter\u00e0 la probabilit\u00e0 che i sottotitoli vengono scaricati, ma aumenteranno le probabilit\u00e0 di testo sottotitolato impreciso o errato.",
"ErrorAddingGuestAccount1": "C'\u00e8 stato un errore nell'aggiunta dell'account Emby Connect. Il tuo ospite ha creato un account Emby? Si pu\u00f2 registrare su {0}.",
"ErrorAddingGuestAccount2": "Assicurati che i tuoi ospiti abbiano completato l'attivazione seguendo le istruzioni contenute nell'email inviata dopo la creazione dell'account. Se non ha ricevuto questa email, invia una email a {0}, e includi il tuo indirizzo email cos\u00ec come il loro.",
"GuestUserNotFound": "Utente non trovato. Assicurati che il nome sia corretto e riprovare o provare ad inserire l'indirizzo email.",
"Yesterday": "Ieri",
"DownloadImagesInAdvanceWarning": "Scaricare in anteprima tutte le immagini provocher\u00e0 tempi di scansione pi\u00f9 lunghi.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scansiona Tutte le Librerie",
"ScanLibrary": "Scansione libreria",
"EnableStreamLooping": "Auto-loop streaming in diretta",
"EnableStreamLoopingHelp": "Abilita questo se gli streaming in diretta contengono solo pochi secondi di dati e devono essere costantemente richiesti."
"EnableStreamLoopingHelp": "Abilita questo se gli streaming in diretta contengono solo pochi secondi di dati e devono essere costantemente richiesti.",
"HttpsRequiresCert": "Per abilitare https come indirizzo esterno, sar\u00e0 necessario fornire un certificato SSL attendibile, ad esempio Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Ultimi Video Scaricati",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0493\u0430\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440",
"LabelPrevious": "\u0410\u043b\u0434\u044b\u04a3\u0493\u044b",
"LabelFinish": "\u0410\u044f\u049b\u0442\u0430\u0443",
"LabelNext": "\u041a\u0435\u043b\u0435\u0441\u0456",
@ -185,8 +183,6 @@
"OptionCommunityRating": "\u049a\u0430\u0443\u044b\u043c \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b",
"OptionNameSort": "\u0410\u0442\u044b",
"OptionFolderSort": "\u049a\u0430\u043b\u0442\u0430\u043b\u0430\u0440",
"OptionBudget": "\u0411\u044e\u0434\u0436\u0435\u0442",
"OptionRevenue": "\u0422\u0430\u0431\u044b\u0441",
"OptionPoster": "\u0416\u0430\u0440\u049b\u0430\u0493\u0430\u0437",
"OptionPosterCard": "\u0416\u0430\u0440\u049b\u0430\u0493\u0430\u0437-\u043a\u0430\u0440\u0442\u0430",
"OptionBackdrop": "\u0410\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0430\u0493\u044b\u043d\u0434\u0430\u0440\u0434\u044b \u043d\u0430\u049b\u0442\u044b \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443\u0493\u0430 \u0442\u044e\u043d\u0435\u0440\u0433\u0435 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u043a \u0431\u0435\u0440\u0435\u0434\u0456. \u0411\u04b1\u043b Emby Server \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u0442\u0430\u043b\u0430\u0431\u044b\u043d \u0430\u0437\u0430\u0439\u0442\u0443\u0493\u0430 \u043a\u04e9\u043c\u0435\u043a\u0442\u0435\u0441\u0443\u0456 \u043c\u04af\u043c\u043a\u0456\u043d.",
"OptionRequirePerfectSubtitleMatch": "\u0411\u0435\u0439\u043d\u0435 \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043c \u04af\u0448\u0456\u043d \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u043a\u0435\u043c\u0435\u043b\u0434\u0456 \u0441\u04d9\u0439\u043a\u0435\u0441 \u043a\u0435\u043b\u0433\u0435\u043d \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "Emby Connect \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456\u043d \u04af\u0441\u0442\u0435\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u049b\u0430\u0442\u0435 \u043e\u0440\u044b\u043d \u0430\u043b\u0434\u044b. \u049a\u043e\u043d\u0430\u0493\u044b\u04a3\u044b\u0437 Emby \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u0441\u0456\u043d \u0436\u0430\u0441\u0430\u0434\u044b \u043c\u0430? \u041e\u043b {0} \u0436\u0430\u043d\u044b\u043d\u0434\u0430 \u0442\u0456\u0440\u043a\u0435\u043b\u0443\u0456 \u043c\u04af\u043c\u043a\u0456\u043d.",
"ErrorAddingGuestAccount2": "\u0422\u0456\u0440\u043a\u0435\u043b\u0433\u0456 \u0436\u0430\u0441\u0430\u0493\u0430\u043d\u043d\u0430\u043d \u043a\u0435\u0439\u0456\u043d \u044d-\u043f\u043e\u0448\u0442\u0430\u043c\u0435\u043d \u0436\u0456\u0431\u0435\u0440\u0456\u043b\u0433\u0435\u043d \u043d\u04b1\u0441\u049b\u0430\u0443\u043b\u0430\u0440\u0493\u0430 \u0441\u04d9\u0439\u043a\u0435\u0441, \u049b\u043e\u043d\u0430\u0493\u044b\u04a3\u044b\u0437 \u0436\u0430\u0441\u0430\u0493\u0430\u043d\u043d\u0430\u043d \u043a\u0435\u0439\u0456\u043d \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456\u0440\u0443\u0456\u043d \u0430\u044f\u049b\u0442\u0430\u0493\u0430\u043d\u044b\u043d\u0430 \u043a\u04e9\u0437 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u04a3\u0456\u0437. \u0415\u0433\u0435\u0440 \u043e\u043b \u043e\u0441\u044b \u044d-\u043f\u043e\u0448\u0442\u0430\u043d\u044b \u0430\u043b\u043c\u0430\u0493\u0430\u043d \u0431\u043e\u043b\u0441\u0430, \u04e9\u0437\u0456\u04a3\u0456\u0437\u0434\u0456\u04a3 \u0436\u04d9\u043d\u0435 \u043e\u043d\u044b\u04a3 \u044d-\u043f\u043e\u0448\u0442\u0430 \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u043b\u0430\u0440\u044b\u043d \u049b\u043e\u0441\u044b\u043f \u044d-\u043f\u043e\u0448\u0442\u0430 \u0430\u0440\u049b\u044b\u043b\u044b {0} \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b\u043d\u0430 \u0445\u0430\u0431\u0430\u0440 \u0436\u0456\u0431\u0435\u0440\u0456\u04a3\u0456\u0437.",
"GuestUserNotFound": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0442\u0430\u0431\u044b\u043b\u0493\u0430\u043d \u0436\u043e\u049b. \u0410\u0442\u044b\u043d\u044b\u04a3 \u0434\u04b1\u0440\u044b\u0441\u0442\u044b\u0493\u044b\u043d \u0442\u0435\u043a\u0441\u0435\u0440\u0456\u04a3\u0456\u0437 \u0436\u04d9\u043d\u0435 \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0456 \u049b\u0430\u0439\u0442\u0430\u043b\u0430\u04a3\u044b\u0437, \u043d\u0435\u043c\u0435\u0441\u0435 \u043e\u043d\u044b\u04a3 \u044d-\u043f\u043e\u0448\u0442\u0430 \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u043f \u043a\u04e9\u0440\u0456\u04a3\u0456\u0437.",
"Yesterday": "\u0412\u0447\u0435\u0440\u0430",
"DownloadImagesInAdvanceWarning": "\u0411\u0430\u0440\u043b\u044b\u049b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0430\u043b\u0434\u044b\u043d \u0430\u043b\u0430 \u0436\u04af\u043a\u0442\u0435\u0443 \u043d\u04d9\u0442\u0438\u0436\u0435\u0441\u0456\u043d\u0434\u0435 \u043a\u0456\u0442\u0430\u043f\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443 \u0443\u0430\u049b\u044b\u0442\u044b \u04b1\u0437\u0430\u0493\u044b\u0440\u0430\u049b \u0431\u043e\u043b\u0430\u0434\u044b .",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "\u0411\u0430\u0440\u043b\u044b\u049b \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443",
"ScanLibrary": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443",
"EnableStreamLooping": "\u0422\u0430\u0440\u0430\u0442\u0443\u043b\u0430\u0440\u0434\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0442\u04b1\u0439\u044b\u049b\u0442\u0430\u0443",
"EnableStreamLoopingHelp": "\u0415\u0433\u0435\u0440 \u0442\u0430\u0440\u0430\u0442\u0443 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d\u0434\u0435 \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u0430\u0437\u044b\u043d-\u0430\u0443\u043b\u0430\u049b \u0441\u0435\u043a\u0443\u043d\u0434 \u0431\u0430\u0440 \u0431\u043e\u043b\u0441\u0430 \u0436\u04d9\u043d\u0435 \u043e\u043d\u044b \u04af\u0437\u0434\u0456\u043a\u0441\u0456\u0437 \u0441\u04b1\u0440\u0430\u0442\u044b\u043f \u0430\u043b\u0443 \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0441\u0430, \u043e\u043d\u044b \u049b\u043e\u0441\u044b\u04a3\u044b\u0437."
"EnableStreamLoopingHelp": "\u0415\u0433\u0435\u0440 \u0442\u0430\u0440\u0430\u0442\u0443 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d\u0434\u0435 \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u0430\u0437\u044b\u043d-\u0430\u0443\u043b\u0430\u049b \u0441\u0435\u043a\u0443\u043d\u0434 \u0431\u0430\u0440 \u0431\u043e\u043b\u0441\u0430 \u0436\u04d9\u043d\u0435 \u043e\u043d\u044b \u04af\u0437\u0434\u0456\u043a\u0441\u0456\u0437 \u0441\u04b1\u0440\u0430\u0442\u044b\u043f \u0430\u043b\u0443 \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0441\u0430, \u043e\u043d\u044b \u049b\u043e\u0441\u044b\u04a3\u044b\u0437.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0493\u0430\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "\uc774\uc804",
"LabelFinish": "\ub05d\ub0b4\uae30",
"LabelNext": "\ub2e4\uc74c",
@ -185,8 +183,6 @@
"OptionCommunityRating": "\ucee4\ubba4\ub2c8\ud2f0 \ud3c9\uc810",
"OptionNameSort": "\uc81c\ubaa9",
"OptionFolderSort": "\ud3f4\ub354",
"OptionBudget": "\uc608\uc0b0",
"OptionRevenue": "\uc218\uc775",
"OptionPoster": "\ud3ec\uc2a4\ud130",
"OptionPosterCard": "\ud3ec\uc2a4\ud130 \uce74\ub4dc",
"OptionBackdrop": "\ubc30\uacbd",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Ankstesnis",
"LabelFinish": "Baigti",
"LabelNext": "Kitas",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Bendruomen\u0117s vertinimas",
"OptionNameSort": "Vardas",
"OptionFolderSort": "Aplankai",
"OptionBudget": "Biud\u017eetas",
"OptionRevenue": "Pajamos",
"OptionPoster": "Plakatas",
"OptionPosterCard": "Plakatas",
"OptionBackdrop": "Fonas",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Sebelumnya",
"LabelFinish": "Habis",
"LabelNext": "Seterusnya",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Rating",
"OptionNameSort": "Name",
"OptionFolderSort": "Folders",
"OptionBudget": "Budget",
"OptionRevenue": "Revenue",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Forrige",
"LabelFinish": "Ferdig",
"LabelNext": "Neste",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Rangering",
"OptionNameSort": "Navn",
"OptionFolderSort": "Mapper",
"OptionBudget": "Budsjett",
"OptionRevenue": "Inntjening",
"OptionPoster": "Plakat",
"OptionPosterCard": "Plakatkort",
"OptionBackdrop": "Bakgrunn",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "Hvis aktivert, vil tuneren \u00e5 omkode str\u00f8mmer. Dette kan bidra til \u00e5 redusere transkoding som kreves av Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Kun last ned undertekster som er perfekt match for mine filer",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "Det oppstod en feil \u00e5 legge den Emby Connect-kontoen. Har din gjest opprettet en Emby konto? De kan melde seg opp her {0}.",
"ErrorAddingGuestAccount2": "Vennligst sikre at gjesten har fullf\u00f8rt aktivering ved \u00e5 f\u00f8lge instruksjonene i e-posten som sendes etter at du opprettet kontoen. Hvis de ikke har mottatt denne e-posten s\u00e5 kan du sende en e-post til {0}, og inkluderer e-postadressen din, s\u00e5 vel som deres.",
"GuestUserNotFound": "Brukernavn ikke funnet. Vennligst sjekk av brukernavn er korrekt og pr\u00f8v igjen. Eller pr\u00f8v med deres epost adresse.",
"Yesterday": "Ig\u00e5r",
"DownloadImagesInAdvanceWarning": "Last ned alle bilder i forkant vil resultere i lenger bibliotek indeksering.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Vorige",
"LabelFinish": "Voltooien",
"LabelNext": "Volgende",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Gemeenschaps Waardering",
"OptionNameSort": "Naam",
"OptionFolderSort": "Mappen",
"OptionBudget": "Budget",
"OptionRevenue": "Inkomsten",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster kaart",
"OptionBackdrop": "Achtergrond",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "Wanneer ingeschakeld zal de tuner streams direct transcoderen streams. Dit kan helpen de transcodering vereist door Emby Server te verlagen.",
"OptionRequirePerfectSubtitleMatch": "Alleen ondertitels downloaden die een perfecte match geven voor mijn video bestanden",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "Er is een fout opgetreden bij het toevoegen van het Emby Connect-account. Heeft uw gast een Emby-account aangemaakt? Zij kunnen zich aanmelden op {0}.",
"ErrorAddingGuestAccount2": "Zorg ervoor dat uw gasten activering voltooien door het volgen van de instructies in de verzonden e-mail nadat u de account hebt gemaakt. Als ze deze e-mail niet ontvangen stuur dan alstublieft een mailtje naar {0}, met daarin uw e-mailadres, als ook het e-mailadres van uw gast.",
"GuestUserNotFound": "Gebruiker is niet gevonden. Zorg er voor dat de naam klopt en probeer het opnieuw, of probeer hun e-mailadres in te voeren.",
"Yesterday": "Gisteren",
"DownloadImagesInAdvanceWarning": "Alle foto's van te voren downloaden zal resulteren in langere bibliotheek scantijden.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "Zg\u0142aszanie si\u0119 serwera na na zewn\u0119trznym adresie HTTPS, wymaga dostarczenia zaufanego certyfikatu SSL takiego, jak Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Wideo ostatnio pobrane",
"LabelPrevious": "Wstecz",
"LabelFinish": "Zako\u0144cz",
"LabelNext": "Dalej",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Ocena spo\u0142eczno\u015bci",
"OptionNameSort": "Nazwa",
"OptionFolderSort": "Foldery",
"OptionBudget": "Bud\u017cet",
"OptionRevenue": "Doch\u00f3d",
"OptionPoster": "Plakat",
"OptionPosterCard": "Plakat",
"OptionBackdrop": "Zrzut",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "Je\u015bli w\u0142\u0105czone, zezwalaj tunerowi na transkodowanie strumieni w locie. To mo\u017ce pom\u00f3c zmniejszy\u0107 pro\u015bby serwera Emby na transkodowanie.",
"OptionRequirePerfectSubtitleMatch": "Pobieraj tylko napisy, kt\u00f3re pasuj\u0105 idealnie do plik\u00f3w wideo",
"OptionRequirePerfectSubtitleMatchHelp": "Wymaganie perfekcyjnego dopasowania ograniczy list\u0119 napis\u00f3w tylko do tych, kt\u00f3re zosta\u0142y przetestowane i zweryfikowane jako dok\u0142adnie pasuj\u0105ce. Odznaczenie tej opcji zwi\u0119kszy szans\u0119 pobrania napis\u00f3w, ale zwi\u0119kszy tak\u017ce szans\u0119 na pobranie napis\u00f3w b\u0142\u0119dnych lub o b\u0142\u0119dnej sygnaturze czasowej.",
"ErrorAddingGuestAccount1": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas dodawania konta Emby Connect. Czy tw\u00f3j go\u015b\u0107 posiada konto Emby? Mo\u017ce zarejestrowa\u0107 si\u0119 na {0}.",
"ErrorAddingGuestAccount2": "Upewnij si\u0119, \u017ce tw\u00f3j go\u015b\u0107 zako\u0144czy\u0142 aktywacj\u0119 post\u0119puj\u0105c zgodnie z instrukcjami zawartymi w wiadomo\u015bci e-mail wysy\u0142anej po utworzeniu konta. Je\u015bli nie otrzyma\u0142 tej wiadomo\u015bci, prosz\u0119 wy\u015blij e-mail na {0} z zawieraj\u0105cego tw\u00f3j adres e-mail, jak i jego.",
"GuestUserNotFound": "Brak u\u017cytkownika o podanej nazwie. Upewnij si\u0119, \u017ce nazwa jest poprawna i spr\u00f3buj ponownie albo wprowad\u017a jego adres pocztowy.",
"Yesterday": "Wczoraj",
"DownloadImagesInAdvanceWarning": "Pobieranie wszystkich obraz\u00f3w z wyprzedzeniem mo\u017ce skutkowa\u0107 d\u0142u\u017cszym czasem skanowania biblioteki",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Skanuj biblioteki",
"ScanLibrary": "Skanuj bibliotek\u0119",
"EnableStreamLooping": "Zap\u0119tlaj \u017c\u0105dania transmisji",
"EnableStreamLoopingHelp": "Aktywuj t\u0119 opcj\u0119 w przypadku, gdy transmisje na \u017cywo zawieraj\u0105 tylko kilka sekund danych i wymagaj\u0105 ci\u0105g\u0142ego ponawiania \u017c\u0105da\u0144 transmisji."
"EnableStreamLoopingHelp": "Aktywuj t\u0119 opcj\u0119 w przypadku, gdy transmisje na \u017cywo zawieraj\u0105 tylko kilka sekund danych i wymagaj\u0105 ci\u0105g\u0142ego ponawiania \u017c\u0105da\u0144 transmisji.",
"HttpsRequiresCert": "Zg\u0142aszanie si\u0119 serwera na na zewn\u0119trznym adresie HTTPS, wymaga dostarczenia zaufanego certyfikatu SSL takiego, jak Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Wideo ostatnio pobrane",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "Para ativar https como endere\u00e7o externo, voc\u00ea precisa enviar um certificado SSL, como o Lets Encrypt.",
"HeaderLatestDownloadedVideos": "\u00daltimos V\u00eddeos Baixados",
"LabelPrevious": "Anterior",
"LabelFinish": "Finalizar",
"LabelNext": "Pr\u00f3ximo",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Avalia\u00e7\u00e3o da Comunidade",
"OptionNameSort": "Nome",
"OptionFolderSort": "Pastas",
"OptionBudget": "Or\u00e7amento",
"OptionRevenue": "Faturamento",
"OptionPoster": "Capa",
"OptionPosterCard": "Cart\u00e3o da capa",
"OptionBackdrop": "Imagem de Fundo",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "Se ativado, permite ao sintonizador transcodificar streams em tempo real. Isto pode ajudar a reduzir a transcodifica\u00e7\u00e3o requerida pelo Servidor Emby.",
"OptionRequirePerfectSubtitleMatch": "Fazer download apenas de legendas que correspondem exatamente a meus arquivos de v\u00eddeo",
"OptionRequirePerfectSubtitleMatchHelp": "Ao solicitar uma combina\u00e7\u00e3o perfeita, filtrar\u00e1 as legendas para incluir somente aquelas que foram testadas e verificadas com o arquivo de v\u00eddeo. Ao desativar isto, aumentar\u00e1 a quantidade de legendas baixadas, mas aumentar\u00e1 as chances de ter legendas que n\u00e3o estejam sincronizadas.",
"ErrorAddingGuestAccount1": "Ocorreu um erro ao adicionar a conta Emby Connect. O seu convidado criou uma conta Emby? Ele pode criar em {0}.",
"ErrorAddingGuestAccount2": "Por favor, certifique-se que seu convidado completou a ativa\u00e7\u00e3o seguindo as instru\u00e7\u00f5es no email enviado ap\u00f3s a cria\u00e7\u00e3o da conta. Se ele n\u00e3o recebeu o email, por favor envie um e-mail para {0} e inclua o seu endere\u00e7o de e-mail, assim como o de seu convidado.",
"GuestUserNotFound": "Usu\u00e1rio n\u00e3o encontrado. Por favor, certifique-se que o nome esteja correto e tente novamente ou tente digitar o endere\u00e7o de e-mail.",
"Yesterday": "Ontem",
"DownloadImagesInAdvanceWarning": "Fazer download de todas as imagens antecipadamente resultar\u00e1 em um rastreamento de biblioteca mais longo.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Rastrear Todas as Bibliotecas",
"ScanLibrary": "Rastrear biblioteca",
"EnableStreamLooping": "Fazer auto-loop de streams ao vivo",
"EnableStreamLoopingHelp": "Ativar isto se as streams ao vivo contiverem poucos segundos de dados e precisarem ser continuamente solicitadas."
"EnableStreamLoopingHelp": "Ativar isto se as streams ao vivo contiverem poucos segundos de dados e precisarem ser continuamente solicitadas.",
"HttpsRequiresCert": "Para ativar https como endere\u00e7o externo, voc\u00ea precisa enviar um certificado SSL, como o Lets Encrypt.",
"HeaderLatestDownloadedVideos": "\u00daltimos V\u00eddeos Baixados",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Anterior",
"LabelFinish": "Terminar",
"LabelNext": "Seguinte",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Classifica\u00e7\u00e3o da Comunidade",
"OptionNameSort": "Nome",
"OptionFolderSort": "Pastas",
"OptionBudget": "Or\u00e7amento",
"OptionRevenue": "Receita",
"OptionPoster": "Poster",
"OptionPosterCard": "Cart\u00e3o da capa",
"OptionBackdrop": "Imagem de fundo",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "Utilizador n\u00e3o encontrado. Por favor, certifique-se que o nome est\u00e1 correto e tente novamente ou tente digitar o endere\u00e7o de e-mail.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Anteriorul",
"LabelFinish": "Termina",
"LabelNext": "Urmatorul",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Rating Comunitate",
"OptionNameSort": "Nume",
"OptionFolderSort": "Dosare",
"OptionBudget": "Buget",
"OptionRevenue": "Incasari",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "\u0427\u0442\u043e\u0431\u044b \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u0437\u0432\u0435\u0449\u0435\u043d\u0438\u0435, \u0447\u0442\u043e \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b HTTPS \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0432\u0430\u0448\u0438\u043c \u0432\u043d\u0435\u0448\u043d\u0438\u043c \u0430\u0434\u0440\u0435\u0441\u043e\u043c, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 SSL, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, Lets\u00a0Encrypt.",
"HeaderLatestDownloadedVideos": "\u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
"LabelPrevious": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435",
"LabelFinish": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c",
"LabelNext": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435",
@ -185,8 +183,6 @@
"OptionCommunityRating": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u0440\u0435\u0439\u0442\u0438\u043d\u0433",
"OptionNameSort": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
"OptionFolderSort": "\u041f\u0430\u043f\u043a\u0438",
"OptionBudget": "\u0411\u044e\u0434\u0436\u0435\u0442",
"OptionRevenue": "\u0412\u044b\u0440\u0443\u0447\u043a\u0430",
"OptionPoster": "\u041f\u043e\u0441\u0442\u0435\u0440",
"OptionPosterCard": "\u041f\u043e\u0441\u0442\u0435\u0440-\u043a\u0430\u0440\u0442\u0430",
"OptionBackdrop": "\u0424\u043e\u043d",
@ -1795,8 +1791,8 @@
"PleaseAddAtLeastOneFolder": "\u0414\u043e\u0431\u0430\u0432\u044c\u0442\u0435, \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435, \u043e\u0434\u043d\u0443 \u043f\u0430\u043f\u043a\u0443 \u043a \u0434\u0430\u043d\u043d\u043e\u0439 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0435, \u043d\u0430\u0436\u0430\u0432 \u043a\u043d\u043e\u043f\u043a\u0443 \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c.",
"ErrorAddingMediaPathToVirtualFolder": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043f\u0443\u0442\u0438 \u043a \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u043c. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043f\u0443\u0442\u044c \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c, \u0430 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 Emby Server \u0438\u043c\u0435\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u044d\u0442\u043e\u043c\u0443 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044e.",
"ErrorRemovingEmbyConnectAccount": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0438 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Emby Connect. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0443 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0435 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.",
"ErrorAddingEmbyConnectAccount1": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Emby Connect. \u0421\u043e\u0437\u0434\u0430\u043b\u0438 \u043b\u0438 \u0432\u044b \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c Emby? \u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u0439\u0442\u0435\u0441\u044c \u043d\u0430 {0}.",
"ErrorAddingEmbyConnectAccount2": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0443\u0447\u0435\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c Emby \u0431\u044b\u043b\u0430 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u0430, \u0441\u043b\u0435\u0434\u0443\u044f \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c \u0432 \u043f\u0438\u0441\u044c\u043c\u0435, \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u043c \u043f\u043e\u0441\u043b\u0435 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438. \u0415\u0441\u043b\u0438 \u0432\u044b \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u044d\u0442\u043e \u043f\u0438\u0441\u044c\u043c\u043e, \u0442\u043e\u0433\u0434\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043f\u0438\u0441\u044c\u043c\u043e \u043d\u0430 {0} \u0441 \u0430\u0434\u0440\u0435\u0441\u0430 \u042d-\u043f\u043e\u0447\u0442\u044b, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u0432 \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Emby.",
"ErrorAddingEmbyConnectAccount1": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Emby Connect. \u0421\u043e\u0437\u0434\u0430\u043b\u0438 \u043b\u0438 \u0432\u044b \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c Emby? \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 {0}.",
"ErrorAddingEmbyConnectAccount2": "\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0432\u0441\u0451 \u0435\u0449\u0451 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430, \u043e\u0442\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043f\u0438\u0441\u044c\u043c\u043e \u043d\u0430 {0}.",
"ErrorAddingEmbyConnectAccount3": "\u0423\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c Emby \u0443\u0436\u0435 \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u043d\u0430 \u043a \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e. \u0423\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c Emby \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u043d\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043a \u043e\u0434\u043d\u043e\u043c\u0443 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e \u0432 \u0442\u043e \u0436\u0435 \u0432\u0440\u0435\u043c\u044f.",
"HeaderFavoriteArtists": "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u0438",
"HeaderFavoriteSongs": "\u0418\u0437\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0446\u0438\u0438",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0442\u044e\u043d\u0435\u0440\u0443 \u0440\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u0442\u0441\u044f \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043b\u0438\u0440\u0443\u0435\u043c\u044b\u0435 \u043f\u043e\u0442\u043e\u043a\u0438. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043c\u043e\u0447\u044c \u0443\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0443, \u0442\u0440\u0435\u0431\u0443\u0435\u043c\u0443\u044e \u0432 Emby Server.",
"OptionRequirePerfectSubtitleMatch": "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0442 \u043c\u043e\u0438\u043c \u0432\u0438\u0434\u0435\u043e\u0444\u0430\u0439\u043b\u0430\u043c",
"OptionRequirePerfectSubtitleMatchHelp": "\u0422\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u043b\u043d\u043e\u0433\u043e \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u044f, \u043f\u0440\u0438 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u0444\u0438\u043b\u044c\u0442\u0440\u043e\u0432\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0442\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u044b\u043b\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u043d\u044b \u0438 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u044b \u043d\u0430 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0441 \u0432\u0430\u0448\u0438\u043c \u0432\u0438\u0434\u0435\u043e\u0444\u0430\u0439\u043b\u043e\u043c. \u041f\u0440\u0438 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438 \u044d\u0442\u043e\u0433\u043e, \u043f\u043e\u0432\u044b\u0441\u0438\u0442\u0441\u044f \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432, \u043d\u043e \u0443\u0432\u0435\u043b\u0438\u0447\u0430\u0442\u0441\u044f \u0448\u0430\u043d\u0441\u044b \u043d\u0435\u0441\u043e\u0432\u043f\u0430\u0434\u0435\u043d\u0438\u044f \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0438\u043b\u0438 \u043d\u0435\u0432\u0435\u0440\u043d\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432.",
"ErrorAddingGuestAccount1": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Emby Connect. \u0421\u043e\u0437\u0434\u0430\u043b \u043b\u0438 \u0432\u0430\u0448 \u0433\u043e\u0441\u0442\u044c \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c Emby? \u041e\u043d \u0441\u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 {0}.",
"ErrorAddingGuestAccount2": "\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0430\u0448 \u0433\u043e\u0441\u0442\u044c \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u044e, \u0441\u043b\u0435\u0434\u0443\u044f \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c \u0432 \u043f\u0438\u0441\u044c\u043c\u0435, \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u043c \u043f\u043e\u0441\u043b\u0435 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438. \u0415\u0441\u043b\u0438 \u043e\u043d \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u0442\u0430\u043a\u043e\u0435 \u043f\u0438\u0441\u044c\u043c\u043e, \u0442\u043e\u0433\u0434\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043f\u0438\u0441\u044c\u043c\u043e \u043d\u0430 {0}, \u0438 \u043f\u0440\u0438\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u0432\u043e\u0439 \u0430\u0434\u0440\u0435\u0441 \u042d-\u043f\u043e\u0447\u0442\u044b, \u043d\u0430\u0440\u044f\u0434\u0443 \u0441 \u0435\u0433\u043e \u0430\u0434\u0440\u0435\u0441\u043e\u043c.",
"GuestUserNotFound": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0438\u043c\u044f \u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u043e \u0432\u0435\u0440\u043d\u043e \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443, \u0438\u043b\u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0432\u0432\u0435\u0441\u0442\u0438 \u0435\u0433\u043e \u0430\u0434\u0440\u0435\u0441 \u042d-\u043f\u043e\u0447\u0442\u044b.",
"Yesterday": "\u0412\u0447\u0435\u0440\u0430",
"DownloadImagesInAdvanceWarning": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0432\u0441\u0435\u0445 \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432 \u0437\u0430\u0431\u043b\u0430\u0433\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u043f\u0440\u0438\u0432\u0435\u0434\u0451\u0442 \u043a \u0431\u043e\u043b\u0435\u0435 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u043c\u0443 \u0441\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044e \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "\u0421\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0441\u0435 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438",
"ScanLibrary": "\u0421\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0443",
"EnableStreamLooping": "\u0410\u0432\u0442\u043e\u0446\u0438\u043a\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0439",
"EnableStreamLoopingHelp": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u044d\u0442\u043e, \u0435\u0441\u043b\u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442 \u0434\u0430\u043d\u043d\u044b\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434 \u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u043e \u0438\u0445 \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c."
"EnableStreamLoopingHelp": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u044d\u0442\u043e, \u0435\u0441\u043b\u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442 \u0434\u0430\u043d\u043d\u044b\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434 \u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u043e \u0438\u0445 \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c.",
"HttpsRequiresCert": "\u0427\u0442\u043e\u0431\u044b \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u0437\u0432\u0435\u0449\u0435\u043d\u0438\u0435, \u0447\u0442\u043e \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b HTTPS \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0432\u0430\u0448\u0438\u043c \u0432\u043d\u0435\u0448\u043d\u0438\u043c \u0430\u0434\u0440\u0435\u0441\u043e\u043c, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 SSL, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, Lets\u00a0Encrypt.",
"HeaderLatestDownloadedVideos": "\u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Previous",
"LabelFinish": "Finish",
"LabelNext": "Next",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Rating",
"OptionNameSort": "Name",
"OptionFolderSort": "Folders",
"OptionBudget": "Budget",
"OptionRevenue": "Revenue",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Nazaj",
"LabelFinish": "Konec",
"LabelNext": "Naprej",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Rating",
"OptionNameSort": "Name",
"OptionFolderSort": "Mape",
"OptionBudget": "Budget",
"OptionRevenue": "Revenue",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "F\u00f6reg\u00e5ende",
"LabelFinish": "Klart",
"LabelNext": "N\u00e4sta",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Allm\u00e4nhetens betyg",
"OptionNameSort": "Namn",
"OptionFolderSort": "Mappar",
"OptionBudget": "Budget",
"OptionRevenue": "Int\u00e4kter",
"OptionPoster": "Affisch",
"OptionPosterCard": "Affischkort",
"OptionBackdrop": "Fondbild",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "Aktivera f\u00f6r att l\u00e5ta TV-mottagaren omkoda str\u00f6mmar. Det kan minska behovet av omkodning p\u00e5 Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Ladda endast ner undertexter som matchar mina videofiler exakt",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "Det gick inte att l\u00e4gga till Emby Connect-kontot. Har din g\u00e4st ett Emby-konto? Dom kan skapa ett p\u00e5 {0}",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "Anv\u00e4ndaren kunde inte hittas. Se till s\u00e5 att namnet \u00e4r korrekt och f\u00f6rs\u00f6k igen, eller pr\u00f6va att ange emailadressen ist\u00e4llet.",
"Yesterday": "Ig\u00e5r",
"DownloadImagesInAdvanceWarning": "Nedladdning av alla bilder i f\u00f6rv\u00e4g kommer resutera i l\u00e4ngre scanningstider av biblioteket.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scanna alla bibliotek",
"ScanLibrary": "Scanna bibliotek",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "\u00d6nceki",
"LabelFinish": "Bitir",
"LabelNext": "Sonraki",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Rating",
"OptionNameSort": "\u0130sim",
"OptionFolderSort": "Klas\u00f6rler",
"OptionBudget": "Budget",
"OptionRevenue": "Revenue",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "\u041d\u0430\u0437\u0430\u0434",
"LabelFinish": "Finish",
"LabelNext": "\u0412\u043f\u0435\u0440\u0435\u0434",
@ -185,8 +183,6 @@
"OptionCommunityRating": "Community Rating",
"OptionNameSort": "\u0406\u043c\u2019\u044f",
"OptionFolderSort": "\u0422\u0435\u043a\u0438",
"OptionBudget": "\u0411\u044e\u0434\u0436\u0435\u0442",
"OptionRevenue": "\u0417\u0431\u043e\u0440\u0438",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "Tr\u01b0\u1edbc",
"LabelFinish": "K\u1ebft th\u00fac",
"LabelNext": "Ti\u1ebfp theo",
@ -185,8 +183,6 @@
"OptionCommunityRating": "\u0110\u00e1nh gi\u00e1 c\u1ee7a c\u1ed9ng \u0111\u1ed3ng",
"OptionNameSort": "T\u00ean",
"OptionFolderSort": "Folders",
"OptionBudget": "Ng\u00e2n s\u00e1ch",
"OptionRevenue": "Doanh thu",
"OptionPoster": "\u00c1p ph\u00edch",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "\u4e0a\u4e00\u4e2a",
"LabelFinish": "\u5b8c\u6210",
"LabelNext": "\u4e0b\u4e00\u4e2a",
@ -185,8 +183,6 @@
"OptionCommunityRating": "\u516c\u4f17\u8bc4\u5206",
"OptionNameSort": "\u540d\u5b57",
"OptionFolderSort": "\u6587\u4ef6\u5939",
"OptionBudget": "\u9884\u7b97",
"OptionRevenue": "\u6536\u5165",
"OptionPoster": "\u6d77\u62a5",
"OptionPosterCard": "\u660e\u4fe1\u7247",
"OptionBackdrop": "\u80cc\u666f",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "\u6628\u5929",
"DownloadImagesInAdvanceWarning": "\u9884\u5148\u4e0b\u8f7d\u6240\u6709\u56fe\u7247\u5c06\u4f1a\u66f4\u4e45\u5a92\u4f53\u5e93\u626b\u63cf\u65f6\u95f4\u3002",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "\u524d\u4e00\u500b",
"LabelFinish": "\u5b8c\u6210",
"LabelNext": "\u4e0b\u4e00\u500b",
@ -185,8 +183,6 @@
"OptionCommunityRating": "\u8a0e\u8ad6\u5340\u8a55\u5206",
"OptionNameSort": "\u540d\u7a31",
"OptionFolderSort": "\u6587\u4ef6\u593e",
"OptionBudget": "\u9810\u7b97",
"OptionRevenue": "\u6536\u5165",
"OptionPoster": "\u6d77\u5831",
"OptionPosterCard": "\u6d77\u5831\u5361\u7247",
"OptionBackdrop": "\u80cc\u666f",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}

View File

@ -1,6 +1,4 @@
{
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"LabelPrevious": "\u4e0a\u4e00\u500b",
"LabelFinish": "\u5b8c\u6210",
"LabelNext": "\u4e0b\u4e00\u500b",
@ -185,8 +183,6 @@
"OptionCommunityRating": "\u793e\u5340\u8a55\u5206",
"OptionNameSort": "\u540d\u5b57",
"OptionFolderSort": "Folders",
"OptionBudget": "\u9810\u7b97",
"OptionRevenue": "\u6536\u5165",
"OptionPoster": "\u6d77\u5831",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "\u80cc\u666f",
@ -1824,8 +1820,6 @@
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having a problem, please send an email to {0}.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
@ -1939,5 +1933,9 @@
"ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested."
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist."
}