update translations

This commit is contained in:
Luke Pulverenti 2016-02-28 12:41:48 -05:00
parent 32507fabfd
commit fbb6861985
40 changed files with 58 additions and 32 deletions

View File

@ -29,7 +29,7 @@
context.querySelector('#txtSeason').value = item.ExtractedSeasonNumber;
context.querySelector('#txtEpisode').value = item.ExtractedEpisodeNumber;
context.querySelector('#txtEndingEpisode').value = item.ExtractedEndingEpisodeNumber;
context.querySelector('.extractedName').value = item.ExtractedName;
//context.querySelector('.extractedName').value = item.ExtractedName;
extractedName = item.ExtractedName;
extractedYear = item.ExtractedYear;

View File

@ -414,6 +414,18 @@
Events.off(ApiClient, "websocketmessage", onWebSocketMessageReceived);
}
function onEditorClick(e) {
var btnRemoveFromEditorList = parentWithClass(e.target, 'btnRemoveFromEditorList');
if (btnRemoveFromEditorList) {
removeElementFromListview(btnRemoveFromEditorList);
}
var btnAddTextItem = parentWithClass(e.target, 'btnAddTextItem');
if (btnAddTextItem) {
addElementToEditableListview(btnAddTextItem);
}
}
function init(context) {
$('.btnCancel', context).on('click', function () {
@ -440,19 +452,8 @@
}
});
context.addEventListener('click', function (e) {
var btnRemoveFromEditorList = parentWithClass(e.target, 'btnRemoveFromEditorList');
if (btnRemoveFromEditorList) {
removeElementFromListview(btnRemoveFromEditorList);
}
var btnAddTextItem = parentWithClass(e.target, 'btnAddTextItem');
if (btnAddTextItem) {
addElementToEditableListview(btnAddTextItem);
}
});
context.removeEventListener('click', onEditorClick);
context.addEventListener('click', onEditorClick);
$('form', context).off('submit', onSubmit).on('submit', onSubmit);
@ -1239,7 +1240,7 @@
paperDialogHelper.open(dlg);
dlg.addEventListener('iron-overlay-closed', function () {
bindItemChanged(context);
unbindItemChanged(dlg);
resolve();
});

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "\u041f\u0440\u043e\u0444\u0438\u043b\u043d\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0430 \u0441 Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "V\u00edkendy",
"MessageProfileInfoSynced": "U\u017eivatelsk\u00fd profil synchronizov\u00e1n s Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Voliteln\u00e9: Propojte sv\u016fj \u00fa\u010det Emby",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Film o filmu",
"HeaderTrailerReel": "Film o filmu",
"OptionPlayUnwatchedTrailersOnly": "P\u0159ehraj jen nep\u0159ehran\u00e9 uk\u00e1zky z film\u016f (trailery)",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekender",
"MessageProfileInfoSynced": "Brugerprofil synkroniseret med Emby Connect",
"HeaderOptionalLinkEmbyAccount": "Valgfrit: Forbind din Emby konto",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer rulle",
"HeaderTrailerReel": "Trailer rulle",
"OptionPlayUnwatchedTrailersOnly": "Afspil kun ikke sete trailere",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "An Wochenenden",
"MessageProfileInfoSynced": "Benutzerprofil Informationen mit Emby Connect synchronisiert",
"HeaderOptionalLinkEmbyAccount": "Optional: Verbinden Sie Ihr Emby Konto",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer Rolle",
"HeaderTrailerReel": "Trailer Rolle",
"OptionPlayUnwatchedTrailersOnly": "Spiele nur bisher nicht gesehene Trailer",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Fines de semana",
"MessageProfileInfoSynced": "Informaci\u00f3n de perfil de usuario sincronizada con Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Opcional: Enlazar su cuenta Emby",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Carrete de Tr\u00e1ilers",
"HeaderTrailerReel": "Carrete de Tr\u00e1ilers",
"OptionPlayUnwatchedTrailersOnly": "Reproducir \u00fanicamente tr\u00e1ilers no vistos",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Week-ends",
"MessageProfileInfoSynced": "Information de profil utilisateur synchronis\u00e9 avec Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optionnel : liez votre compte Emby",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Bobine bande-annonce",
"HeaderTrailerReel": "Bobine Bande-annonce",
"OptionPlayUnwatchedTrailersOnly": "Lire seulement les bandes-annonces non lues.",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Il Weekend",
"MessageProfileInfoSynced": "Informazioni sul profilo utente sincronizzate con Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Opzionale: collega il tuo account Emby",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer b.",
"HeaderTrailerReel": "Trailer b.",
"OptionPlayUnwatchedTrailersOnly": "Riproduci solo i trailer non visti",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "\u0414\u0435\u043c\u0430\u043b\u044b\u0441 \u043a\u04af\u043d\u0434\u0435\u0440\u0456",
"MessageProfileInfoSynced": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u043f\u0440\u043e\u0444\u0430\u0439\u043b \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456 Emby Connect \u0430\u0440\u0430\u0441\u044b\u043d\u0434\u0430 \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0456\u043b\u0434\u0456.",
"HeaderOptionalLinkEmbyAccount": "\u041c\u0456\u043d\u0434\u0435\u0442\u0442\u0456 \u0435\u043c\u0435\u0441: Emby \u0442\u0456\u0440\u043a\u0435\u043b\u0433\u0456\u04a3\u0456\u0437\u0431\u0435\u043d \u0431\u0430\u0439\u043b\u0430\u043d\u044b\u0441\u0442\u044b\u0440\u0443",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u0430\u043f\u0441\u044b\u0440\u0443",
"HeaderTrailerReel": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u0430\u043f\u0441\u044b\u0440\u0443",
"OptionPlayUnwatchedTrailersOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u049b\u0430\u0440\u0430\u043b\u043c\u0430\u0493\u0430\u043d \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u043e\u0439\u043d\u0430\u0442\u0443",
@ -1357,7 +1358,7 @@
"HeaderParentalRatings": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442\u0442\u0430\u0440",
"HeaderVideoTypes": "\u0411\u0435\u0439\u043d\u0435 \u0442\u04af\u0440\u043b\u0435\u0440\u0456",
"HeaderYears": "\u0416\u044b\u043b\u0434\u0430\u0440",
"HeaderBlockItemsWithNoRating": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442\u044b \u0442\u0443\u0440\u0430\u043b\u044b \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u044b \u0436\u043e\u049b \u043d\u0435\u043c\u0435\u0441\u0435 \u043e\u043b \u0442\u0430\u043d\u044b\u043b\u043c\u0430\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u049b\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u0443:",
"HeaderBlockItemsWithNoRating": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442\u044b \u0442\u0443\u0440\u0430\u043b\u044b \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u044b \u0436\u043e\u049b \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u049b\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u0443:",
"LabelBlockContentWithTags": "\u041c\u044b\u043d\u0430 \u0442\u0435\u0433\u0442\u0435\u0440\u0456 \u0431\u0430\u0440 \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u049b\u04b1\u0440\u0441\u0430\u0443\u043b\u0430\u0443:",
"LabelEnableSingleImageInDidlLimit": "\u0416\u0430\u043b\u0493\u044b\u0437 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0441\u0443\u0440\u0435\u0442\u043a\u0435 \u0448\u0435\u043a\u0442\u0435\u0443",
"LabelEnableSingleImageInDidlLimitHelp": "\u0415\u0433\u0435\u0440 \u0431\u0456\u0440\u043d\u0435\u0448\u0435 \u0441\u0443\u0440\u0435\u0442 DIDL \u0456\u0448\u0456\u043d\u0435 \u043a\u0456\u0440\u0456\u0441\u0442\u0456\u0440\u0456\u043b\u0441\u0435, \u043a\u0435\u0439\u0431\u0456\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u0434\u0430 \u0442\u0438\u0456\u0441\u0442\u0456 \u0442\u04af\u0440\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0431\u0435\u0439\u0434\u0456.",
@ -1530,7 +1531,7 @@
"OptionPlayNextEpisodeAutomatically": "\u041a\u0435\u043b\u0435\u0441\u0456 \u0431\u04e9\u043b\u0456\u043c\u0434\u0456 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443",
"OptionDownloadImagesInAdvance": "\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\u043f \u0430\u043b\u0443",
"SettingsSaved": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440 \u0441\u0430\u049b\u0442\u0430\u043b\u0434\u044b.",
"OptionDownloadImagesInAdvanceHelp": "By default, most secondary images are only downloaded when requested by an Emby app. Enable this option to download all images in advance, as new media is imported.",
"OptionDownloadImagesInAdvanceHelp": "\u04d8\u0434\u0435\u043f\u043a\u0456\u0434\u0435, \u049b\u043e\u0441\u044b\u043c\u0448\u0430 \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456\u04a3 \u043a\u04e9\u0431\u0456 \u0442\u0435\u043a \u049b\u0430\u043d\u0430 Emby-\u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u0441\u044b \u0441\u04b1\u0440\u0430\u0441\u0430 \u0436\u04af\u043a\u0442\u0435\u043b\u0435\u0434\u0456. \u0416\u0430\u04a3\u0430 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u0438\u043c\u043f\u043e\u0440\u0442\u0442\u0430\u043b\u0493\u0430\u043d \u043a\u0435\u0437\u0434\u0435 \u0430\u043b\u0434\u044b\u043d \u0430\u043b\u0430 \u0431\u0430\u0440\u043b\u044b\u049b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443 \u04af\u0448\u0456\u043d, \u043e\u0441\u044b \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0434\u0456 \u049b\u043e\u0441\u044b\u04a3\u044b\u0437.",
"Users": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440",
"Delete": "\u0416\u043e\u044e",
"Administrator": "\u04d8\u043a\u0456\u043c\u0448\u0456",
@ -1578,7 +1579,7 @@
"LabelFromHelp": "\u041c\u044b\u0441\u0430\u043b: {0} (\u0441\u0435\u0440\u0432\u0435\u0440\u0434\u0435)",
"HeaderMyMedia": "\u041c\u0435\u043d\u0456\u04a3 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043c",
"ButtonRemoveFromCollection": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u043d \u0430\u043b\u0430\u0441\u0442\u0430\u0443",
"LabelAutomaticUpdateLevel": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0436\u0430\u04a3\u0430\u0440\u0442\u0443 \u0434\u0435\u04a3\u0433\u0435\u0439\u0456",
"LabelAutomaticUpdateLevel": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0436\u0430\u04a3\u0430\u0440\u0442\u0443 \u0434\u0435\u04a3\u0433\u0435\u0439\u0456:",
"LabelAutomaticUpdateLevelForPlugins": "\u041f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440\u0434\u0456 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0436\u0430\u04a3\u0430\u0440\u0442\u0443 \u0434\u0435\u04a3\u0433\u0435\u0439\u0456:",
"ErrorLaunchingChromecast": "Chromecast \u0456\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u049b\u0430\u0442\u0435 \u043e\u0440\u044b\u043d \u0430\u043b\u0434\u044b. \u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u04a3\u044b\u0437 \u0441\u044b\u043c\u0441\u044b\u0437 \u0436\u0435\u043b\u0456\u0433\u0435 \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u044b\u043d\u0430 \u043a\u04e9\u0437 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u04a3\u0456\u0437.",
"MessageErrorLoadingSupporterInfo": "Emby Premiere \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d \u0436\u04af\u043a\u0442\u0435\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u049b\u0430\u0442\u0435 \u043e\u0440\u044b\u043d \u0430\u043b\u0434\u044b. \u04d8\u0440\u0435\u043a\u0435\u0442\u0442\u0456 \u043a\u0435\u0439\u0456\u043d \u049b\u0430\u0439\u0442\u0430\u043b\u0430\u04a3\u044b\u0437.",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "\uc8fc\ub9d0",
"MessageProfileInfoSynced": "Emby Connect\uc640 \ub3d9\uae30\ud654\ub41c \uc0ac\uc6a9\uc790 \ud504\ub85c\ud30c\uc77c \uc815\ubcf4\uc785\ub2c8\ub2e4.",
"HeaderOptionalLinkEmbyAccount": "\uc120\ud0dd \ud56d\ubaa9: Emby Connect \uc5f0\uacb0",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "\uc2dc\uccad\ud558\uc9c0 \uc54a\uc740 \uc608\uace0\ud3b8\ub9cc \uc7ac\uc0dd",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Helger",
"MessageProfileInfoSynced": "Brukerprofilinformasjon er synkronisert med Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Valgfritt: Link til din konto p\u00e5 Emby Media",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Start trailerserie",
"HeaderTrailerReel": "Trailerserie",
"OptionPlayUnwatchedTrailersOnly": "Bare spill usette trailere",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekend",
"MessageProfileInfoSynced": "Gebruikersprofiel informatie gesynchroniseerd met Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optioneel: Koppel uw Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer reel",
"OptionPlayUnwatchedTrailersOnly": "Speel alleen ongeziene trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekendy",
"MessageProfileInfoSynced": "Informacje profilu u\u017cytkownika synchronizowane z Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Opcjonalne: Po\u0142\u0105cz swoje konto Emby",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Rolka zwiastuna",
"HeaderTrailerReel": "Rolka Zwiastuna",
"OptionPlayUnwatchedTrailersOnly": "Odtwarzaj tylko nie obejrzane zwiastuny",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Fins-de-semana",
"MessageProfileInfoSynced": "A informa\u00e7\u00e3o do perfil do usu\u00e1rio foi sincronizada com o Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Opcional: Associe sua conta Emby",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Carrossel de trailers",
"HeaderTrailerReel": "Carrossel de Trailers",
"OptionPlayUnwatchedTrailersOnly": "Reproduzir apenas trailers n\u00e3o assistidos",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "A informa\u00e7\u00e3o do perfil do utilizador foi sincronizada com o Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "\u0412\u044b\u0445\u043e\u0434\u043d\u044b\u0435",
"MessageProfileInfoSynced": "\u0414\u0430\u043d\u043d\u044b\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u0441 Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "\u041d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e: \u0421\u0432\u044f\u0437\u044b\u0432\u0430\u043d\u0438\u0435 \u0432\u0430\u0448\u0435\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Emby",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "\u0421\u043a\u043b\u0435\u0438\u0442\u044c \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u044b",
"HeaderTrailerReel": "\u0421\u043a\u043b\u0435\u0439\u043a\u0430 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043e\u0432",
"OptionPlayUnwatchedTrailersOnly": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0435\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044b\u0435 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u044b",
@ -1357,7 +1358,7 @@
"HeaderParentalRatings": "\u0412\u043e\u0437\u0440\u0430\u0441\u0442\u043d\u0430\u044f \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f",
"HeaderVideoTypes": "\u0422\u0438\u043f\u044b \u0432\u0438\u0434\u0435\u043e",
"HeaderYears": "\u0413\u043e\u0434\u044b",
"HeaderBlockItemsWithNoRating": "\u0411\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0441 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u0438\u043b\u0438 \u043d\u0435\u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u043d\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0435\u0439 \u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u043d\u043e\u0439 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438:",
"HeaderBlockItemsWithNoRating": "\u0411\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0431\u0435\u0437 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u043d\u043e\u0439 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438:",
"LabelBlockContentWithTags": "\u0411\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0441 \u0442\u0435\u0433\u0430\u043c\u0438:",
"LabelEnableSingleImageInDidlLimit": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u0434\u043e \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u043d\u0435\u0434\u0440\u0451\u043d\u043d\u043e\u0433\u043e \u0440\u0438\u0441\u0443\u043d\u043a\u0430",
"LabelEnableSingleImageInDidlLimitHelp": "\u041d\u0430 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u0445 \u043d\u0435 \u043e\u0442\u0440\u0438\u0441\u043e\u0432\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e, \u0435\u0441\u043b\u0438 \u0432\u043d\u0435\u0434\u0440\u0435\u043d\u044b \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0440\u0438\u0441\u0443\u043d\u043a\u043e\u0432 \u0432\u043d\u0443\u0442\u0440\u0438 DIDL.",
@ -1578,7 +1579,7 @@
"LabelFromHelp": "\u041f\u0440\u0438\u043c\u0435\u0440: {0} (\u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435)",
"HeaderMyMedia": "\u041c\u043e\u0438 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
"ButtonRemoveFromCollection": "\u0418\u0437\u044a\u044f\u0442\u044c \u0438\u0437 \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438",
"LabelAutomaticUpdateLevel": "\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f",
"LabelAutomaticUpdateLevel": "\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f:",
"LabelAutomaticUpdateLevelForPlugins": "\u0421\u0442\u0435\u043f\u0435\u043d\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432:",
"ErrorLaunchingChromecast": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0435 Chromecast. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0430\u0448\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u043a \u0431\u0435\u0441\u043f\u0440\u043e\u0432\u043e\u0434\u043d\u043e\u0439 \u0441\u0435\u0442\u0438.",
"MessageErrorLoadingSupporterInfo": "\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0435 \u0434\u0430\u043d\u043d\u044b\u0445 Emby Premiere. \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443 \u043f\u043e\u0437\u0436\u0435.",

View File

@ -141,7 +141,6 @@
"OptionSmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"OptionOnlyForcedSubtitles": "Only forced subtitles",
"OptionAlwaysPlaySubtitles": "Always play subtitles",
"OptionNoSubtitles": "None",
"OptionDefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
@ -269,7 +268,6 @@
"OptionPremiereDate": "Premiere Date",
"TabBasic": "Basic",
"TabAdvanced": "Advanced",
"HeaderStatus": "Status",
"OptionContinuing": "Continuing",
"OptionEnded": "Ended",
"HeaderAirDays": "Air Days",
@ -710,7 +708,6 @@
"CategorySystem": "System",
"CategoryApplication": "Application",
"CategoryPlugin": "Plugin",
"LabelMessageTitle": "Message title:",
"LabelAvailableTokens": "Available tokens:",
"AdditionalNotificationServices": "Browse the plugin catalog to install additional notification services.",
"OptionAllUsers": "All users",
@ -744,7 +741,6 @@
"ButtonPreviousTrack": "Previous track",
"ButtonNextTrack": "Next track",
"ButtonStop": "Stop",
"ButtonPlay": "Play",
"ButtonPause": "Pause",
"ButtonNext": "Next",
"ButtonPrevious": "Previous",
@ -758,7 +754,6 @@
"OptionNoSubtitles": "No Subtitles",
"OptionSpecialFeatures": "Special Features",
"HeaderCollections": "Collections",
"HeaderChannels": "Channels",
"LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
"LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
"HeaderResponseProfile": "Response Profile",
@ -1033,7 +1028,6 @@
"HeaderUser": "User",
"HeaderDateIssued": "Date Issued",
"LabelChapterName": "Chapter {0}",
"ButtonEnterSupporterKey": "Enter Emby Premiere key",
"HeaderHttpHeaders": "Http Headers",
"HeaderIdentificationHeader": "Identification Header",
"LabelValue": "Value:",
@ -1073,7 +1067,6 @@
"LabelSource": "Source:",
"OptionAll": "All",
"LabelImage": "Image:",
"ButtonUpload": "Upload",
"ButtonBrowseImages": "Browse Images",
"HeaderImages": "Images",
"HeaderBackdrops": "Backdrops",
@ -1211,13 +1204,11 @@
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"HeaderDisplaySettings": "Display Settings",
"LabelTreatImageAs": "Treat image as:",
"LabelDisplayOrder": "Display order:",
"LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
"HeaderCountries": "Countries",
"HeaderGenres": "Genres",
"HeaderPeople": "People",
"HeaderPlotKeywords": "Plot Keywords",
"HeaderStudios": "Studios",
"HeaderTags": "Tags",
@ -1312,7 +1303,6 @@
"TitleDevices": "Devices",
"TabCameraUpload": "Camera Upload",
"TabDevices": "Devices",
"TitleDevices": "Devices",
"HeaderCameraUploadHelp": "Automatically upload photos and videos taken from your mobile devices into Emby.",
"MessageNoDevicesSupportCameraUpload": "You currently don't have any devices that support camera upload.",
"LabelCameraUploadPath": "Camera upload path:",
@ -1878,9 +1868,7 @@
"HeaderArtist": "Artist",
"LabelAddedOnDate": "Added {0}",
"ButtonStart": "Start",
"HeaderChannels": "Channels",
"HeaderMediaFolders": "Media Folders",
"HeaderBlockItemsWithNoRating": "Block content with no rating information:",
"OptionBlockOthers": "Others",
"OptionBlockTvShows": "TV Shows",
"OptionBlockTrailers": "Trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Helger",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer rulle",
"HeaderTrailerReel": "Trailer rulle",
"OptionPlayUnwatchedTrailersOnly": "Spela endast osedda trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",

View File

@ -1326,6 +1326,7 @@
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"ButtonTrailerReel": "Trailer reel",
"HeaderTrailerReel": "Trailer Reel",
"OptionPlayUnwatchedTrailersOnly": "Play only unwatched trailers",