update components
This commit is contained in:
parent
f3d7a58b2c
commit
84b99f25ce
84 changed files with 684 additions and 2864 deletions
|
@ -39,6 +39,6 @@
|
|||
"commit": "cec8e49744a1e18b14a711eea77e201bb70de544"
|
||||
},
|
||||
"_source": "git://github.com/desandro/doc-ready.git",
|
||||
"_target": "~1.0.4",
|
||||
"_target": "1.0.x",
|
||||
"_originalSource": "doc-ready"
|
||||
}
|
|
@ -30,14 +30,14 @@
|
|||
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
||||
},
|
||||
"ignore": [],
|
||||
"homepage": "https://github.com/PolymerElements/iron-a11y-keys-behavior",
|
||||
"homepage": "https://github.com/polymerelements/iron-a11y-keys-behavior",
|
||||
"_release": "1.0.9",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v1.0.9",
|
||||
"commit": "63dd1ce94223ae6a226e653ef5a458a66c950e79"
|
||||
},
|
||||
"_source": "git://github.com/PolymerElements/iron-a11y-keys-behavior.git",
|
||||
"_source": "git://github.com/polymerelements/iron-a11y-keys-behavior.git",
|
||||
"_target": "^1.0.0",
|
||||
"_originalSource": "PolymerElements/iron-a11y-keys-behavior"
|
||||
"_originalSource": "polymerelements/iron-a11y-keys-behavior"
|
||||
}
|
|
@ -27,14 +27,14 @@
|
|||
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
|
||||
"iron-component-page": "polymerelements/iron-component-page#^1.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/polymerelements/iron-flex-layout",
|
||||
"homepage": "https://github.com/PolymerElements/iron-flex-layout",
|
||||
"_release": "1.2.0",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v1.2.0",
|
||||
"commit": "4bf53ba623140d0d2663a404e91ee45b96299118"
|
||||
},
|
||||
"_source": "git://github.com/polymerelements/iron-flex-layout.git",
|
||||
"_source": "git://github.com/PolymerElements/iron-flex-layout.git",
|
||||
"_target": "^1.0.0",
|
||||
"_originalSource": "polymerelements/iron-flex-layout"
|
||||
"_originalSource": "PolymerElements/iron-flex-layout"
|
||||
}
|
|
@ -44,7 +44,7 @@
|
|||
"tag": "v1.0.9",
|
||||
"commit": "d9c0398cbaf3881bef3533b5b2b6127fc4d0960c"
|
||||
},
|
||||
"_source": "git://github.com/PolymerElements/paper-behaviors.git",
|
||||
"_source": "git://github.com/polymerelements/paper-behaviors.git",
|
||||
"_target": "^1.0.0",
|
||||
"_originalSource": "PolymerElements/paper-behaviors"
|
||||
"_originalSource": "polymerelements/paper-behaviors"
|
||||
}
|
|
@ -331,7 +331,7 @@
|
|||
}
|
||||
|
||||
.portraitCard {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
|
||||
.overflowPortraitCard {
|
||||
|
@ -376,11 +376,11 @@
|
|||
@media all and (min-width: 500px) {
|
||||
|
||||
.smallBackdropCard {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
|
||||
.squareCard {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -411,7 +411,7 @@
|
|||
|
||||
@media all and (min-width: 770px) {
|
||||
.backdropCard {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -470,7 +470,7 @@
|
|||
}
|
||||
|
||||
.bannerCard {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
|
||||
.portraitCard {
|
||||
|
@ -569,7 +569,7 @@
|
|||
@media all and (min-width: 800px) {
|
||||
|
||||
.detailPage169Card {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -588,7 +588,7 @@
|
|||
|
||||
|
||||
.detailPagePortraitCard {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
|
||||
@media all and (min-width: 540px) {
|
||||
|
@ -614,7 +614,7 @@
|
|||
|
||||
|
||||
.detailPageSquareCard {
|
||||
width: 33.33%;
|
||||
width: 33.334%;
|
||||
}
|
||||
|
||||
@media all and (min-width: 540px) {
|
||||
|
@ -637,7 +637,7 @@
|
|||
@media all and (min-width: 540px) {
|
||||
|
||||
.homePageSmallBackdropCard {
|
||||
width: 33.3%;
|
||||
width: 33.334%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -69,11 +69,6 @@
|
|||
padding-left: .5em !important;
|
||||
padding-right: .5em !important;
|
||||
}
|
||||
|
||||
.pageWithAbsoluteTabs .pageTabContent {
|
||||
padding-left: .25em !important;
|
||||
padding-right: .25em !important;
|
||||
}
|
||||
}
|
||||
|
||||
.libraryPage .currentUsername {
|
||||
|
@ -87,9 +82,16 @@
|
|||
line-height: initial;
|
||||
}
|
||||
|
||||
.listHeader + paper-button {
|
||||
margin-left: 2em;
|
||||
@media all and (max-width: 500px) {
|
||||
|
||||
.listHeader {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.listHeader + paper-button {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
.ehsContent, .ehsContent .pageTabContent {
|
||||
margin: 0 auto;
|
||||
|
@ -128,14 +130,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 500px) {
|
||||
|
||||
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
||||
width: 98%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1200px) {
|
||||
|
||||
.paddedItemsContainer {
|
||||
|
@ -150,13 +144,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1920px) {
|
||||
|
||||
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
||||
width: 95%;
|
||||
}
|
||||
}
|
||||
|
||||
.detailPageContent, .detailPageContent > table {
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
|
@ -1823,4 +1810,4 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin: 0 4px 0 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "\u0645\u064a\u0632\u0627\u0646\u064a\u0629",
|
||||
"OptionRevenue": "\u0627\u064a\u0631\u0627\u062f\u0627\u062a",
|
||||
"OptionPoster": "\u0627\u0644\u0645\u0644\u0635\u0642",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Backdrop",
|
||||
"OptionTimeline": "\u0627\u0637\u0627\u0631 \u0632\u0645\u0646\u0649",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Skipped",
|
||||
"HeaderEpisodeOrganization": "Episode Organization",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u0439 \u041f\u0418\u041d \u043a\u043e\u0434",
|
||||
"HeaderAdultsReadHere": "\u0412\u044a\u0437\u0440\u0430\u0441\u0442\u043d\u0438, \u043f\u0440\u043e\u0447\u0435\u0442\u0435\u0442\u0435 \u0442\u0443\u043a!",
|
||||
"RegisterWithPayPal": "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u0439 \u0441 PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "\u041d\u0430\u0441\u043b\u0430\u0434\u0435\u0442\u0435 \u0441\u0435 \u043d\u0430 \u0431\u0435\u0437\u043f\u043b\u0430\u0442\u043d\u0430 14 \u0434\u043d\u0435\u0432\u043d\u0430 \u043f\u0440\u043e\u0431\u0430",
|
||||
"LabelSyncTempPath": "\u0412\u0440\u0435\u043c\u0435\u043d\u0435\u043d \u0444\u0430\u0439\u043b\u043e\u0432 \u043f\u044a\u0442:",
|
||||
"LabelSyncTempPathHelp": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u0442\u0435 \u0440\u0430\u0431\u043e\u0442\u043d\u0430 \u043f\u0430\u043f\u043a\u0430 \u0437\u0430 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0438\u0442\u0435 \u0444\u0430\u0439\u043b\u043e\u0432\u0435 \u043f\u0440\u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f.",
|
||||
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "\u0412\u044a\u0437\u0445\u043e\u0434\u044f\u0449",
|
||||
"OptionDescending": "\u041d\u0438\u0437\u0445\u043e\u0434\u044f\u0449",
|
||||
"OptionRuntime": "\u0412\u0440\u0435\u043c\u0435\u0442\u0440\u0430\u0435\u043d\u0435",
|
||||
"OptionReleaseDate": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0438\u0437\u0434\u0430\u0432\u0430\u043d\u0435",
|
||||
"OptionReleaseDate": "Release Date",
|
||||
"OptionPlayCount": "\u0411\u0440\u043e\u0439 \u043f\u0443\u0441\u043a\u0430\u043d\u0438\u044f",
|
||||
"OptionDatePlayed": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043f\u0443\u0441\u043a\u0430\u043d\u0435",
|
||||
"OptionDateAdded": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0434\u043e\u0431\u0430\u0432\u044f\u043d\u0435",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "\u0411\u044e\u0434\u0436\u0435\u0442",
|
||||
"OptionRevenue": "\u041f\u0440\u0438\u0445\u043e\u0434\u0438",
|
||||
"OptionPoster": "\u041f\u043b\u0430\u043a\u0430\u0442",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "\u041a\u0430\u0440\u0442\u0430 \u043f\u043b\u0430\u043a\u0430\u0442",
|
||||
"OptionBackdrop": "\u0424\u043e\u043d",
|
||||
"OptionTimeline": "\u0413\u0440\u0430\u0444\u0438\u043a",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "\u041c\u0435\u0442\u0430 \u0442\u043e\u0447\u043a\u0438",
|
||||
"ButtonSelect": "\u0418\u0437\u0431\u0435\u0440\u0438",
|
||||
"ButtonGroupVersions": "\u0413\u0440\u0443\u043f\u0438\u0440\u0430\u0439 \u0432\u0435\u0440\u0441\u0438\u0438\u0442\u0435",
|
||||
"ButtonAddToCollection": "\u0414\u043e\u0431\u0430\u0432\u0438 \u0432 \u043a\u043e\u043b\u0435\u043a\u0446\u0438\u044f\u0442\u0430",
|
||||
"ButtonAddToCollection": "\u0414\u043e\u0431\u0430\u0432\u0438 \u0432 \u041a\u043e\u043b\u0435\u043a\u0446\u0438\u044f\u0442\u0430",
|
||||
"PismoMessage": "\u0418\u0437\u043f\u043e\u043b\u0437\u0430\u043d\u0435 \u043d\u0430 Pismo File Mount \u0447\u0440\u0435\u0437 \u0434\u0430\u0440\u0435\u043d \u043b\u0438\u0446\u0435\u043d\u0437.",
|
||||
"TangibleSoftwareMessage": "\u0418\u0437\u043f\u043e\u043b\u0437\u0430\u043d\u0435 \u043d\u0430 Tangible Solutions Java\/C# converters \u0447\u0440\u0435\u0437 \u0434\u0430\u0440\u0435\u043d \u043b\u0438\u0446\u0435\u043d\u0437.",
|
||||
"HeaderCredits": "\u041a\u0440\u0435\u0434\u0438\u0442\u0438",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Skipped",
|
||||
"HeaderEpisodeOrganization": "Episode Organization",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "\u041f\u043e\u0434\u043a\u0440\u0435\u043f\u0435\u0442\u0435 Emby \u041e\u0442\u0431\u043e\u0440\u044a\u0442",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budget",
|
||||
"OptionRevenue": "Revenue",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Backdrop",
|
||||
"OptionTimeline": "Timeline",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Skipped",
|
||||
"HeaderEpisodeOrganization": "Episode Organization",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Konfigurace pin code",
|
||||
"HeaderAdultsReadHere": "Pro dosp\u011bl\u00e9 - \u010dt\u011bte zde!",
|
||||
"RegisterWithPayPal": "Zaregistrujte se pomoc\u00ed PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Synchronizace vy\u017eaduje \u010dlenstv\u00ed v podpo\u0159e (supporter membership) ",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "U\u017eijte si 14 denn\u00ed zku\u0161ebn\u00ed verzi zdarma",
|
||||
"LabelSyncTempPath": "Adres\u00e1\u0159 pro do\u010dasn\u00e9 soubory:",
|
||||
"LabelSyncTempPathHelp": "Zadejte vlastn\u00ed synchroniza\u010dn\u00ed pracovn\u00ed slo\u017eku. P\u0159eveden\u00e9 m\u00e9dia vytvo\u0159en\u00e9 b\u011bhem synchroniza\u010dn\u00edho procesu zde budou ulo\u017eeny.",
|
||||
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "Vzestupn\u011b",
|
||||
"OptionDescending": "Sestupn\u011b",
|
||||
"OptionRuntime": "D\u00e9lka",
|
||||
"OptionReleaseDate": "Datum vyd\u00e1n\u00ed",
|
||||
"OptionReleaseDate": "Release Date",
|
||||
"OptionPlayCount": "Po\u010det p\u0159ehr\u00e1n\u00ed",
|
||||
"OptionDatePlayed": "Datum p\u0159ehr\u00e1n\u00ed",
|
||||
"OptionDateAdded": "Datum p\u0159id\u00e1n\u00ed",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Rozpo\u010det",
|
||||
"OptionRevenue": "P\u0159\u00edjem",
|
||||
"OptionPoster": "Plak\u00e1t",
|
||||
"HeaderYears": "Roky",
|
||||
"OptionPosterCard": "Plak\u00e1t",
|
||||
"OptionBackdrop": "Pozad\u00ed",
|
||||
"OptionTimeline": "\u010casov\u00e1 osa",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "Metask\u00f3re",
|
||||
"ButtonSelect": "Vybrat",
|
||||
"ButtonGroupVersions": "Skupinov\u00e9 verze",
|
||||
"ButtonAddToCollection": "P\u0159idat do Kolekce",
|
||||
"ButtonAddToCollection": "Add to Collection",
|
||||
"PismoMessage": "Vyu\u017e\u00edv\u00e1me spr\u00e1vce soubor\u016f \"Pismo\" skrze dotovanou licenci.",
|
||||
"TangibleSoftwareMessage": "Pou\u017eit\u00e9 konkr\u00e9tn\u00ed \u0159e\u0161en\u00ed Java \/ C # p\u0159evodn\u00edk\u016f skrz p\u0159\u00edsp\u011bvkov\u00e9 licence.",
|
||||
"HeaderCredits": "Kredity",
|
||||
|
@ -490,7 +491,7 @@
|
|||
"HeaderCastCrew": "Herci a obsazen\u00ed",
|
||||
"HeaderAdditionalParts": "Dal\u0161\u00ed sou\u010d\u00e1sti",
|
||||
"ButtonSplitVersionsApart": "Rozd\u011blit verze",
|
||||
"ButtonPlayTrailer": "Uk\u00e1zka",
|
||||
"ButtonPlayTrailer": "Trailer",
|
||||
"LabelMissing": "Chyb\u00ed",
|
||||
"LabelOffline": "Offline",
|
||||
"PathSubstitutionHelp": "Nahrazen\u00ed cest se pou\u017e\u00edv\u00e1 pro namapov\u00e1n\u00ed cest k serveru, kter\u00e9 je p\u0159\u00edstupn\u00e9 u\u017eivateli. Povolen\u00edm p\u0159\u00edm\u00e9ho p\u0159\u00edstupu m\u016f\u017ee umo\u017enit u\u017eivateli jeho p\u0159ehr\u00e1n\u00ed bez u\u017eit\u00ed streamov\u00e1n\u00ed a p\u0159ek\u00f3dov\u00e1n\u00ed servru.",
|
||||
|
@ -581,12 +582,12 @@
|
|||
"HeaderProgram": "Program",
|
||||
"HeaderClients": "Klienti",
|
||||
"LabelCompleted": "Hotovo",
|
||||
"LabelFailed": "Selh\u00e1n\u00ed",
|
||||
"LabelFailed": "Failed",
|
||||
"LabelSkipped": "P\u0159esko\u010deno",
|
||||
"HeaderEpisodeOrganization": "Organizace epizod",
|
||||
"LabelSeries": "Seri\u00e1ly",
|
||||
"LabelSeasonNumber": "\u010c\u00edslo sez\u00f3ny",
|
||||
"LabelEpisodeNumber": "\u010c\u00edslo epizody",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "\u010c\u00edslo posledn\u00ed epizody:",
|
||||
"LabelEndingEpisodeNumberHelp": "Vy\u017eadovan\u00e9 jenom pro s\u00fabory s v\u00edce epizodami",
|
||||
"HeaderSupportTheTeam": "Podpo\u0159te Emby Team",
|
||||
|
@ -730,12 +731,12 @@
|
|||
"TabNowPlaying": "P\u0159ehr\u00e1v\u00e1 se",
|
||||
"TabNavigation": "Navigace",
|
||||
"TabControls": "Ovl\u00e1d\u00e1n\u00ed",
|
||||
"ButtonFullscreen": "P\u0159epnout fullscreen",
|
||||
"ButtonFullscreen": "Toggle fullscreen",
|
||||
"ButtonScenes": "Sc\u00e9ny",
|
||||
"ButtonSubtitles": "Titulky",
|
||||
"ButtonAudioTracks": "Audio stopy",
|
||||
"ButtonPreviousTrack": "P\u0159edchoz\u00ed stopa",
|
||||
"ButtonNextTrack": "N\u00e1sleduj\u00edc\u00ed stopa",
|
||||
"ButtonAudioTracks": "Audio tracks",
|
||||
"ButtonPreviousTrack": "Previous track",
|
||||
"ButtonNextTrack": "Next track",
|
||||
"ButtonStop": "Zastavit",
|
||||
"ButtonPause": "Pozastavit",
|
||||
"ButtonNext": "Dal\u0161\u00ed",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlisty umo\u017e\u0148uj\u00ed vytv\u00e1\u0159et seznamy obsahu pro postupn\u00e9 p\u0159ehr\u00e1n\u00ed. Chcete-li p\u0159idat polo\u017eky do playlist\u016f, klepn\u011bte prav\u00fdm tla\u010d\u00edtkem my\u0161i, nebo klepn\u011bte podr\u017ete, a pot\u00e9 vyberte mo\u017enost P\u0159idat do Playlistu.",
|
||||
"MessageNoPlaylistItemsAvailable": "Playlist je zat\u00edm pr\u00e1zdn\u00fd.",
|
||||
"ButtonDismiss": "Zam\u00edtnout",
|
||||
"ButtonMore": "V\u00edce",
|
||||
"ButtonEditOtherUserPreferences": "Editace u\u017eivatelsk\u00e9ho profilu, avataru a osobn\u00edch preferenc\u00ed.",
|
||||
"LabelChannelStreamQuality": "Preferovan\u00e1 kvalita pro streamov\u00e1n\u00ed do internetu:",
|
||||
"LabelChannelStreamQualityHelp": "P\u0159i mal\u00e9 \u0161\u00ed\u0159ce p\u00e1sma, m\u016f\u017ee pomoci omezov\u00e1n\u00ed kvality pro hlad\u0161\u00ed streamov\u00e1n\u00ed videa.",
|
||||
|
@ -1083,7 +1085,7 @@
|
|||
"OptionUnidentified": "Neidentifikov\u00e1no",
|
||||
"OptionMissingParentalRating": "Chyb\u011bj\u00edc\u00ed rodi\u010dovsk\u00e9 hodnocen\u00ed",
|
||||
"OptionStub": "Pah\u00fdl",
|
||||
"HeaderEpisodes": "Epizody:",
|
||||
"HeaderEpisodes": "Episodes:",
|
||||
"OptionSeason0": "Sez\u00f3na 0",
|
||||
"LabelReport": "Hl\u00e1\u0161en\u00ed:",
|
||||
"OptionReportSongs": "Songy",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "\u00dam\u011blci",
|
||||
"OptionReportAlbums": "Alba",
|
||||
"OptionReportAdultVideos": "Videa pro dosp\u011bl\u00e9",
|
||||
"ButtonMore": "V\u00edce",
|
||||
"ButtonMoreItems": "V\u00edce",
|
||||
"HeaderActivity": "Aktivity",
|
||||
"ScheduledTaskStartedWithName": "{0} zah\u00e1jeno",
|
||||
"ScheduledTaskCancelledWithName": "{0} bylo ukon\u010deno",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Obnova hesla",
|
||||
"HeaderParentalRatings": "Rodi\u010dovsk\u00e1 hodnocen\u00ed",
|
||||
"HeaderVideoTypes": "Typ videa",
|
||||
"HeaderYears": "Roky",
|
||||
"HeaderBlockItemsWithNoRating": "Blokovat obsah s \u017e\u00e1dnou nebo nerozpoznanou informac\u00ed o hodnocen\u00ed:",
|
||||
"LabelBlockContentWithTags": "Blokovat obsah dle tag\u016f:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit na jednotliv\u00e9 vlo\u017een\u00ed obr\u00e1zku",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Nadch\u00e1zej\u00edc\u00ed filmy",
|
||||
"HeaderUpcomingSports": "Nadch\u00e1zej\u00edc\u00ed sportovn\u00ed ud\u00e1losti",
|
||||
"HeaderUpcomingPrograms": "Nadch\u00e1zej\u00edc\u00ed TV programy",
|
||||
"ButtonMoreItems": "V\u00edce",
|
||||
"LabelShowLibraryTileNames": "Zobrazit n\u00e1zvy dla\u017edic v knihovn\u011b",
|
||||
"LabelShowLibraryTileNamesHelp": "Ur\u010d\u00edte, zda se zobraz\u00ed \u0161t\u00edtky s n\u00e1zvy pod dla\u017edic\u00ed v knihovn\u011b na domovsk\u00e9 str\u00e1nce",
|
||||
"OptionEnableTranscodingThrottle": "Povolit p\u0159i\u0161krcen\u00ed",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Konfigurer pinkode",
|
||||
"HeaderAdultsReadHere": "Voksne l\u00e6s her!",
|
||||
"RegisterWithPayPal": "Registrer med PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync kr\u00e6ver medlemsskab",
|
||||
"HeaderEnjoyDayTrial": "Nyd en 14-dages gratis pr\u00f8veperiode",
|
||||
"LabelSyncTempPath": "Sti for midlertidige filer:",
|
||||
"LabelSyncTempPathHelp": "Specificer en brugerdefineret synkroniserings arbejds-mappe. Konverterede filer vil under synkroniseringsprocessen blive gemt her.",
|
||||
|
@ -89,7 +89,7 @@
|
|||
"LabelEnableEnhancedMovies": "Aktiver udvidede filmvisninger",
|
||||
"LabelEnableEnhancedMoviesHelp": "Aktiver dette for at f\u00e5 vist film som mapper med trailere, medvirkende og andet relateret inhold.",
|
||||
"HeaderSyncJobInfo": "Sync Job",
|
||||
"FolderTypeMixed": "Mixed content",
|
||||
"FolderTypeMixed": "Blandet indhold",
|
||||
"FolderTypeMovies": "FIlm",
|
||||
"FolderTypeMusic": "Musik",
|
||||
"FolderTypeAdultVideos": "Voksenfilm",
|
||||
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "Stigende",
|
||||
"OptionDescending": "Faldende",
|
||||
"OptionRuntime": "Varighed",
|
||||
"OptionReleaseDate": "Udgivelsesdato",
|
||||
"OptionReleaseDate": "Release Date",
|
||||
"OptionPlayCount": "Gange afspillet",
|
||||
"OptionDatePlayed": "Dato for afspilning",
|
||||
"OptionDateAdded": "Dato for tilf\u00f8jelse",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budget",
|
||||
"OptionRevenue": "Indt\u00e6gt",
|
||||
"OptionPoster": "Plakat",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Plakat",
|
||||
"OptionBackdrop": "Baggrund",
|
||||
"OptionTimeline": "Tidslinje",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "Metascore",
|
||||
"ButtonSelect": "V\u00e6lg",
|
||||
"ButtonGroupVersions": "Grupp\u00e9r versioner",
|
||||
"ButtonAddToCollection": "Tilf\u00f8j til samling",
|
||||
"ButtonAddToCollection": "Add to Collection",
|
||||
"PismoMessage": "Utilizing Pismo File Mount through a donated license.",
|
||||
"TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
|
||||
"HeaderCredits": "Anerkendelser",
|
||||
|
@ -581,12 +582,12 @@
|
|||
"HeaderProgram": "Program",
|
||||
"HeaderClients": "Klienter",
|
||||
"LabelCompleted": "F\u00e6rdig",
|
||||
"LabelFailed": "Fejlet",
|
||||
"LabelFailed": "Failed",
|
||||
"LabelSkipped": "Oversprunget",
|
||||
"HeaderEpisodeOrganization": "Organisation af episoder",
|
||||
"LabelSeries": "Serier",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "S\u00e6sonnummer",
|
||||
"LabelEpisodeNumber": "Episodenummer",
|
||||
"LabelEndingEpisodeNumber": "Nummer p\u00e5 sidste episode",
|
||||
"LabelEndingEpisodeNumberHelp": "Kun n\u00f8dvendig for filer med flere episoder.",
|
||||
"HeaderSupportTheTeam": "St\u00f8t Emby-holdet",
|
||||
|
@ -730,12 +731,12 @@
|
|||
"TabNowPlaying": "Spiller nu",
|
||||
"TabNavigation": "Navigation",
|
||||
"TabControls": "Kontroller",
|
||||
"ButtonFullscreen": "Skift fuldsk\u00e6rm",
|
||||
"ButtonFullscreen": "Toggle fullscreen",
|
||||
"ButtonScenes": "Scener",
|
||||
"ButtonSubtitles": "Undertekster",
|
||||
"ButtonAudioTracks": "Lydspor",
|
||||
"ButtonPreviousTrack": "Forrige spor",
|
||||
"ButtonNextTrack": "N\u00e6ste spor",
|
||||
"ButtonAudioTracks": "Audio tracks",
|
||||
"ButtonPreviousTrack": "Previous track",
|
||||
"ButtonNextTrack": "Next track",
|
||||
"ButtonStop": "Stop",
|
||||
"ButtonPause": "Pause",
|
||||
"ButtonNext": "N\u00e6ste",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Afspilningslister lader dig lave lister af indhold der kan afspilles lige efter hinanden. For at tilf\u00f8je indhold til afspilningslisten, skal du h\u00f8jreklikke, eller trykke og holde, og derefter v\u00e6lge Tilf\u00f8j til afspilningsliste.",
|
||||
"MessageNoPlaylistItemsAvailable": "Denne afspilningsliste er tom.",
|
||||
"ButtonDismiss": "Afvis",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Rediger denne brugers profil, billede og personlige indstillinger.",
|
||||
"LabelChannelStreamQuality": "Foretrukken internet stream kvalitet:",
|
||||
"LabelChannelStreamQualityHelp": "I omr\u00e5der med lav b\u00e5ndbredde kan begr\u00e6nsning af kvaliteten sikre en flydende streamingoplevelse.",
|
||||
|
@ -1083,7 +1085,7 @@
|
|||
"OptionUnidentified": "Uidentificeret",
|
||||
"OptionMissingParentalRating": "Mangler aldersgr\u00e6nse",
|
||||
"OptionStub": "P\u00e5begyndt",
|
||||
"HeaderEpisodes": "Episoder:",
|
||||
"HeaderEpisodes": "Episodes:",
|
||||
"OptionSeason0": "S\u00e6son 0",
|
||||
"LabelReport": "Rapport:",
|
||||
"OptionReportSongs": "Sange",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artister",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Voksenfilm",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Aktivitet",
|
||||
"ScheduledTaskStartedWithName": "{0} startet",
|
||||
"ScheduledTaskCancelledWithName": "{0} blev afbrudt",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Nulstil adgangskode",
|
||||
"HeaderParentalRatings": "Aldersgr\u00e6nser",
|
||||
"HeaderVideoTypes": "Videotyper",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Bloker indhold med disse tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Begr\u00e6ns til et enkelt indlejret billede",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Kommende film",
|
||||
"HeaderUpcomingSports": "Kommende sportsudsendelser",
|
||||
"HeaderUpcomingPrograms": "Kommende programmer",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Vis navne p\u00e5 fliser i biblioteket",
|
||||
"LabelShowLibraryTileNamesHelp": "Afg\u00f8r om der vises navn under hver flise p\u00e5 hjemmesiden",
|
||||
"OptionEnableTranscodingThrottle": "Aktiver neddrosling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "PIN Code festlegen",
|
||||
"HeaderAdultsReadHere": "Eltern, bitte lesen!",
|
||||
"RegisterWithPayPal": "Registrieren mit PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Synchronisation ben\u00f6tigt eine Unterst\u00fctzer-Mitgliedschaft",
|
||||
"HeaderSyncRequiresSupporterMembership": "Synchronisation ben\u00f6tigt eine Supporter-Mitgliedschaft",
|
||||
"HeaderEnjoyDayTrial": "Genie\u00dfen Sie eine 14 Tage Testversion",
|
||||
"LabelSyncTempPath": "Verzeichnis f\u00fcr tempor\u00e4re Dateien",
|
||||
"LabelSyncTempPathHelp": "Legen Sie ein eigenes Synchronisations-Arbeits Verzeichnis fest. Konvertierte Medien werden w\u00e4hrend der Synchronisation hier gespeichert.",
|
||||
|
@ -89,7 +89,7 @@
|
|||
"LabelEnableEnhancedMovies": "Aktiviere erweiterte Filmdarstellung.",
|
||||
"LabelEnableEnhancedMoviesHelp": "Wenn aktiviert, werden Filme als Verzeichnisse dargestellt, welche Trailer, Extras, Besetzung & Crew sowie weitere Inhalte enth\u00e4lt.",
|
||||
"HeaderSyncJobInfo": "Synchronisations-Aufgabe",
|
||||
"FolderTypeMixed": "Gemischter Inhalt",
|
||||
"FolderTypeMixed": "Gemischte Inhalte",
|
||||
"FolderTypeMovies": "Filme",
|
||||
"FolderTypeMusic": "Musik",
|
||||
"FolderTypeAdultVideos": "Videos f\u00fcr Erwachsene",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budget",
|
||||
"OptionRevenue": "Einnahme",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Jahre",
|
||||
"OptionPosterCard": "Poster Karte",
|
||||
"OptionBackdrop": "Hintergrund",
|
||||
"OptionTimeline": "Zeitlinie",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "Metascore",
|
||||
"ButtonSelect": "Ausw\u00e4hlen",
|
||||
"ButtonGroupVersions": "Gruppiere Versionen",
|
||||
"ButtonAddToCollection": "Zu Sammlung hinzuf\u00fcgen",
|
||||
"ButtonAddToCollection": "Zur Sammlung hinzuf\u00fcgen",
|
||||
"PismoMessage": "Verwendet Pismo File Mount durch eine gespendete Lizenz.",
|
||||
"TangibleSoftwareMessage": "Verwendung konkreter L\u00f6sungen von Java\/C# Konvertern durch eine gespendete Lizenz.",
|
||||
"HeaderCredits": "Herausgeber",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "\u00dcbersprungen",
|
||||
"HeaderEpisodeOrganization": "Episodensortierung",
|
||||
"LabelSeries": "Serien:",
|
||||
"LabelSeasonNumber": "Staffelnummer",
|
||||
"LabelEpisodeNumber": "Episodennummer",
|
||||
"LabelSeasonNumber": "Staffelnummer:",
|
||||
"LabelEpisodeNumber": "Episodennummer:",
|
||||
"LabelEndingEpisodeNumber": "Nummer der letzten Episode:",
|
||||
"LabelEndingEpisodeNumberHelp": "Nur erforderlich f\u00fcr Mehrfachepisoden",
|
||||
"HeaderSupportTheTeam": "Unterst\u00fctzen Sie das Emby Team",
|
||||
|
@ -734,8 +735,8 @@
|
|||
"ButtonScenes": "Szenen",
|
||||
"ButtonSubtitles": "Untertitel",
|
||||
"ButtonAudioTracks": "Audiospuren",
|
||||
"ButtonPreviousTrack": "Vorheriges St\u00fcck",
|
||||
"ButtonNextTrack": "N\u00e4chstes St\u00fcck",
|
||||
"ButtonPreviousTrack": "Vorheriger Titel",
|
||||
"ButtonNextTrack": "N\u00e4chster Titel",
|
||||
"ButtonStop": "Stop",
|
||||
"ButtonPause": "Pause",
|
||||
"ButtonNext": "N\u00e4chstes",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Wiedergabeliste erlauben es dir eine Liste mit Inhalt zu erstellen der fortlaufend abgespielt wird. Um einer Wiedergabeliste Inhalte hinzuzuf\u00fcgen klicke rechts oder mache einen langen Tap und w\u00e4hle daraufhin \"Zur Wiedergabeliste hinzuf\u00fcgen\" aus.",
|
||||
"MessageNoPlaylistItemsAvailable": "Diese Wiedergabeliste ist momentan leer.",
|
||||
"ButtonDismiss": "Verwerfen",
|
||||
"ButtonMore": "Mehr",
|
||||
"ButtonEditOtherUserPreferences": "Bearbeite dieses Benutzerprofil, das Benutzerbild und die pers\u00f6nlichen Einstellungen.",
|
||||
"LabelChannelStreamQuality": "Bevorzugte Qualit\u00e4t des Internetstreams",
|
||||
"LabelChannelStreamQualityHelp": "In einer Umgebung mit langsamer Bandbreite kann die Beschr\u00e4nkung der Wiedergabequalit\u00e4t eine fl\u00fcssige Darstellung sichern.",
|
||||
|
@ -1083,7 +1085,7 @@
|
|||
"OptionUnidentified": "Undefiniert",
|
||||
"OptionMissingParentalRating": "Fehlende Altersfreigabe",
|
||||
"OptionStub": "Stub",
|
||||
"HeaderEpisodes": "Episoden:",
|
||||
"HeaderEpisodes": "Episoden",
|
||||
"OptionSeason0": "Staffel 0",
|
||||
"LabelReport": "Bericht:",
|
||||
"OptionReportSongs": "Lieder",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Interpreten",
|
||||
"OptionReportAlbums": "Alben",
|
||||
"OptionReportAdultVideos": "Videos f\u00fcr Erwachsene",
|
||||
"ButtonMore": "Mehr",
|
||||
"ButtonMoreItems": "Mehr",
|
||||
"HeaderActivity": "Aktivit\u00e4ten",
|
||||
"ScheduledTaskStartedWithName": "{0} gestartet",
|
||||
"ScheduledTaskCancelledWithName": "{0} wurde abgebrochen",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Passwort zur\u00fccksetzen",
|
||||
"HeaderParentalRatings": "Altersbeschr\u00e4nkung",
|
||||
"HeaderVideoTypes": "Videotypen",
|
||||
"HeaderYears": "Jahre",
|
||||
"HeaderBlockItemsWithNoRating": "Blockiere Inhalte mit keiner oder nicht erkannter Altersfreigabe",
|
||||
"LabelBlockContentWithTags": "Blockiere Inhalte mit Tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Begrenze auf ein eingebundenes Bild",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Bevorstehende Filme",
|
||||
"HeaderUpcomingSports": "Folgende Sportveranstaltungen",
|
||||
"HeaderUpcomingPrograms": "Bevorstehende Programme",
|
||||
"ButtonMoreItems": "Mehr",
|
||||
"LabelShowLibraryTileNames": "Zeige Bibliothek Kachelnamen.",
|
||||
"LabelShowLibraryTileNamesHelp": "Legen Sie fest, ob Beschriftungen unter den Kacheln der Startseite angezeigt werden sollen.",
|
||||
"OptionEnableTranscodingThrottle": "aktiviere Drosselung",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "\u039f\u03b9 \u03b5\u03bd\u03ae\u03bb\u03b9\u03ba\u03bf\u03b9 \u03b4\u03b9\u03b1\u03b2\u03ac\u03c3\u03c4\u03b5!",
|
||||
"RegisterWithPayPal": "\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03bc\u03b5 Paypal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "\u0391\u03c0\u03bf\u03bb\u03b1\u03cd\u03c3\u03c4\u03b5 14 \u039c\u03ad\u03c1\u03b5\u03c2 \u0394\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2 \u03a0\u03b5\u03c1\u03b9\u03cc\u03b4\u03bf\u03c5",
|
||||
"LabelSyncTempPath": "\u03a6\u03ac\u03ba\u03b5\u03bb\u03bf\u03c2 \u03a0\u03c1\u03bf\u03c3\u03c9\u03c1\u03b9\u03bd\u03ce\u03bd \u0391\u03c1\u03c7\u03b5\u03af\u03c9\u03bd",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -89,7 +89,7 @@
|
|||
"LabelEnableEnhancedMovies": "Enable enhanced movie displays",
|
||||
"LabelEnableEnhancedMoviesHelp": "When enabled, movies will be displayed as folders to include trailers, extras, cast & crew, and other related content.",
|
||||
"HeaderSyncJobInfo": "\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd",
|
||||
"FolderTypeMixed": "Mixed content",
|
||||
"FolderTypeMixed": "\u0391\u03bd\u03ac\u03bc\u03b5\u03b9\u03ba\u03c4\u03bf \u03a0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf",
|
||||
"FolderTypeMovies": "\u03a4\u03b1\u03b9\u03bd\u03af\u03b5\u03c2",
|
||||
"FolderTypeMusic": "\u039c\u03bf\u03c5\u03c3\u03b9\u03ba\u03ae",
|
||||
"FolderTypeAdultVideos": "\u03a4\u03b1\u03b9\u03bd\u03af\u03b5\u03c2 \u0395\u03bd\u03b7\u03bb\u03af\u03ba\u03c9\u03bd",
|
||||
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "\u0391\u03cd\u03be\u03bf\u03c5\u03c3\u03b1",
|
||||
"OptionDescending": "\u03a6\u03b8\u03af\u03bd\u03bf\u03c5\u03c3\u03b1",
|
||||
"OptionRuntime": "Runtime",
|
||||
"OptionReleaseDate": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae\u03c2",
|
||||
"OptionReleaseDate": "Release Date",
|
||||
"OptionPlayCount": "\u03a6\u03bf\u03c1\u03ad\u03c2 \u0391\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2",
|
||||
"OptionDatePlayed": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u0391\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2",
|
||||
"OptionDateAdded": "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7\u03c2",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "\u03a0\u03c1\u03bf\u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03cc\u03c2",
|
||||
"OptionRevenue": "Revenue",
|
||||
"OptionPoster": "\u0391\u03c6\u03af\u03c3\u03b1",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Backdrop",
|
||||
"OptionTimeline": "\u03a7\u03c1\u03bf\u03bd\u03bf\u03b4\u03b9\u03ac\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "\u0392\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1",
|
||||
"ButtonSelect": "\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae",
|
||||
"ButtonGroupVersions": "Group Versions",
|
||||
"ButtonAddToCollection": "\u03a0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c3\u03b5 \u03c3\u03c4\u03b7 \u03a3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ae",
|
||||
"ButtonAddToCollection": "Add to Collection",
|
||||
"PismoMessage": "Utilizing Pismo File Mount through a donated license.",
|
||||
"TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
|
||||
"HeaderCredits": "Credits",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Skipped",
|
||||
"HeaderEpisodeOrganization": "Episode Organization",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budget",
|
||||
"OptionRevenue": "Revenue",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Backdrop",
|
||||
"OptionTimeline": "Timeline",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Skipped",
|
||||
"HeaderEpisodeOrganization": "Episode Organisation",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budget",
|
||||
"OptionRevenue": "Revenue",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Backdrop",
|
||||
"OptionTimeline": "Timeline",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Skipped",
|
||||
"HeaderEpisodeOrganization": "Episode Organization",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budget",
|
||||
"OptionRevenue": "Revenue",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Backdrop",
|
||||
"OptionTimeline": "Timeline",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Skipped",
|
||||
"HeaderEpisodeOrganization": "Episode Organization",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configurar c\u00f3digo pin",
|
||||
"HeaderAdultsReadHere": "\u00a1Adultos Leer Esto!",
|
||||
"RegisterWithPayPal": "Registrar con PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sinc requiere de una Membres\u00eda de Aficionado",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sinc requiere de una Membres\u00eda de Aficionado.",
|
||||
"HeaderEnjoyDayTrial": "Disfrute de una Prueba Gratuita por 14 D\u00edas",
|
||||
"LabelSyncTempPath": "Trayectoria de archivos temporales:",
|
||||
"LabelSyncTempPathHelp": "Especifique una carpeta de trabajo personalizada para sinc. Los medios convertidos creados durante el proceso de sinc ser\u00e1n almacenados en este lugar.",
|
||||
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "Ascendente",
|
||||
"OptionDescending": "Descendente",
|
||||
"OptionRuntime": "Duraci\u00f3n",
|
||||
"OptionReleaseDate": "Fecha de Liberaci\u00f3n",
|
||||
"OptionReleaseDate": "Fecha de Estreno",
|
||||
"OptionPlayCount": "Contador",
|
||||
"OptionDatePlayed": "Fecha de Reproducci\u00f3n",
|
||||
"OptionDateAdded": "Fecha de Adici\u00f3n",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Presupuesto",
|
||||
"OptionRevenue": "Recaudaci\u00f3n",
|
||||
"OptionPoster": "P\u00f3ster",
|
||||
"HeaderYears": "A\u00f1os",
|
||||
"OptionPosterCard": "Tarjeta de P\u00f3ster",
|
||||
"OptionBackdrop": "Imagen de Fondo",
|
||||
"OptionTimeline": "L\u00ednea de Tiempo",
|
||||
|
@ -581,12 +582,12 @@
|
|||
"HeaderProgram": "Programa",
|
||||
"HeaderClients": "Clientes",
|
||||
"LabelCompleted": "Completado",
|
||||
"LabelFailed": "Fallido",
|
||||
"LabelFailed": "Fall\u00f3",
|
||||
"LabelSkipped": "Omitido",
|
||||
"HeaderEpisodeOrganization": "Organizaci\u00f3n de Episodios",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Temporada numero",
|
||||
"LabelEpisodeNumber": "Episodio numero",
|
||||
"LabelSeasonNumber": "N\u00famero de temporada:",
|
||||
"LabelEpisodeNumber": "N\u00famero de episodio:",
|
||||
"LabelEndingEpisodeNumber": "N\u00famero episodio final:",
|
||||
"LabelEndingEpisodeNumberHelp": "S\u00f3lo requerido para archivos multi-episodio",
|
||||
"HeaderSupportTheTeam": "Apoye al equipo de Emby",
|
||||
|
@ -730,7 +731,7 @@
|
|||
"TabNowPlaying": "Reproduci\u00e9ndo Ahora",
|
||||
"TabNavigation": "Navegaci\u00f3n",
|
||||
"TabControls": "Controles",
|
||||
"ButtonFullscreen": "Cambiar a pantalla completa",
|
||||
"ButtonFullscreen": "Cambiar a Pantalla completa",
|
||||
"ButtonScenes": "Escenas",
|
||||
"ButtonSubtitles": "Subt\u00edtulos",
|
||||
"ButtonAudioTracks": "Pistas de audio",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Las listas de reproducci\u00f3n le permiten crear listas de contenidos a ser reproducidos de manera consecutiva. Para agregar \u00edtems a una lista de reproducci\u00f3n, haga clic derecho o seleccione y mantenga, despu\u00e9s seleccione Agregar a Lista de Reproducci\u00f3n.",
|
||||
"MessageNoPlaylistItemsAvailable": "Esta lista de reproducci\u00f3n se encuentra vac\u00eda.",
|
||||
"ButtonDismiss": "Descartar",
|
||||
"ButtonMore": "M\u00e1s",
|
||||
"ButtonEditOtherUserPreferences": "Editar el perf\u00edl de este usuario. im\u00e1gen y preferencias personales.",
|
||||
"LabelChannelStreamQuality": "Calidad por defecto para transmisi\u00f3n por internet:",
|
||||
"LabelChannelStreamQualityHelp": "En un ambiente de ancho de banda limitado, limitar la calidad puede ayudar a asegurar una experiencia de transimisi\u00f3n en tiempo real fluida.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artistas",
|
||||
"OptionReportAlbums": "\u00c1lbumes",
|
||||
"OptionReportAdultVideos": "Videos para Adultos",
|
||||
"ButtonMore": "M\u00e1s",
|
||||
"ButtonMoreItems": "Mas",
|
||||
"HeaderActivity": "Actividad",
|
||||
"ScheduledTaskStartedWithName": "{0} Iniciado",
|
||||
"ScheduledTaskCancelledWithName": "{0} fue cancelado",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Restablecer Contrase\u00f1a",
|
||||
"HeaderParentalRatings": "Clasificaci\u00f3n Parental",
|
||||
"HeaderVideoTypes": "Tipos de Video",
|
||||
"HeaderYears": "A\u00f1os",
|
||||
"HeaderBlockItemsWithNoRating": "Bloquear contenido sin clasificaci\u00f3n o con informaci\u00f3n de clasificaci\u00f3n desconocida:",
|
||||
"LabelBlockContentWithTags": "Bloquear contenidos con etiquetas:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limitar a una sola imagen incrustada.",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Pel\u00edculas por Estrenar",
|
||||
"HeaderUpcomingSports": "Deportes por Estrenar",
|
||||
"HeaderUpcomingPrograms": "Programas por Estrenar",
|
||||
"ButtonMoreItems": "Mas",
|
||||
"LabelShowLibraryTileNames": "Mostrar nombres de t\u00edtulo de las bibliotecas",
|
||||
"LabelShowLibraryTileNamesHelp": "Determina si se desplegar\u00e1n etiquetas debajo de los t\u00edtulos de las bibliotecas con la p\u00e1gina principal",
|
||||
"OptionEnableTranscodingThrottle": "Habilitar contenci\u00f3n",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configurar contrase\u00f1a",
|
||||
"HeaderAdultsReadHere": "Adultos Leer Aqui!",
|
||||
"RegisterWithPayPal": "Registrese con PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync requiere membres\u00eda de partidario",
|
||||
"HeaderEnjoyDayTrial": "Disfrute 14 Dias Gratis de Prueba",
|
||||
"LabelSyncTempPath": "Localizaci\u00f3n del archivo temporal:",
|
||||
"LabelSyncTempPathHelp": "Especificar una carpeta personalizada para achivos en sincronizaci\u00f3n. Medios convertidos creados durante el proceso de sincronizaci\u00f3n ser\u00e1n guardados aqu\u00ed.",
|
||||
|
@ -89,7 +89,7 @@
|
|||
"LabelEnableEnhancedMovies": "Habilite presentaciones de peliculas mejoradas",
|
||||
"LabelEnableEnhancedMoviesHelp": "Cuando est\u00e9 habilitado, las peliculas seran mostradas como folderes para incluir trailers, extras, elenco y equipo, y otros contenidos relacionados.",
|
||||
"HeaderSyncJobInfo": "Trabajo de Sync",
|
||||
"FolderTypeMixed": "Mixed content",
|
||||
"FolderTypeMixed": "Contenido mezclado",
|
||||
"FolderTypeMovies": "Peliculas",
|
||||
"FolderTypeMusic": "Musica",
|
||||
"FolderTypeAdultVideos": "Videos para adultos",
|
||||
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "Ascendente",
|
||||
"OptionDescending": "Descendente",
|
||||
"OptionRuntime": "Tiempo",
|
||||
"OptionReleaseDate": "Fecha de Lanzamiento",
|
||||
"OptionReleaseDate": "Release Date",
|
||||
"OptionPlayCount": "N\u00famero de reproducc.",
|
||||
"OptionDatePlayed": "Fecha de reproducci\u00f3n",
|
||||
"OptionDateAdded": "A\u00f1adido el",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Presupuesto",
|
||||
"OptionRevenue": "Recaudaci\u00f3n",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Cartelera",
|
||||
"OptionBackdrop": "Imagen de fondo",
|
||||
"OptionTimeline": "L\u00ednea de tiempo",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "Metavalor",
|
||||
"ButtonSelect": "Seleccionar",
|
||||
"ButtonGroupVersions": "Versiones de Grupo",
|
||||
"ButtonAddToCollection": "Agregar a la colecci\u00f3n",
|
||||
"ButtonAddToCollection": "A\u00f1adir a la colecci\u00f3n",
|
||||
"PismoMessage": "Usando Pismo File Mount a trav\u00e9s de una licencia donada.",
|
||||
"TangibleSoftwareMessage": "Utilizamos convertidores Java\/C# de Tangible Solutions a trav\u00e9s de una licencia donada.",
|
||||
"HeaderCredits": "Cr\u00e9ditos",
|
||||
|
@ -581,12 +582,12 @@
|
|||
"HeaderProgram": "Programa",
|
||||
"HeaderClients": "Clientes",
|
||||
"LabelCompleted": "Completado",
|
||||
"LabelFailed": "Error",
|
||||
"LabelFailed": "Failed",
|
||||
"LabelSkipped": "Omitido",
|
||||
"HeaderEpisodeOrganization": "Organizaci\u00f3n de episodios",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Temporada n\u00famero:",
|
||||
"LabelEpisodeNumber": "N\u00famero de cap\u00edtulo:",
|
||||
"LabelEndingEpisodeNumber": "N\u00famero episodio final:",
|
||||
"LabelEndingEpisodeNumberHelp": "S\u00f3lo requerido para archivos multi-episodio",
|
||||
"HeaderSupportTheTeam": "Apoye al equipo de Emby",
|
||||
|
@ -733,9 +734,9 @@
|
|||
"ButtonFullscreen": "Toggle fullscreen",
|
||||
"ButtonScenes": "Escenas",
|
||||
"ButtonSubtitles": "Subt\u00edtulos",
|
||||
"ButtonAudioTracks": "Pistas de Audio",
|
||||
"ButtonPreviousTrack": "Pista anterior",
|
||||
"ButtonNextTrack": "Pista siguiente",
|
||||
"ButtonAudioTracks": "Audio tracks",
|
||||
"ButtonPreviousTrack": "Previous track",
|
||||
"ButtonNextTrack": "Next track",
|
||||
"ButtonStop": "Detener",
|
||||
"ButtonPause": "Pausa",
|
||||
"ButtonNext": "Siguiente",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Descartar",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Calidad preferida para la transmisi\u00f3n por Internet:",
|
||||
"LabelChannelStreamQualityHelp": "En un entorno de bajo ancho de banda, limitar la calidad puede ayudar a asegurar una experiencia de streaming suave.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budget",
|
||||
"OptionRevenue": "Revenue",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Backdrop",
|
||||
"OptionTimeline": "Timeline",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Skipped",
|
||||
"HeaderEpisodeOrganization": "Episode Organization",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configurer le code PIN",
|
||||
"HeaderAdultsReadHere": "Section r\u00e9serv\u00e9e aux adultes!",
|
||||
"RegisterWithPayPal": "S'enregistrer avec PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "La synchronisation n\u00e9cessite un abonnement comme supporteur",
|
||||
"HeaderSyncRequiresSupporterMembership": "La synchronisation n\u00e9cessite un abonnement actif comme supporteur.",
|
||||
"HeaderEnjoyDayTrial": "Profitez d'une p\u00e9riode d'essai de 14 jours",
|
||||
"LabelSyncTempPath": "R\u00e9pertoire de fichiers temporaires :",
|
||||
"LabelSyncTempPathHelp": "Sp\u00e9cifiez un r\u00e9pertoire de travail pour la synchronisation. Les fichiers r\u00e9sultant de la conversion de m\u00e9dias au cours du processus de synchronisation seront stock\u00e9s ici.",
|
||||
|
@ -89,7 +89,7 @@
|
|||
"LabelEnableEnhancedMovies": "Activer le mode d'affichage am\u00e9lior\u00e9 des films",
|
||||
"LabelEnableEnhancedMoviesHelp": "Lorsque ce mode est activ\u00e9, les films seront affich\u00e9s comme des dossiers et incluront les bandes-annonces, les bonus, l'\u00e9quipe de tournage et les autre contenus li\u00e9s.",
|
||||
"HeaderSyncJobInfo": "T\u00e2che de synchronisation",
|
||||
"FolderTypeMixed": "Contenu m\u00e9lang\u00e9",
|
||||
"FolderTypeMixed": "Contenus m\u00e9lang\u00e9s",
|
||||
"FolderTypeMovies": "Films",
|
||||
"FolderTypeMusic": "Musique",
|
||||
"FolderTypeAdultVideos": "Vid\u00e9os Adultes",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budget",
|
||||
"OptionRevenue": "Recettes",
|
||||
"OptionPoster": "Affiche",
|
||||
"HeaderYears": "Ann\u00e9es",
|
||||
"OptionPosterCard": "Carte Affiche",
|
||||
"OptionBackdrop": "Image d'arri\u00e8re-plan",
|
||||
"OptionTimeline": "Chronologie",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "Metascore",
|
||||
"ButtonSelect": "S\u00e9lectionner",
|
||||
"ButtonGroupVersions": "Versions des groupes",
|
||||
"ButtonAddToCollection": "Ajouter \u00e0 une collection",
|
||||
"ButtonAddToCollection": "Ajouter \u00e0 la collection",
|
||||
"PismoMessage": "Utilisation de \"Pismo File Mount\" par une licence fournie.",
|
||||
"TangibleSoftwareMessage": "Utilisation de convertisseurs Tangible Solutions Java\/C# par licence fournie.",
|
||||
"HeaderCredits": "Cr\u00e9dits",
|
||||
|
@ -490,7 +491,7 @@
|
|||
"HeaderCastCrew": "\u00c9quipe de tournage",
|
||||
"HeaderAdditionalParts": "Parties Additionelles",
|
||||
"ButtonSplitVersionsApart": "S\u00e9parer les versions",
|
||||
"ButtonPlayTrailer": "Bande-annonce",
|
||||
"ButtonPlayTrailer": "Lire la bande-annonce",
|
||||
"LabelMissing": "Manquant(s)",
|
||||
"LabelOffline": "Hors ligne",
|
||||
"PathSubstitutionHelp": "Les substitutions de chemins d'acc\u00e8s sont utilis\u00e9es pour faire correspondre un chemin d'acc\u00e8s du serveur \u00e0 un chemin d'acc\u00e8s accessible par les clients. En autorisant un acc\u00e8s direct aux m\u00e9dias du serveur, les clients pourront les lire directement du r\u00e9seau et \u00e9viter l'utilisation inutiles des ressources du serveur en demandant du transcodage.",
|
||||
|
@ -581,12 +582,12 @@
|
|||
"HeaderProgram": "Programme",
|
||||
"HeaderClients": "Clients",
|
||||
"LabelCompleted": "Termin\u00e9 avec succ\u00e8s",
|
||||
"LabelFailed": "\u00c9chou\u00e9",
|
||||
"LabelFailed": "(\u00e9chec)",
|
||||
"LabelSkipped": "Saut\u00e9",
|
||||
"HeaderEpisodeOrganization": "Organisation des \u00e9pisodes",
|
||||
"LabelSeries": "S\u00e9ries :",
|
||||
"LabelSeasonNumber": "Num\u00e9ro de saison",
|
||||
"LabelEpisodeNumber": "Num\u00e9ro d'\u00e9pisode",
|
||||
"LabelSeries": "S\u00e9ries",
|
||||
"LabelSeasonNumber": "Num\u00e9ro de la saison:",
|
||||
"LabelEpisodeNumber": "Num\u00e9ro de l'\u00e9pisode:",
|
||||
"LabelEndingEpisodeNumber": "Num\u00e9ro d'\u00e9pisode final:",
|
||||
"LabelEndingEpisodeNumberHelp": "Uniquement requis pour les fichiers multi-\u00e9pisodes",
|
||||
"HeaderSupportTheTeam": "Aidez l'\u00e9quipe Emby",
|
||||
|
@ -730,11 +731,11 @@
|
|||
"TabNowPlaying": "Lecture en cours",
|
||||
"TabNavigation": "Navigation",
|
||||
"TabControls": "Contr\u00f4les",
|
||||
"ButtonFullscreen": "Basculer en plein \u00e9cran",
|
||||
"ButtonFullscreen": "Plein \u00e9cran",
|
||||
"ButtonScenes": "Sc\u00e8nes",
|
||||
"ButtonSubtitles": "Sous-titres",
|
||||
"ButtonAudioTracks": "Pistes audio",
|
||||
"ButtonPreviousTrack": "Piste pr\u00e9c\u00e9dente",
|
||||
"ButtonAudioTracks": "Pistes Audio",
|
||||
"ButtonPreviousTrack": "Piste Pr\u00e9c\u00e9dente",
|
||||
"ButtonNextTrack": "Piste suivante",
|
||||
"ButtonStop": "Arr\u00eat",
|
||||
"ButtonPause": "Pause",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Les listes de lectures vous permettent de cr\u00e9er des listes de contenus \u00e0 lire en continu en une fois. Pour ajouter un \u00e9l\u00e9ment \u00e0 la liste, faire un clic droit ou appuyer et maintenez, puis s\u00e9lectionnez Ajouter \u00e0 la liste de lecture",
|
||||
"MessageNoPlaylistItemsAvailable": "Cette liste de lecture est actuellement vide.",
|
||||
"ButtonDismiss": "Annuler",
|
||||
"ButtonMore": "Plus",
|
||||
"ButtonEditOtherUserPreferences": "Modifier ce profil utilisateur, son avatar et ses pr\u00e9f\u00e9rences personnelles.",
|
||||
"LabelChannelStreamQuality": "Qualit\u00e9 de diffusion internet pr\u00e9f\u00e9r\u00e9e :",
|
||||
"LabelChannelStreamQualityHelp": "Avec une bande passante faible, limiter la qualit\u00e9 garantit un confort d'utilisation du streaming.",
|
||||
|
@ -1083,7 +1085,7 @@
|
|||
"OptionUnidentified": "Non identifi\u00e9",
|
||||
"OptionMissingParentalRating": "Note de contr\u00f4le parental manquante",
|
||||
"OptionStub": "Coupure",
|
||||
"HeaderEpisodes": "Episodes:",
|
||||
"HeaderEpisodes": "\u00c9pisodes",
|
||||
"OptionSeason0": "Saison 0",
|
||||
"LabelReport": "Rapport:",
|
||||
"OptionReportSongs": "Chansons",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artistes",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Vid\u00e9os adultes",
|
||||
"ButtonMore": "Plus",
|
||||
"ButtonMoreItems": "Plus",
|
||||
"HeaderActivity": "Activit\u00e9",
|
||||
"ScheduledTaskStartedWithName": "{0} a commenc\u00e9",
|
||||
"ScheduledTaskCancelledWithName": "{0} a \u00e9t\u00e9 annul\u00e9",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Mot de passe r\u00e9initialis\u00e9",
|
||||
"HeaderParentalRatings": "Note parentale",
|
||||
"HeaderVideoTypes": "Types de vid\u00e9o",
|
||||
"HeaderYears": "Ann\u00e9es",
|
||||
"HeaderBlockItemsWithNoRating": "Bloquer le contenu comportant des informations de classement inconnues ou n'en disposant pas:",
|
||||
"LabelBlockContentWithTags": "Bloquer le contenu comportant les tags suivants :",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limiter \u00e0 une seule image int\u00e9gr\u00e9e",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Films \u00e0 venir",
|
||||
"HeaderUpcomingSports": "Ev\u00e9nements sportifs \u00e0 venir",
|
||||
"HeaderUpcomingPrograms": "Programmes \u00e0 venir",
|
||||
"ButtonMoreItems": "Plus",
|
||||
"LabelShowLibraryTileNames": "Voir les noms des affiches de la biblioth\u00e8que",
|
||||
"LabelShowLibraryTileNamesHelp": "D\u00e9termine si les noms doivent \u00eatre affich\u00e9s en dessous des affiches de la biblioth\u00e8que sur la page d'accueil",
|
||||
"OptionEnableTranscodingThrottle": "Activer le throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Konfigurier de Pin Code",
|
||||
"HeaderAdultsReadHere": "Erwachseni bitte do lese!",
|
||||
"RegisterWithPayPal": "Registrier di mit PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Synchronisierig brucht en Supporter Mitgliedschaft",
|
||||
"HeaderEnjoyDayTrial": "Gn\u00fcss diin 14-T\u00e4g gratis Ziit zum teste",
|
||||
"LabelSyncTempPath": "Pfad f\u00f6r tempor\u00e4ri Date:",
|
||||
"LabelSyncTempPathHelp": "Gib en eigene Arbetsordner f\u00f6r d'Synchronisierig a. Konvertierti Medie werded w\u00e4hrend em Sync-Prozess det gspeichered.",
|
||||
|
@ -89,7 +89,7 @@
|
|||
"LabelEnableEnhancedMovies": "Aktivier erwiiterti Filmasichte",
|
||||
"LabelEnableEnhancedMoviesHelp": "Falls aktiviert, werded Film als ganzi Ordner inkl Trailer, Extras wie Casting & Crew und anderi wichtigi Date azeigt.",
|
||||
"HeaderSyncJobInfo": "Sync Job",
|
||||
"FolderTypeMixed": "Mixed content",
|
||||
"FolderTypeMixed": "Verschiedeni Sache",
|
||||
"FolderTypeMovies": "Film",
|
||||
"FolderTypeMusic": "Musig",
|
||||
"FolderTypeAdultVideos": "Erwachseni Film",
|
||||
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "Ufstiigend",
|
||||
"OptionDescending": "Abstiigend",
|
||||
"OptionRuntime": "Laufziit",
|
||||
"OptionReleaseDate": "Release Ziit:",
|
||||
"OptionReleaseDate": "Release Date",
|
||||
"OptionPlayCount": "Z\u00e4hler",
|
||||
"OptionDatePlayed": "Abgspellt am",
|
||||
"OptionDateAdded": "Dezue gf\u00fcegt am",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budget",
|
||||
"OptionRevenue": "iinahme",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Postercharte",
|
||||
"OptionBackdrop": "Hindergrund",
|
||||
"OptionTimeline": "Ziitlinie",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Skipped",
|
||||
"HeaderEpisodeOrganization": "Episode Organization",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "\u05ea\u05e7\u05e6\u05d9\u05d1",
|
||||
"OptionRevenue": "\u05d4\u05db\u05e0\u05e1\u05d5\u05ea",
|
||||
"OptionPoster": "\u05e4\u05d5\u05e1\u05d8\u05e8",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e8\u05e7\u05e2",
|
||||
"OptionTimeline": "\u05e6\u05d9\u05e8 \u05d6\u05de\u05df",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "\u05d3\u05d5\u05dc\u05d2",
|
||||
"HeaderEpisodeOrganization": "\u05d0\u05d9\u05e8\u05d2\u05d5\u05df \u05e4\u05e8\u05e7\u05d9\u05dd",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "\u05de\u05e1\u05e4\u05e8 \u05e2\u05d5\u05e0\u05d4:",
|
||||
"LabelEpisodeNumber": "\u05de\u05e1\u05e4\u05e8 \u05e4\u05e8\u05e7:",
|
||||
"LabelEndingEpisodeNumber": "\u05de\u05e1\u05e4\u05e8 \u05e1\u05d9\u05d5\u05dd \u05e4\u05e8\u05e7:",
|
||||
"LabelEndingEpisodeNumberHelp": "\u05d4\u05db\u05e8\u05d7\u05d9 \u05e8\u05e7 \u05e2\u05d1\u05d5\u05e8 \u05e7\u05d1\u05e6\u05d9\u05dd \u05e9\u05dc \u05e4\u05e8\u05e7\u05d9\u05dd \u05de\u05d7\u05d5\u05d1\u05e8\u05d9\u05dd",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Bud\u017eet",
|
||||
"OptionRevenue": "Prihod",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Pozadina",
|
||||
"OptionTimeline": "Vremenska linija",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Presko\u010deno",
|
||||
"HeaderEpisodeOrganization": "Organizacija epizoda",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Broj sezone:",
|
||||
"LabelEpisodeNumber": "Broj epizode:",
|
||||
"LabelEndingEpisodeNumber": "Broj kraja epizode:",
|
||||
"LabelEndingEpisodeNumberHelp": "Potrebno samo za datoteke sa vi\u0161e epizoda",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configura codice pin",
|
||||
"HeaderAdultsReadHere": "Adulti leggete qui!",
|
||||
"RegisterWithPayPal": "Registrati con PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync richiede un abbonamento Supporter",
|
||||
"HeaderSyncRequiresSupporterMembership": "La sincronizzazione richiede un'iscrizione come supporter",
|
||||
"HeaderEnjoyDayTrial": "Goditi una prova gratuita per 14 giorni",
|
||||
"LabelSyncTempPath": "Percorso file temporanei:",
|
||||
"LabelSyncTempPathHelp": "Specifica una cartella per la sincronizzazione. I file multimediali convertiti durante la sincronizzazione verranno memorizzati qui.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budget",
|
||||
"OptionRevenue": "Recensione",
|
||||
"OptionPoster": "Locandina",
|
||||
"HeaderYears": "Anni",
|
||||
"OptionPosterCard": "Scheda locandina",
|
||||
"OptionBackdrop": "Sfondo",
|
||||
"OptionTimeline": "Cronologia",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "Punteggio",
|
||||
"ButtonSelect": "Seleziona",
|
||||
"ButtonGroupVersions": "Versione Gruppo",
|
||||
"ButtonAddToCollection": "Aggiungi alla collezione",
|
||||
"ButtonAddToCollection": "Aggiungi alla Collezione",
|
||||
"PismoMessage": "Dona per avere una licenza di Pismo",
|
||||
"TangibleSoftwareMessage": "Utilizza Tangible Solutions Java\/C# con una licenza su donazione.",
|
||||
"HeaderCredits": "Crediti",
|
||||
|
@ -584,9 +585,9 @@
|
|||
"LabelFailed": "Fallito",
|
||||
"LabelSkipped": "Saltato",
|
||||
"HeaderEpisodeOrganization": "Organizzazione Episodi",
|
||||
"LabelSeries": "Serie:",
|
||||
"LabelSeasonNumber": "Numero Stagione",
|
||||
"LabelEpisodeNumber": "Episodio numero",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Numero Stagione:",
|
||||
"LabelEpisodeNumber": "Numero Episodio :",
|
||||
"LabelEndingEpisodeNumber": "Numero ultimo episodio:",
|
||||
"LabelEndingEpisodeNumberHelp": "Richiesto solo se ci sono pi\u00f9 file per espisodio",
|
||||
"HeaderSupportTheTeam": "Supporta il Team di Emby",
|
||||
|
@ -730,7 +731,7 @@
|
|||
"TabNowPlaying": "In esecuzione",
|
||||
"TabNavigation": "Navigazione",
|
||||
"TabControls": "Controlli",
|
||||
"ButtonFullscreen": "Tutto Schermo",
|
||||
"ButtonFullscreen": "Schermo inter",
|
||||
"ButtonScenes": "Scene",
|
||||
"ButtonSubtitles": "Sottotitoli",
|
||||
"ButtonAudioTracks": "Tracce audio",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlist ti permettere di mettere in coda gli elementi da riprodurre.Usa il tasto destro o tap e tieni premuto quindi seleziona elemento da aggiungere",
|
||||
"MessageNoPlaylistItemsAvailable": "Questa playlist al momento \u00e8 vuota",
|
||||
"ButtonDismiss": "Cancella",
|
||||
"ButtonMore": "Piu",
|
||||
"ButtonEditOtherUserPreferences": "Modifica questo utente di profilo, l'immagine e le preferenze personali.",
|
||||
"LabelChannelStreamQuality": "Preferenziale qualit\u00e0 del flusso internet:",
|
||||
"LabelChannelStreamQualityHelp": "In un ambiente a bassa larghezza di banda, limitando la qualit\u00e0 pu\u00f2 contribuire a garantire un'esperienza di streaming continuo.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Cantanti",
|
||||
"OptionReportAlbums": "Album",
|
||||
"OptionReportAdultVideos": "Video x adulti",
|
||||
"ButtonMore": "Piu",
|
||||
"ButtonMoreItems": "Dettagli",
|
||||
"HeaderActivity": "Attivit\u00e0",
|
||||
"ScheduledTaskStartedWithName": "{0} Avviati",
|
||||
"ScheduledTaskCancelledWithName": "{0} cancellati",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Reset della Password",
|
||||
"HeaderParentalRatings": "Valutazioni genitori",
|
||||
"HeaderVideoTypes": "Tipi Video",
|
||||
"HeaderYears": "Anni",
|
||||
"HeaderBlockItemsWithNoRating": "Blocca contenuti sconosciuti o senza informazione",
|
||||
"LabelBlockContentWithTags": "Blocco dei contenuti con le etichette:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limitato a singola immagine incorporata",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Film in arrivo",
|
||||
"HeaderUpcomingSports": "Sport in arrivo",
|
||||
"HeaderUpcomingPrograms": "Programmi in arrivo",
|
||||
"ButtonMoreItems": "Dettagli",
|
||||
"LabelShowLibraryTileNames": "Mostra i nomi di file di libreria",
|
||||
"LabelShowLibraryTileNamesHelp": "Determina se le etichette vengono visualizzate sotto le locandine della libreria sulla home page",
|
||||
"OptionEnableTranscodingThrottle": "Abilita il throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "PIN-\u043a\u043e\u0434\u0442\u044b \u0442\u0435\u04a3\u0448\u0435\u0443",
|
||||
"HeaderAdultsReadHere": "\u0415\u0440\u0435\u0441\u0435\u043a\u0442\u0435\u0440, \u043c\u044b\u043d\u0430\u043d\u044b \u043e\u049b\u044b\u04a3\u044b\u0437!",
|
||||
"RegisterWithPayPal": "PayPal \u0430\u0440\u049b\u044b\u043b\u044b \u0442\u0456\u0440\u043a\u0435\u043b\u0443",
|
||||
"HeaderSyncRequiresSupporterMembership": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u04af\u0448\u0456\u043d \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u043a \u049b\u0430\u0436\u0435\u0442",
|
||||
"HeaderSyncRequiresSupporterMembership": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u04af\u0448\u0456\u043d \u0436\u0430\u049b\u0442\u0430\u0443\u0448\u044b \u043c\u04af\u0448\u0435\u043b\u0456\u0433\u0456 \u049b\u0430\u0436\u0435\u0442",
|
||||
"HeaderEnjoyDayTrial": "\u0422\u0435\u0433\u0456\u043d \u0441\u044b\u043d\u0430\u0443\u0434\u044b 14 \u043a\u04af\u043d \u0442\u0430\u043c\u0430\u0448\u0430\u043b\u0430\u04a3\u044b\u0456\u0437",
|
||||
"LabelSyncTempPath": "\u0423\u0430\u049b\u044b\u0442\u0448\u0430 \u0444\u0430\u0439\u043b \u0436\u043e\u043b\u044b:",
|
||||
"LabelSyncTempPathHelp": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u04af\u0448\u0456\u043d \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u0436\u04b1\u043c\u044b\u0441 \u049b\u0430\u043b\u0442\u0430\u043d\u044b \u0430\u043d\u044b\u049b\u0442\u0430\u04a3\u044b\u0437. \u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443 \u043f\u0440\u043e\u0446\u0435\u0441\u0456 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0436\u0430\u0441\u0430\u043b\u0493\u0430\u043d \u0442\u04af\u0440\u043b\u0435\u043d\u0434\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u043e\u0441\u044b \u043e\u0440\u044b\u043d\u0434\u0430 \u0441\u0430\u049b\u0442\u0430\u043b\u0430\u0434\u044b.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "\u0411\u044e\u0434\u0436\u0435\u0442",
|
||||
"OptionRevenue": "\u0422\u0430\u0431\u044b\u0441",
|
||||
"OptionPoster": "\u0416\u0430\u0440\u049b\u0430\u0493\u0430\u0437",
|
||||
"HeaderYears": "\u0416\u044b\u043b\u0434\u0430\u0440",
|
||||
"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",
|
||||
"OptionTimeline": "\u0423\u0430\u049b\u044b\u0442 \u0448\u043a\u0430\u043b\u0430\u0441\u044b",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "Metascore \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b",
|
||||
"ButtonSelect": "\u0411\u04e9\u043b\u0435\u043a\u0442\u0435\u0443",
|
||||
"ButtonGroupVersions": "\u041d\u04b1\u0441\u049b\u0430\u043b\u0430\u0440\u0434\u044b \u0442\u043e\u043f\u0442\u0430\u0441\u0442\u044b\u0440\u0443",
|
||||
"ButtonAddToCollection": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u049b\u0430 \u04af\u0441\u0442\u0435\u0443",
|
||||
"ButtonAddToCollection": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u049b\u0430 \u049b\u043e\u0441\u0443",
|
||||
"PismoMessage": "\u0421\u044b\u0439\u043b\u0430\u043d\u0493\u0430\u043d \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u044f \u0430\u0440\u049b\u044b\u043b\u044b Pismo File Mount \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0434\u0430.",
|
||||
"TangibleSoftwareMessage": "\u0421\u044b\u0439\u043b\u0430\u043d\u0493\u0430\u043d \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u044f \u0430\u0440\u049b\u044b\u043b\u044b Tangible Solutions Java\/C# \u0442\u04af\u0440\u043b\u0435\u043d\u0434\u0456\u0440\u0433\u0456\u0448\u0442\u0435\u0440\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0434\u0430.",
|
||||
"HeaderCredits": "\u049a\u04b1\u049b\u044b\u049b \u0438\u0435\u043b\u0435\u043d\u0443\u0448\u0456\u043b\u0435\u0440",
|
||||
|
@ -490,7 +491,7 @@
|
|||
"HeaderCastCrew": "\u0421\u043e\u043c\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440 \u043c\u0435\u043d \u0442\u04af\u0441\u0456\u0440\u0443\u0448\u0456\u043b\u0435\u0440",
|
||||
"HeaderAdditionalParts": "\u0416\u0430\u043b\u0493\u0430\u0441\u0430\u0442\u044b\u043d \u0431\u04e9\u043b\u0456\u043c\u0434\u0435\u0440",
|
||||
"ButtonSplitVersionsApart": "\u041d\u04af\u0441\u049b\u0430\u043b\u0430\u0440\u0434\u044b \u049b\u0430\u0439\u0442\u0430 \u0431\u04e9\u043b\u0443",
|
||||
"ButtonPlayTrailer": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440\u0433\u0435",
|
||||
"ButtonPlayTrailer": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440",
|
||||
"LabelMissing": "\u0416\u043e\u049b",
|
||||
"LabelOffline": "\u0414\u0435\u0440\u0431\u0435\u0441",
|
||||
"PathSubstitutionHelp": "\u0416\u043e\u043b \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0443\u043b\u0430\u0440\u044b\u043d \u0441\u0435\u0440\u0432\u0435\u0440\u0434\u0435\u0433\u0456 \u0436\u043e\u043b\u0434\u044b \u043a\u043b\u0438\u0435\u043d\u0442\u0442\u0435\u0440 \u049b\u0430\u0442\u044b\u043d\u0430\u0443 \u043c\u04af\u043c\u043a\u0456\u043d \u0436\u043e\u043b\u043c\u0435\u043d \u0441\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443 \u04af\u0448\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b. \u0421\u0435\u0440\u0432\u0435\u0440\u0434\u0435\u0433\u0456 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0433\u0435 \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u049b\u0430\u0442\u044b\u043d\u0430\u0443 \u04af\u0448\u0456\u043d \u043a\u043b\u0438\u0435\u043d\u0442\u0442\u0435\u0440\u0433\u0435 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0456\u043b\u0433\u0435\u043d\u0434\u0435, \u0431\u04b1\u043b\u0430\u0440 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0442\u044b \u0436\u0435\u043b\u0456 \u0430\u0440\u049b\u044b\u043b\u044b \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d \u0436\u04d9\u043d\u0435 \u0441\u0435\u0440\u0432\u0435\u0440 \u0440\u0435\u0441\u0443\u0440\u0441\u0442\u0430\u0440\u044b\u043d \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u04af\u0448\u0456\u043d \u0436\u04d9\u043d\u0435 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u04af\u0448\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0434\u0430\u043d \u0436\u0430\u043b\u0442\u0430\u0440\u0430\u0434\u044b.",
|
||||
|
@ -584,9 +585,9 @@
|
|||
"LabelFailed": "\u0421\u04d9\u0442\u0441\u0456\u0437",
|
||||
"LabelSkipped": "\u04e8\u0442\u043a\u0456\u0437\u0456\u043b\u0433\u0435\u043d",
|
||||
"HeaderEpisodeOrganization": "\u0411\u04e9\u043b\u0456\u043c\u0434\u0456 \u04b1\u0439\u044b\u043c\u0434\u0430\u0441\u0442\u044b\u0440\u0443",
|
||||
"LabelSeries": "\u0422\u0435\u043b\u0435\u0445\u0438\u043a\u0430\u044f:",
|
||||
"LabelSeasonNumber": "\u041c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456",
|
||||
"LabelEpisodeNumber": "\u042d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u0456",
|
||||
"LabelSeries": "\u0422\u0435\u043b\u0435\u0445\u0438\u043a\u0430\u044f\u043b\u0430\u0440:",
|
||||
"LabelSeasonNumber": "\u041c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456:",
|
||||
"LabelEpisodeNumber": "\u0411\u04e9\u043b\u0456\u043c \u043d\u04e9\u043c\u0456\u0440\u0456:",
|
||||
"LabelEndingEpisodeNumber": "\u0410\u044f\u049b\u0442\u0430\u0443\u0448\u044b \u0431\u04e9\u043b\u0456\u043c\u0434\u0456\u04a3 \u043d\u04e9\u043c\u0456\u0440\u0456:",
|
||||
"LabelEndingEpisodeNumberHelp": "\u0411\u04b1\u043b \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u0431\u0456\u0440\u043d\u0435\u0448\u0435 \u0431\u04e9\u043b\u0456\u043c\u0456 \u0431\u0430\u0440 \u0444\u0430\u0439\u043b\u0434\u0430\u0440 \u04af\u0448\u0456\u043d",
|
||||
"HeaderSupportTheTeam": "Emby \u0442\u043e\u0431\u044b\u043d \u049b\u043e\u043b\u0434\u0430\u04a3\u044b\u0437",
|
||||
|
@ -730,7 +731,7 @@
|
|||
"TabNowPlaying": "\u049a\u0430\u0437\u0456\u0440 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0443\u0434\u0430",
|
||||
"TabNavigation": "\u0428\u0430\u0440\u043b\u0430\u0443",
|
||||
"TabControls": "\u0411\u0430\u0441\u049b\u0430\u0440\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0442\u0435\u0440\u0456",
|
||||
"ButtonFullscreen": "\u0422\u043e\u043b\u044b\u049b \u044d\u043a\u0440\u0430\u043d\u0493\u0430",
|
||||
"ButtonFullscreen": "\u0422\u043e\u043b\u044b\u049b \u044d\u043a\u0440\u0430\u043d",
|
||||
"ButtonScenes": "\u0421\u0430\u0445\u043d\u0430\u043b\u0430\u0440\u0493\u0430",
|
||||
"ButtonSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0433\u0435",
|
||||
"ButtonAudioTracks": "\u0414\u044b\u0431\u044b\u0441 \u0436\u043e\u043b\u0448\u044b\u049b\u0442\u0430\u0440\u044b\u043d\u0430",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0456 \u0431\u0456\u0440 \u043a\u0435\u0437\u0434\u0435 \u043e\u0439\u043d\u0430\u0442\u0443 \u04af\u0448\u0456\u043d \u043c\u0430\u0437\u043c\u04b1\u043d \u0442\u0456\u0437\u0456\u043c\u0456\u043d \u0436\u0430\u0441\u0430\u0443\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0435\u0434\u0456. \u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0434\u0435\u0440\u0433\u0435 \u0442\u0430\u0440\u043c\u0430\u049b\u0442\u0430\u0440\u0434\u044b \u04af\u0441\u0442\u0435\u0443 \u04af\u0448\u0456\u043d, \u0442\u0456\u043d\u0442\u0443\u0456\u0440\u0434\u0456\u04a3 \u043e\u04a3 \u0436\u0430\u049b \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u0433\u0456\u043d \u0431\u0430\u0441\u044b\u04a3\u044b\u0437 \u043d\u0435\u043c\u0435\u0441\u0435 \u0442\u04af\u0440\u0442\u0456\u043f \u0436\u04d9\u043d\u0435 \u04b1\u0441\u0442\u0430\u043f \u0442\u04b1\u0440\u044b\u04a3\u044b\u0437, \u0441\u043e\u043d\u0434\u0430 \u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0435 \u04af\u0441\u0442\u0435\u0443 \u0442\u04af\u0439\u043c\u0435\u0448\u0456\u0433\u0456\u043d \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437.",
|
||||
"MessageNoPlaylistItemsAvailable": "\u041e\u0441\u044b \u043e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c \u0430\u0493\u044b\u043c\u0434\u0430\u0493\u044b \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0431\u043e\u0441.",
|
||||
"ButtonDismiss": "\u049a\u0430\u0431\u044b\u043b\u0434\u0430\u043c\u0430\u0443",
|
||||
"ButtonMore": "\u041a\u04e9\u0431\u0456\u0440\u0435\u043a",
|
||||
"ButtonEditOtherUserPreferences": "\u041e\u0441\u044b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b\u04a3 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b\u043d, \u0441\u0443\u0440\u0435\u0442\u0456\u043d \u0436\u04d9\u043d\u0435 \u04e9\u0437\u0456\u043d\u0434\u0456\u043a \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d \u04e9\u04a3\u0434\u0435\u0443.",
|
||||
"LabelChannelStreamQuality": "\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0430\u0440\u049b\u044b\u043b\u044b \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0456:",
|
||||
"LabelChannelStreamQualityHelp": "\u04e8\u0442\u043a\u0456\u0437\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456 \u0442\u04e9\u043c\u0435\u043d \u043e\u0440\u0442\u0430\u0434\u0430, \u0430\u0493\u044b\u043d\u043c\u0435\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0493\u0430\u043d\u0434\u0430 \u0436\u0430\u0442\u044b\u049b \u04d9\u0441\u0435\u0440\u0433\u0435 \u049b\u0430\u043c\u0442\u0430\u043c\u0430\u0441\u044b\u0437 \u0435\u0442\u0443 \u04af\u0448\u0456\u043d \u0441\u0430\u043f\u0430\u043d\u044b \u0448\u0435\u043a\u0442\u0435\u0443 \u043a\u04e9\u043c\u0435\u043a\u0442\u0435\u0441\u0443 \u043c\u04af\u043c\u043a\u0456\u043d.",
|
||||
|
@ -1083,7 +1085,7 @@
|
|||
"OptionUnidentified": "\u0410\u043d\u044b\u049b\u0442\u0430\u043b\u043c\u0430\u0493\u0430\u043d\u0434\u0430\u0440",
|
||||
"OptionMissingParentalRating": "\u0416\u0430\u0441\u0442\u0430\u0441 \u0441\u0430\u043d\u0430\u0442 \u0436\u043e\u049b",
|
||||
"OptionStub": "\u0422\u044b\u0493\u044b\u043d",
|
||||
"HeaderEpisodes": "\u0411\u04e9\u043b\u0456\u043c\u0434\u0435\u0440:",
|
||||
"HeaderEpisodes": "\u0422\u0414-\u0431\u04e9\u043b\u0456\u043c\u0434\u0435\u0440:",
|
||||
"OptionSeason0": "0-\u043c\u0430\u0443\u0441\u044b\u043c",
|
||||
"LabelReport": "\u0411\u0430\u044f\u043d\u0430\u0442:",
|
||||
"OptionReportSongs": "\u04d8\u0443\u0435\u043d\u0434\u0435\u0440",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "\u041e\u0440\u044b\u043d\u0434\u0430\u0443\u0448\u044b\u043b\u0430\u0440",
|
||||
"OptionReportAlbums": "\u0410\u043b\u044c\u0431\u043e\u043c\u0434\u0430\u0440",
|
||||
"OptionReportAdultVideos": "\u0415\u0440\u0435\u0441\u0435\u043a \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0456",
|
||||
"ButtonMore": "\u041a\u04e9\u0431\u0456\u0440\u0435\u043a",
|
||||
"ButtonMoreItems": "\u041a\u04e9\u0431\u0456\u0440\u0435\u043a",
|
||||
"HeaderActivity": "\u04d8\u0440\u0435\u043a\u0435\u0442\u0442\u0435\u0440",
|
||||
"ScheduledTaskStartedWithName": "{0} \u0456\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0434\u044b",
|
||||
"ScheduledTaskCancelledWithName": "{0} \u0431\u043e\u043b\u0434\u044b\u0440\u044b\u043b\u043c\u0430\u0434\u044b",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u044b\u0441\u044b\u0440\u0443",
|
||||
"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:",
|
||||
"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",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "\u041a\u04af\u0442\u0456\u043b\u0433\u0435\u043d \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440",
|
||||
"HeaderUpcomingSports": "\u041a\u04af\u0442\u0456\u043b\u0433\u0435\u043d \u0441\u043f\u043e\u0440\u0442",
|
||||
"HeaderUpcomingPrograms": "\u041a\u04af\u0442\u0456\u043b\u0433\u0435\u043d \u0431\u0435\u0440\u043b\u0456\u043c\u0434\u0435\u0440",
|
||||
"ButtonMoreItems": "\u041a\u04e9\u0431\u0456\u0440\u0435\u043a",
|
||||
"LabelShowLibraryTileNames": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430 \u0442\u0430\u049b\u0442\u0430\u0439\u0448\u0430\u043b\u0430\u0440\u044b\u043d\u044b\u04a3 \u0430\u0442\u0430\u0443\u043b\u0430\u0440\u044b\u043d \u043a\u04e9\u0440\u0441\u0435\u0442\u0443",
|
||||
"LabelShowLibraryTileNamesHelp": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442\u0442\u0435 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430 \u0442\u0430\u049b\u0442\u0430\u0439\u0448\u0430\u043b\u0430\u0440\u044b \u0430\u0441\u0442\u044b\u043d\u0434\u0430 \u0436\u0430\u0437\u0443\u043b\u0430\u0440 \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u0435 \u043c\u0435 \u0435\u043a\u0435\u043d\u0456 \u0430\u043d\u044b\u049b\u0442\u0430\u043b\u0430\u0434\u044b.",
|
||||
"OptionEnableTranscodingThrottle": "\u0420\u0435\u0442\u0442\u0435\u0443\u0434\u0456 \u049b\u043e\u0441\u0443",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "PIN \ucf54\ub4dc \uc124\uc815",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "PayPal\ub85c \ub4f1\ub85d\ud558\uae30",
|
||||
"HeaderSyncRequiresSupporterMembership": "\ub3d9\uae30\ud654\ub294 \uc11c\ud3ec\ud130 \uba64\ubc84\uc2ed\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "14\uc77c \ubb34\ub8cc \uccb4\ud5d8\ud558\uae30",
|
||||
"LabelSyncTempPath": "\uc784\uc2dc \ud30c\uc77c \uacbd\ub85c:",
|
||||
"LabelSyncTempPathHelp": "\uc0ac\uc6a9\uc790 \ub3d9\uae30\ud654 \uc791\uc5c5 \ud3f4\ub354\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4. \ub3d9\uae30\ud654 \uacfc\uc815\uc5d0\uc11c \ub9cc\ub4e4\uc5b4\uc9c4 \ubcc0\ud658\ub41c \ubbf8\ub514\uc5b4\uac00 \uc5ec\uae30\uc5d0 \uc800\uc7a5\ub429\ub2c8\ub2e4.",
|
||||
|
@ -89,7 +89,7 @@
|
|||
"LabelEnableEnhancedMovies": "\ud5a5\uc0c1\ub41c \uc601\ud654 \ud654\uba74 \uc0ac\uc6a9",
|
||||
"LabelEnableEnhancedMoviesHelp": "\uc601\ud654 \uc608\uace0\ud3b8, \ucd94\uac00\uc815\ubcf4, \ubc30\uc5ed \ub4f1\uc758 \uad00\ub828 \ucf58\ud150\uce20\uac00 \ud3ec\ud568\ub41c \ud3f4\ub354\ub85c \ud45c\uc2dc\ud569\ub2c8\ub2e4.",
|
||||
"HeaderSyncJobInfo": "\ub3d9\uae30\ud654 \uc791\uc5c5",
|
||||
"FolderTypeMixed": "\ud63c\ud569 \ucf58\ud150\uce20",
|
||||
"FolderTypeMixed": "\ud63c\ud569 \ucf58\ud150\ud2b8",
|
||||
"FolderTypeMovies": "\uc601\ud654",
|
||||
"FolderTypeMusic": "\uc74c\uc545",
|
||||
"FolderTypeAdultVideos": "\uc131\uc778 \ube44\ub514\uc624",
|
||||
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "\uc624\ub984\ucc28\uc21c",
|
||||
"OptionDescending": "\ub0b4\ub9bc\ucc28\uc21c",
|
||||
"OptionRuntime": "\uc0c1\uc601 \uc2dc\uac04",
|
||||
"OptionReleaseDate": "\uac1c\ubd09\uc77c",
|
||||
"OptionReleaseDate": "Release Date",
|
||||
"OptionPlayCount": "\uc7ac\uc0dd \ud69f\uc218",
|
||||
"OptionDatePlayed": "Date Played",
|
||||
"OptionDateAdded": "\ucd94\uac00\ud55c \ub0a0\uc9dc",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "\uc608\uc0b0",
|
||||
"OptionRevenue": "\uc218\uc775",
|
||||
"OptionPoster": "\ud3ec\uc2a4\ud130",
|
||||
"HeaderYears": "\uc5f0\ub3c4",
|
||||
"OptionPosterCard": "\ud3ec\uc2a4\ud130 \uce74\ub4dc",
|
||||
"OptionBackdrop": "\ubc30\uacbd",
|
||||
"OptionTimeline": "Timeline",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "Metascore",
|
||||
"ButtonSelect": "\uc120\ud0dd",
|
||||
"ButtonGroupVersions": "\uadf8\ub8f9 \ubc84\uc804",
|
||||
"ButtonAddToCollection": "\uceec\ub809\uc158\uc5d0 \ucd94\uac00",
|
||||
"ButtonAddToCollection": "Add to Collection",
|
||||
"PismoMessage": "Utilizing Pismo File Mount through a donated license.",
|
||||
"TangibleSoftwareMessage": "Utilizing Tangible Solutions Java\/C# converters through a donated license.",
|
||||
"HeaderCredits": "\ud06c\ub808\ub514\ud2b8",
|
||||
|
@ -490,7 +491,7 @@
|
|||
"HeaderCastCrew": "\ubc30\uc5ed \ubc0f \uc81c\uc791\uc9c4",
|
||||
"HeaderAdditionalParts": "Additional Parts",
|
||||
"ButtonSplitVersionsApart": "Split Versions Apart",
|
||||
"ButtonPlayTrailer": "\uc608\uace0\ud3b8",
|
||||
"ButtonPlayTrailer": "Trailer",
|
||||
"LabelMissing": "Missing",
|
||||
"LabelOffline": "\uc624\ud504\ub77c\uc778",
|
||||
"PathSubstitutionHelp": "Path substitutions are used for mapping a path on the server to a path that clients are able to access. By allowing clients direct access to media on the server they may be able to play them directly over the network and avoid using server resources to stream and transcode them.",
|
||||
|
@ -581,12 +582,12 @@
|
|||
"HeaderProgram": "\ud504\ub85c\uadf8\ub7a8",
|
||||
"HeaderClients": "\ud074\ub77c\uc774\uc5b8\ud2b8",
|
||||
"LabelCompleted": "\uc644\ub8cc",
|
||||
"LabelFailed": "\uc2e4\ud328",
|
||||
"LabelFailed": "Failed",
|
||||
"LabelSkipped": "\uac74\ub108\ub700",
|
||||
"HeaderEpisodeOrganization": "\uc5d0\ud53c\uc18c\ub4dc \uad6c\uc131",
|
||||
"LabelSeries": "\uc2dc\ub9ac\uc988:",
|
||||
"LabelSeasonNumber": "\uc2dc\uc98c \ubc88\ud638",
|
||||
"LabelEpisodeNumber": "\uc5d0\ud53c\uc18c\ub4dc \ubc88\ud638",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "\ub9c8\uc9c0\ub9c9 \uc5d0\ud53c\uc18c\ub4dc \ubc88\ud638:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Emby \ud300 \uc9c0\uc6d0",
|
||||
|
@ -730,12 +731,12 @@
|
|||
"TabNowPlaying": "\uc9c0\uae08 \uc7ac\uc0dd \uc911",
|
||||
"TabNavigation": "\ud0d0\uc0c9",
|
||||
"TabControls": "Controls",
|
||||
"ButtonFullscreen": "\uc804\uccb4\ud654\uba74 \uc804\ud658",
|
||||
"ButtonFullscreen": "Toggle fullscreen",
|
||||
"ButtonScenes": "\uc7a5\uba74",
|
||||
"ButtonSubtitles": "\uc790\ub9c9",
|
||||
"ButtonAudioTracks": "\uc624\ub514\uc624 \ud2b8\ub799",
|
||||
"ButtonPreviousTrack": "\uc774\uc804 \ud2b8\ub799",
|
||||
"ButtonNextTrack": "\ub2e4\uc74c \ud2b8\ub799",
|
||||
"ButtonAudioTracks": "Audio tracks",
|
||||
"ButtonPreviousTrack": "Previous track",
|
||||
"ButtonNextTrack": "Next track",
|
||||
"ButtonStop": "\uc911\uc9c0",
|
||||
"ButtonPause": "\uc77c\uc2dc \uc911\uc9c0",
|
||||
"ButtonNext": "\ub2e4\uc74c",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "\uc774 \uc7ac\uc0dd\ubaa9\ub85d\uc740 \ube44\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "\uc0ac\uc6a9\uc790 \ud504\ub85c\ud30c\uc77c, \uc774\ubbf8\uc9c0, \uac1c\uc778 \uc124\uc815\uc744 \ud3b8\uc9d1\ud569\ub2c8\ub2e4.",
|
||||
"LabelChannelStreamQuality": "\uc120\ud638\ud558\ub294 \uc778\ud130\ub137 \uc2a4\ud2b8\ub9bc \ud488\uc9c8:",
|
||||
"LabelChannelStreamQualityHelp": "\ub300\uc5ed\ud3ed\uc774 \ub0ae\uc740 \ud658\uacbd\uc5d0\uc11c \ud488\uc9c8\uc744 \uc81c\ud55c\ud558\uba74 \ubd80\ub4dc\ub7ec\uc6b4 \uc2a4\ud2b8\ub9ac\ubc0d\uc744 \uc720\uc9c0\ud558\ub294\ub370 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4.",
|
||||
|
@ -1083,7 +1085,7 @@
|
|||
"OptionUnidentified": "Unidentified",
|
||||
"OptionMissingParentalRating": "Missing parental rating",
|
||||
"OptionStub": "Stub",
|
||||
"HeaderEpisodes": "\uc5d0\ud53c\uc18c\ub4dc:",
|
||||
"HeaderEpisodes": "Episodes:",
|
||||
"OptionSeason0": "\uc2dc\uc98c 0",
|
||||
"LabelReport": "Report:",
|
||||
"OptionReportSongs": "\ub178\ub798",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "\uc544\ud2f0\uc2a4\ud2b8",
|
||||
"OptionReportAlbums": "\uc568\ubc94",
|
||||
"OptionReportAdultVideos": "\uc131\uc778 \ube44\ub514\uc624",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} \uc2dc\uc791\ub428",
|
||||
"ScheduledTaskCancelledWithName": "{0} \ucde8\uc18c\ub428",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "\ube44\ubc00\ubc88\ud638 \ucd08\uae30\ud654",
|
||||
"HeaderParentalRatings": "\uc790\ub140 \ubcf4\ud638 \ub4f1\uae09",
|
||||
"HeaderVideoTypes": "\ube44\ub514\uc624 \uc885\ub958",
|
||||
"HeaderYears": "\uc5f0\ub3c4",
|
||||
"HeaderBlockItemsWithNoRating": "\ub4f1\uae09 \uc815\ubcf4\uac00 \uc5c6\uac70\ub098 \uc54c \uc218 \uc5c6\ub294 \ucf58\ud14c\ud2b8 \ucc28\ub2e8:",
|
||||
"LabelBlockContentWithTags": "\ub2e4\uc74c \ud0dc\uadf8\uac00 \uc788\ub294 \ucf58\ud150\ud2b8 \ucc28\ub2e8:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "\uac1c\ubd09 \uc608\uc815 \uc601\ud654",
|
||||
"HeaderUpcomingSports": "\uc608\uc815 \uc2a4\ud3ec\uce20",
|
||||
"HeaderUpcomingPrograms": "\uc608\uc815 \ud504\ub85c\uadf8\ub7a8",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "throttling \uc0ac\uc6a9",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budget",
|
||||
"OptionRevenue": "Revenue",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Backdrop",
|
||||
"OptionTimeline": "Timeline",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Skipped",
|
||||
"HeaderEpisodeOrganization": "Episode Organization",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Konfigurer PIN-kode",
|
||||
"HeaderAdultsReadHere": "Voksne les her!",
|
||||
"RegisterWithPayPal": "Registrer med PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Synkronisering krever st\u00f8ttemedlemskap",
|
||||
"HeaderEnjoyDayTrial": "Hygg deg med en 14-dagers gratis pr\u00f8veperiode",
|
||||
"LabelSyncTempPath": "Midlertidig fil-sti:",
|
||||
"LabelSyncTempPathHelp": "Spesifiser din egen synk-mappe. Konverterte mediefiler opprettet ved synkronisering vil lagres her.",
|
||||
|
@ -89,7 +89,7 @@
|
|||
"LabelEnableEnhancedMovies": "Aktiver forbedrede filmvisning",
|
||||
"LabelEnableEnhancedMoviesHelp": "N\u00e5r den er aktivert, vil filmene bli vist som mapper for \u00e5 inkludere trailere, statister, cast og crew, og annet relatert innhold.",
|
||||
"HeaderSyncJobInfo": "Synk.jobb",
|
||||
"FolderTypeMixed": "Blandet innhold",
|
||||
"FolderTypeMixed": "Forskjellig innhold",
|
||||
"FolderTypeMovies": "Filmer",
|
||||
"FolderTypeMusic": "Musikk",
|
||||
"FolderTypeAdultVideos": "Voksen-videoer",
|
||||
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "\u00d8kende",
|
||||
"OptionDescending": "Synkende",
|
||||
"OptionRuntime": "Spilletid",
|
||||
"OptionReleaseDate": "Uttgitt dato",
|
||||
"OptionReleaseDate": "Release Date",
|
||||
"OptionPlayCount": "Antall avspillinger",
|
||||
"OptionDatePlayed": "Dato spilt",
|
||||
"OptionDateAdded": "Dato lagt til",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budsjett",
|
||||
"OptionRevenue": "Inntjening",
|
||||
"OptionPoster": "Plakat",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Plakatkort",
|
||||
"OptionBackdrop": "Bakgrunn",
|
||||
"OptionTimeline": "Tidslinje",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "Metascore",
|
||||
"ButtonSelect": "Velg",
|
||||
"ButtonGroupVersions": "Gruppeversjoner",
|
||||
"ButtonAddToCollection": "Legg til samling",
|
||||
"ButtonAddToCollection": "Legg Til I Samling",
|
||||
"PismoMessage": "Utnytte Pismo File Mount gjennom en donert lisens.",
|
||||
"TangibleSoftwareMessage": "Utnytte konkrete l\u00f8sninger Java \/ C # omformere gjennom en donert lisens.",
|
||||
"HeaderCredits": "Credits",
|
||||
|
@ -581,12 +582,12 @@
|
|||
"HeaderProgram": "Program",
|
||||
"HeaderClients": "Klienter",
|
||||
"LabelCompleted": "Fullf\u00f8rt",
|
||||
"LabelFailed": "Feilet",
|
||||
"LabelFailed": "Failed",
|
||||
"LabelSkipped": "Hoppet over",
|
||||
"HeaderEpisodeOrganization": "Organisering av episoder",
|
||||
"LabelSeries": "Serie:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Sesong nummer:",
|
||||
"LabelEpisodeNumber": "Episode nummer:",
|
||||
"LabelEndingEpisodeNumber": "Ending av episode nummer:",
|
||||
"LabelEndingEpisodeNumberHelp": "Kun n\u00f8dvendig for multi-episode filer",
|
||||
"HeaderSupportTheTeam": "St\u00f8tt Emby teamet!",
|
||||
|
@ -730,12 +731,12 @@
|
|||
"TabNowPlaying": "Spilles Av",
|
||||
"TabNavigation": "Navigering",
|
||||
"TabControls": "Kontrollerer",
|
||||
"ButtonFullscreen": "Veksle fullskjerm",
|
||||
"ButtonFullscreen": "Toggle fullscreen",
|
||||
"ButtonScenes": "Scener",
|
||||
"ButtonSubtitles": "Undertekster",
|
||||
"ButtonAudioTracks": "Lydspor",
|
||||
"ButtonPreviousTrack": "Forrige Spor",
|
||||
"ButtonNextTrack": "Neste Spor",
|
||||
"ButtonAudioTracks": "Audio tracks",
|
||||
"ButtonPreviousTrack": "Previous track",
|
||||
"ButtonNextTrack": "Next track",
|
||||
"ButtonStop": "Stopp",
|
||||
"ButtonPause": "Pause",
|
||||
"ButtonNext": "Neste",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Spillelister tillater deg \u00e5 lage lister over innhold til \u00e5 spille etter hverandre p\u00e5 en gang. For \u00e5 legge til elementer i spillelister, h\u00f8yreklikk eller trykk og hold, og velg Legg til i spilleliste.",
|
||||
"MessageNoPlaylistItemsAvailable": "Denne spillelisten er forel\u00f8pig tom",
|
||||
"ButtonDismiss": "Avvis",
|
||||
"ButtonMore": "Mer",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Foretrukket internet streaming kvalitet.",
|
||||
"LabelChannelStreamQualityHelp": "P\u00e5 en linje med lav b\u00e5ndbredde, vil begrensing av kvalitet hjelpe med \u00e5 gi en mer behagelig streaming opplevelse.",
|
||||
|
@ -1083,7 +1085,7 @@
|
|||
"OptionUnidentified": "uidentifisert",
|
||||
"OptionMissingParentalRating": "Mangler foreldresensur",
|
||||
"OptionStub": "stump",
|
||||
"HeaderEpisodes": "Episoder:",
|
||||
"HeaderEpisodes": "Episodes:",
|
||||
"OptionSeason0": "Sesong 0",
|
||||
"LabelReport": "Rapport:",
|
||||
"OptionReportSongs": "Sanger:",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artisert",
|
||||
"OptionReportAlbums": "Albumer",
|
||||
"OptionReportAdultVideos": "Voksen videoer",
|
||||
"ButtonMore": "Mer",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Aktivitet",
|
||||
"ScheduledTaskStartedWithName": "{0} startet",
|
||||
"ScheduledTaskCancelledWithName": "{0} ble avbrutt",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Resett passord",
|
||||
"HeaderParentalRatings": "Foreldresensur",
|
||||
"HeaderVideoTypes": "Videotyper",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Blokker innhold med f\u00f8lgende tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Maksimalt et innebygd bilde",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Kommende filmer",
|
||||
"HeaderUpcomingSports": "Kommende sport",
|
||||
"HeaderUpcomingPrograms": "Kommende programmer",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Aktiver struping",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configureer pincode",
|
||||
"HeaderAdultsReadHere": "Volwassenen Lees hier!",
|
||||
"RegisterWithPayPal": "Registreer met PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Synchroniseren vereist een Supporter Lidmaatschap",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Vereist een Supporter lidmaatschap",
|
||||
"HeaderEnjoyDayTrial": "Geniet van een 14-daagse gratis proefversie",
|
||||
"LabelSyncTempPath": "Pad voor tijdelijke bestanden:",
|
||||
"LabelSyncTempPathHelp": "Geef een afwijkende sync werk directory op. Tijdens het sync proces aangemaakte geconverteerde media zal hier opgeslagen worden.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budget",
|
||||
"OptionRevenue": "Inkomsten",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Jaren",
|
||||
"OptionPosterCard": "Poster kaart",
|
||||
"OptionBackdrop": "Achtergrond",
|
||||
"OptionTimeline": "Tijdlijn",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "Metascore",
|
||||
"ButtonSelect": "Selecteer",
|
||||
"ButtonGroupVersions": "Groepeer Versies",
|
||||
"ButtonAddToCollection": "Toevoegen aan Collectie",
|
||||
"ButtonAddToCollection": "Toevoegen aan verzameling",
|
||||
"PismoMessage": "Pismo File Mount (met een geschonken licentie).",
|
||||
"TangibleSoftwareMessage": "Gebruik makend van concrete oplossingen als Java \/ C converters door een geschonken licentie.",
|
||||
"HeaderCredits": "Credits",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Overgeslagen",
|
||||
"HeaderEpisodeOrganization": "Afleveringen Organisatie",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Seizoensnummer",
|
||||
"LabelEpisodeNumber": "Afleveringsnummer",
|
||||
"LabelSeasonNumber": "Seizoen nummer:",
|
||||
"LabelEpisodeNumber": "Aflevering nummer:",
|
||||
"LabelEndingEpisodeNumber": "Laatste aflevering nummer:",
|
||||
"LabelEndingEpisodeNumberHelp": "Alleen vereist voor bestanden met meerdere afleveringen",
|
||||
"HeaderSupportTheTeam": "Ondersteun het Emby Team",
|
||||
|
@ -730,12 +731,12 @@
|
|||
"TabNowPlaying": "Wordt nu afgespeeld",
|
||||
"TabNavigation": "Navigatie",
|
||||
"TabControls": "Besturing",
|
||||
"ButtonFullscreen": "Schakelen tussen volledig scherm ",
|
||||
"ButtonFullscreen": "Schakelen tussen volledig scherm",
|
||||
"ButtonScenes": "Scenes",
|
||||
"ButtonSubtitles": "Ondertiteling",
|
||||
"ButtonAudioTracks": "Geluidssporen",
|
||||
"ButtonPreviousTrack": "Vorige track",
|
||||
"ButtonNextTrack": "Volgende track",
|
||||
"ButtonPreviousTrack": "Vorig nummer",
|
||||
"ButtonNextTrack": "Volgend nummer",
|
||||
"ButtonStop": "Stop",
|
||||
"ButtonPause": "Pauze",
|
||||
"ButtonNext": "Volgende",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Met afspeellijsten kunt u een lijst maken waarvan de items achter elkaar afgespeeld worden. Om een item toe te voegen klikt u met rechts of tik en houd het vast om het te selecteren, klik vervolgens op Toevoegen aan afspeellijst.",
|
||||
"MessageNoPlaylistItemsAvailable": "De afspeellijst is momenteel leeg.",
|
||||
"ButtonDismiss": "Afwijzen",
|
||||
"ButtonMore": "Meer",
|
||||
"ButtonEditOtherUserPreferences": "Wijzig het profiel, afbeelding en persoonlijke voorkeuren van deze gebruiker.",
|
||||
"LabelChannelStreamQuality": "Voorkeurs kwaliteit internet stream:",
|
||||
"LabelChannelStreamQualityHelp": "Bij weinig beschikbare bandbreedte kan het verminderen van de kwaliteit betere streams opleveren.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artiesten",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult video's",
|
||||
"ButtonMore": "Meer",
|
||||
"ButtonMoreItems": "Meer",
|
||||
"HeaderActivity": "Activiteit",
|
||||
"ScheduledTaskStartedWithName": "{0} is gestart",
|
||||
"ScheduledTaskCancelledWithName": "{0} is geannuleerd",
|
||||
|
@ -1293,7 +1295,7 @@
|
|||
"OptionUpcomingStreamingMovies": "Inclusief trailers van nieuwe en aankomende films op Netflix",
|
||||
"LabelDisplayTrailersWithinMovieSuggestions": "Toon trailers binnen film suggesties",
|
||||
"LabelDisplayTrailersWithinMovieSuggestionsHelp": "Vereist installatie van het Trailer-kanaal.",
|
||||
"CinemaModeConfigurationHelp2": "Emby apps will have a setting to enable or disable cinema mode. TV apps enable cinema mode by default.",
|
||||
"CinemaModeConfigurationHelp2": "Emby apps hebben een instelling om de cinema mode in- of uit te schakelen. TV-apps schakelen cinema modus standaard in.",
|
||||
"LabelEnableCinemaMode": "Cinema Mode inschakelen",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
"LabelDateAddedBehavior": "Datum toegevoegd gedrag voor nieuwe content:",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Wachtwoord resetten",
|
||||
"HeaderParentalRatings": "Ouderlijke toezicht",
|
||||
"HeaderVideoTypes": "Video types",
|
||||
"HeaderYears": "Jaren",
|
||||
"HeaderBlockItemsWithNoRating": "Blokkeer inhoud zonder- of met niet herkende classificatiegegevens:",
|
||||
"LabelBlockContentWithTags": "Blokkeer inhoud met labels:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Beperk tot \u00e9\u00e9n enkele ingesloten afbeelding",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Films binnenkort",
|
||||
"HeaderUpcomingSports": "Sport binnenkort",
|
||||
"HeaderUpcomingPrograms": "Programma's binnenkort",
|
||||
"ButtonMoreItems": "Meer",
|
||||
"LabelShowLibraryTileNames": "Toon bibliotheek tegel namen",
|
||||
"LabelShowLibraryTileNamesHelp": "Bepaalt of labels onder de bibliotheek tegels zullen worden weergegeven op de startpagina",
|
||||
"OptionEnableTranscodingThrottle": "Throtteling inschakelen",
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"UserProfilesIntro": "Emby zawiera wbudowane wsparcie dla profili u\u017cytkownik\u00f3w, pozwalaj\u0105c ka\u017cdemu u\u017cytkownikowi na w\u0142asne ustawienia wy\u015bwietlania, stanu odtwarzania i kontroli rodzicielskiej.",
|
||||
"LabelWindowsService": "Us\u0142uga Windows",
|
||||
"AWindowsServiceHasBeenInstalled": "Us\u0142uga Windows zosta\u0142a zainstalowana.",
|
||||
"WindowsServiceIntro1": "Serwer Emby normalnie dzia\u0142a jako aplikacja desktopowa z ikona w pasku zada\u0144, ale je\u017celi wolisz aby dzia\u0142a\u0142a jako us\u0142uga w tle, mo\u017cne by\u0107 uruchomina z panelu zarz\u0105dzania us\u0142ugami systemu windows.",
|
||||
"WindowsServiceIntro1": "Serwer Emby normalnie dzia\u0142a jako aplikacja desktopowa z ikon\u0105 w pasku zada\u0144, ale je\u017celi wolisz aby dzia\u0142a\u0142a jako us\u0142uga w tle, mo\u017cne by\u0107 uruchomiona z panelu zarz\u0105dzania us\u0142ugami systemu windows.",
|
||||
"WindowsServiceIntro2": "Je\u015bli u\u017cywacie us\u0142ugi windows, to nie mo\u017ce ona by\u0107 w\u0142\u0105czona r\u00f3wnocze\u015bnie z ikon\u0105 na pasku zada\u0144, wi\u0119c b\u0119dziecie musieli j\u0105 wy\u0142\u0105czy\u0107 \u017ceby us\u0142uga dzia\u0142a\u0142a. Us\u0142ug\u0119 nale\u017cy skonfigurowa\u0107 z uprawnieniami administratora poprzez panel sterowania. Uwaga: us\u0142uga mie aktualizuje si\u0119 automatycznie, wymagana r\u0119czna aktualizacjia.",
|
||||
"WizardCompleted": "To wszystko co narazie potrzebujemy. Emby zacz\u0105\u0142 zbiera\u0107 informacje o twojej bibliotece medi\u00f3w. Sprawd\u017a nasz\u0119 aplikacje, a nast\u0119pnie kliknik <b>Koniec<\/b> aby zobaczy\u0107 <b>Panel G\u0142\u00f3wny<\/b>.",
|
||||
"LabelConfigureSettings": "Konfiguruj ustawienia",
|
||||
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Konfiguruj kod pin",
|
||||
"HeaderAdultsReadHere": "Doro\u015bli czyta\u0107!",
|
||||
"RegisterWithPayPal": "Zarejestruj z PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Synchronizacja wymaga cz\u0142onkowstwa Supporter",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Mi\u0142ego 14 dniowego okresu pr\u00f3bnego",
|
||||
"LabelSyncTempPath": "\u015acie\u017cka do plik\u00f3w tymczasowych:",
|
||||
"LabelSyncTempPathHelp": "Okre\u015b w\u0142asny folder synchronizacji. Utworzone skonwertowane media podczas synchronizacji b\u0119d\u0105 zapisywane tutaj.",
|
||||
|
@ -89,7 +89,7 @@
|
|||
"LabelEnableEnhancedMovies": "W\u0142\u0105cz rozszerzone wy\u015bwietlanie film\u00f3w",
|
||||
"LabelEnableEnhancedMoviesHelp": "Je\u015bli w\u0142\u0105czone, filmy bed\u0105 wy\u015bwitlane jako foldery aby zawiera\u0107 trailery, dodatki, obsade i ekip\u0119, oraz inn\u0105 powi\u0105zan\u0105 zawarto\u015b\u0107.",
|
||||
"HeaderSyncJobInfo": "Zadanie synchronizacji",
|
||||
"FolderTypeMixed": "R\u00f3\u017cna zawarto\u015b\u0107",
|
||||
"FolderTypeMixed": "Zawarto\u015b\u0107 mieszana",
|
||||
"FolderTypeMovies": "Filmy",
|
||||
"FolderTypeMusic": "Muzyka",
|
||||
"FolderTypeAdultVideos": "Filmy dla doros\u0142ych",
|
||||
|
@ -102,7 +102,7 @@
|
|||
"FolderTypeInherit": "Dziedzicz",
|
||||
"LabelContentType": "Typ zawarto\u015bci",
|
||||
"TitleScheduledTasks": "Zaplanowane zadania",
|
||||
"HeaderSetupLibrary": "Setup your media libraries",
|
||||
"HeaderSetupLibrary": "Ustaw swoje biblioteki medi\u00f3w",
|
||||
"ButtonAddMediaFolder": "Dodaj folder z mediami",
|
||||
"LabelFolderType": "Typ folderu:",
|
||||
"ReferToMediaLibraryWiki": "Odnie\u015b si\u0119 do wiki biblioteki medi\u00f3w.",
|
||||
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "Rosn\u0105co",
|
||||
"OptionDescending": "Malej\u0105co",
|
||||
"OptionRuntime": "D\u0142ugo\u015b\u0107 filmu",
|
||||
"OptionReleaseDate": "Data Wydania",
|
||||
"OptionReleaseDate": "Release Date",
|
||||
"OptionPlayCount": "Ilo\u015b\u0107 odtworze\u0144",
|
||||
"OptionDatePlayed": "Data odtworzenia",
|
||||
"OptionDateAdded": "Data dodania",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Bud\u017cet",
|
||||
"OptionRevenue": "Doch\u00f3d",
|
||||
"OptionPoster": "Plakat",
|
||||
"HeaderYears": "Lata",
|
||||
"OptionPosterCard": "Plakat",
|
||||
"OptionBackdrop": "Zrzut",
|
||||
"OptionTimeline": "O\u015b czasu",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "Metawynik",
|
||||
"ButtonSelect": "Wybierz",
|
||||
"ButtonGroupVersions": "Grupa Wersji",
|
||||
"ButtonAddToCollection": "Dodaj do Kolekcji",
|
||||
"ButtonAddToCollection": "Add to Collection",
|
||||
"PismoMessage": "U\u017cycie Pismo File Mount poprzed licencj\u0119 dotowan\u0105.",
|
||||
"TangibleSoftwareMessage": "u\u017cycie Tangible Solutions Java\/C# converters poprzez licecj\u0119 dotowan\u0105.",
|
||||
"HeaderCredits": "Zas\u0142ugi",
|
||||
|
@ -490,7 +491,7 @@
|
|||
"HeaderCastCrew": "Obsada & Eikpa",
|
||||
"HeaderAdditionalParts": "Dodatkowe Cz\u0119\u015bci",
|
||||
"ButtonSplitVersionsApart": "Podziel Wersje",
|
||||
"ButtonPlayTrailer": "Zwiastun",
|
||||
"ButtonPlayTrailer": "Trailer",
|
||||
"LabelMissing": "Brakuj\u0105cy",
|
||||
"LabelOffline": "Offline",
|
||||
"PathSubstitutionHelp": "Podmiana \u015bcie\u017cek jest u\u017cywana do mapowania \u015bcie\u017cek na serwerze do \u015bcie\u017cek do kt\u00f3rych klienci maj\u0105 dost\u0119p. Pozwalaj\u0105c klientom na bezpo\u015bredni dost\u0119p do medi\u00f3w na serwerze, mog\u0105 oni odtwarza\u0107 bezpo\u015brednio po sieci, unikaj\u0105c w ten spos\u00f3b u\u017cywania zasob\u00f3w serwera na streaming i transkodowanie ich.",
|
||||
|
@ -581,12 +582,12 @@
|
|||
"HeaderProgram": "Program",
|
||||
"HeaderClients": "Klienci",
|
||||
"LabelCompleted": "Zako\u0144czono",
|
||||
"LabelFailed": "Nieudane",
|
||||
"LabelFailed": "Failed",
|
||||
"LabelSkipped": "Pomini\u0119te",
|
||||
"HeaderEpisodeOrganization": "Organizacja Odcink\u00f3w",
|
||||
"LabelSeries": "Seriale:",
|
||||
"LabelSeasonNumber": "Numer sezonu",
|
||||
"LabelEpisodeNumber": "Numer Odcinka",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Numer ostatniego odcinka:",
|
||||
"LabelEndingEpisodeNumberHelp": "Wymagane tylko dla wielo-odcinkowych plik\u00f3w",
|
||||
"HeaderSupportTheTeam": "Wesprzyj dru\u017cyn\u0119 Emby",
|
||||
|
@ -730,12 +731,12 @@
|
|||
"TabNowPlaying": "Odtwarzane teraz",
|
||||
"TabNavigation": "Nawigacja",
|
||||
"TabControls": "Kotrolki",
|
||||
"ButtonFullscreen": "Zmie\u0144 Pe\u0142ny ekran",
|
||||
"ButtonFullscreen": "Toggle fullscreen",
|
||||
"ButtonScenes": "Sceny",
|
||||
"ButtonSubtitles": "Napisy",
|
||||
"ButtonAudioTracks": "\u015acie\u017cki audio",
|
||||
"ButtonPreviousTrack": "Poprzednia \u015bcie\u017cka",
|
||||
"ButtonNextTrack": "Nast\u0119pna \u015bcie\u017cka",
|
||||
"ButtonAudioTracks": "Audio tracks",
|
||||
"ButtonPreviousTrack": "Previous track",
|
||||
"ButtonNextTrack": "Next track",
|
||||
"ButtonStop": "Stop",
|
||||
"ButtonPause": "Pauza",
|
||||
"ButtonNext": "Nast\u0119pny",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlisty pozwalaj\u0105 na tworzenie list z zawarto\u015bci\u0105 do odtwarzania kolejno w czasie. Aby doda\u0107 pozycje do playlisty, kliknij prawym guzikiem lub naci\u015bnij i przytrzymaj, a nast\u0119pnie wybierz dodaj do Playlisty.",
|
||||
"MessageNoPlaylistItemsAvailable": "Playlista jest obecnie pusta.",
|
||||
"ButtonDismiss": "Odrzu\u0107",
|
||||
"ButtonMore": "Wi\u0119cej",
|
||||
"ButtonEditOtherUserPreferences": "Edytuj profil, obrazy i ustawienia osobiste tego u\u017cytkownika.",
|
||||
"LabelChannelStreamQuality": "Preferowana jako\u015b\u0107 streamu internetowego:",
|
||||
"LabelChannelStreamQualityHelp": "W \u015brodowisku z s\u0142abym \u0142\u0105czem, ograniczenie jako\u015bci mo\u017ce zapewni\u0107 lepsze do\u015bwiadczenia w streamowaniu.",
|
||||
|
@ -990,17 +992,17 @@
|
|||
"LabelKodiMetadataEnablePathSubstitutionHelp": "W\u0142\u0105cz podmienianie \u015bcie\u017cki dla \u015bcie\u017cek obraz\u00f3w u\u017cywaj\u0105c ustawie\u0144 podmieniania \u015bcie\u017cki serwera,",
|
||||
"LabelKodiMetadataEnablePathSubstitutionHelp2": "Zobacz podmienione \u015bcie\u017cki",
|
||||
"OptionDisplayChannelsInline": "Wy\u015bwietlaj kana\u0142y w moich widokach",
|
||||
"OptionDisplayChannelsInlineHelp": "If enabled, channels will be displayed directly alongside other views. If disabled, they'll be displayed within a separate Channels view.",
|
||||
"OptionDisplayChannelsInlineHelp": "Je\u015bli opcja zostanie aktywowana, kana\u0142y b\u0119d\u0105 wy\u015bwietlane bezpo\u015brednio obok innych widok\u00f3w. Je\u015bli nie, pojawi\u0105 si\u0119 w osobnym widoku kana\u0142\u00f3w.",
|
||||
"LabelDisplayCollectionsView": "Wy\u015bwietlaj widok kolekcji aby wy\u015bwietla\u0107 kolekcje film\u00f3w",
|
||||
"LabelDisplayCollectionsViewHelp": "This will create a separate view to display collections that you've created or have access to. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
|
||||
"LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
|
||||
"LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
|
||||
"LabelDisplayCollectionsViewHelp": "Opcja tworzy nowy widok wy\u015bwietlaj\u0105cy wszystkie kolekcje u\u017cytkownika b\u0105d\u017a te, do kt\u00f3rych ma on dost\u0119p. Aby stworzy\u0107 kolekcj\u0119, kliknij prawym przyciskiem myszy b\u0105d\u017a dotknij i przytrzymaj nazw\u0119 filmu oraz wybierz \"Dodaj do kolekcji\". ",
|
||||
"LabelKodiMetadataEnableExtraThumbs": "Kopiuj obrazy z folderu \"extrafanart\" do folderu \"extrathumbs\"",
|
||||
"LabelKodiMetadataEnableExtraThumbsHelp": "\u015aci\u0105gni\u0119te obrazy mog\u0105 by\u0107 zapisane zar\u00f3wno w folderze \"extrafanart\" jak i \"extrathumbs\" w celu zachowania maksymalnej kompatybilno\u015bci z Kodi.",
|
||||
"TabServices": "Us\u0142ugi",
|
||||
"TabLogs": "Logi",
|
||||
"HeaderServerLogFiles": "Pliki z logami serwera:",
|
||||
"TabBranding": "W\u0142asna marka",
|
||||
"HeaderBrandingHelp": "Dostosuj wygl\u0105d Emby aby dopasowa\u0107 do potrzeb Twojej grupy lub organizacji.",
|
||||
"LabelLoginDisclaimer": "Login disclaimer:",
|
||||
"LabelLoginDisclaimer": "Zastrze\u017cenie odpowiedzialno\u015bci:",
|
||||
"LabelLoginDisclaimerHelp": "To b\u0119dzie wy\u015bwietlone na dole strony logowania.",
|
||||
"OptionList": "Lista",
|
||||
"TabDashboard": "Panel G\u0142\u00f3wny",
|
||||
|
@ -1052,7 +1054,7 @@
|
|||
"LabelProtocol": "Protok\u00f3\u0142:",
|
||||
"OptionProtocolHttp": "Http",
|
||||
"OptionProtocolHls": "Streaming Na \u017bywo Http",
|
||||
"LabelContext": "Context:",
|
||||
"LabelContext": "Kontekst:",
|
||||
"OptionContextStreaming": "Streaming",
|
||||
"OptionContextStatic": "Sync",
|
||||
"ButtonAddToPlaylist": "Add to playlist",
|
||||
|
@ -1065,14 +1067,14 @@
|
|||
"LabelImage": "Obrazek:",
|
||||
"ButtonBrowseImages": "Przegl\u0105daj obrazki",
|
||||
"HeaderImages": "Obrazki",
|
||||
"HeaderBackdrops": "Backdrops",
|
||||
"HeaderBackdrops": "T\u0142a tematyczne",
|
||||
"HeaderScreenshots": "Zrzuty ekranu",
|
||||
"HeaderAddUpdateImage": "Dodaj\/Aktualizuj obrazek",
|
||||
"LabelJpgPngOnly": "Tylko JPG\/PNG",
|
||||
"LabelImageType": "Typ obrazka:",
|
||||
"OptionPrimary": "Priorytetowy",
|
||||
"OptionArt": "Art",
|
||||
"OptionBox": "Box",
|
||||
"OptionBox": "Pude\u0142ko",
|
||||
"OptionBoxRear": "Box rear",
|
||||
"OptionDisc": "Dysk",
|
||||
"OptionIcon": "Ikona",
|
||||
|
@ -1081,9 +1083,9 @@
|
|||
"OptionScreenshot": "Zrzut ekranu",
|
||||
"OptionLocked": "Zablokowane",
|
||||
"OptionUnidentified": "Niezidentyfikowane",
|
||||
"OptionMissingParentalRating": "Missing parental rating",
|
||||
"OptionMissingParentalRating": "Brak oceny rodzicielskiej",
|
||||
"OptionStub": "Stub",
|
||||
"HeaderEpisodes": "Odcinki:",
|
||||
"HeaderEpisodes": "Episodes:",
|
||||
"OptionSeason0": "Sezon 0",
|
||||
"LabelReport": "Zg\u0142o\u015b:",
|
||||
"OptionReportSongs": "Utwory",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Wykonawcy",
|
||||
"OptionReportAlbums": "Albumy",
|
||||
"OptionReportAdultVideos": "Filmy dla doros\u0142ych",
|
||||
"ButtonMore": "Wi\u0119cej",
|
||||
"ButtonMoreItems": "Wi\u0119cej",
|
||||
"HeaderActivity": "Aktywno\u015b\u0107",
|
||||
"ScheduledTaskStartedWithName": "{0} rozpocz\u0119te",
|
||||
"ScheduledTaskCancelledWithName": "{0} anulowane",
|
||||
|
@ -1155,53 +1157,53 @@
|
|||
"HeaderLocalAccess": "Dost\u0119p lokalny",
|
||||
"HeaderViewOrder": "Zobacz kolejno\u015b\u0107",
|
||||
"ButtonResetEasyPassword": "Reset \u0142atwego kodu pin",
|
||||
"LabelSelectUserViewOrder": "Choose the order your views will be displayed in within Emby apps",
|
||||
"LabelMetadataRefreshMode": "Metadata refresh mode:",
|
||||
"LabelImageRefreshMode": "Image refresh mode:",
|
||||
"LabelSelectUserViewOrder": "Wybierz kolejno\u015b\u0107 wy\u015bwietlania widok\u00f3w w Emby",
|
||||
"LabelMetadataRefreshMode": "Spos\u00f3b od\u015bwierzania metadanych:",
|
||||
"LabelImageRefreshMode": "Spos\u00f3b od\u015bwie\u017cania obraz\u00f3w:",
|
||||
"OptionDownloadMissingImages": "Pobierz brakuj\u0105ce obrazki",
|
||||
"OptionReplaceExistingImages": "Replace existing images",
|
||||
"OptionRefreshAllData": "Refresh all data",
|
||||
"OptionAddMissingDataOnly": "Add missing data only",
|
||||
"OptionLocalRefreshOnly": "Local refresh only",
|
||||
"HeaderRefreshMetadata": "Refresh Metadata",
|
||||
"HeaderPersonInfo": "Person Info",
|
||||
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
|
||||
"OptionReplaceExistingImages": "Zast\u0105p istniej\u0105ce obrazy",
|
||||
"OptionRefreshAllData": "Od\u015bwie\u017c wszystko",
|
||||
"OptionAddMissingDataOnly": "Dodaj tylko brakuj\u0105ce dane",
|
||||
"OptionLocalRefreshOnly": "Tylko od\u015bwie\u017canie lokalne",
|
||||
"HeaderRefreshMetadata": "Od\u015bwie\u017c metadane",
|
||||
"HeaderPersonInfo": "Informacje o osobie",
|
||||
"HeaderIdentifyItemHelp": "Wpisz kryteria wyszukiwania. Zmniejszaj\u0105c ilo\u015b\u0107 kryteri\u00f3w zwi\u0119kszysz ilo\u015b\u0107 wynik\u00f3w.",
|
||||
"HeaderConfirmDeletion": "Potwierd\u017a usuni\u0119cie",
|
||||
"LabelFollowingFileWillBeDeleted": "Nast\u0119puj\u0105cy plik zostanie usuni\u0119ty:",
|
||||
"LabelIfYouWishToContinueWithDeletion": "If you wish to continue, please confirm by entering the value of:",
|
||||
"LabelIfYouWishToContinueWithDeletion": "Aby kontynuowa\u0107, wpisz prosz\u0119 warto\u015b\u0107:",
|
||||
"ButtonIdentify": "Identyfikuj",
|
||||
"LabelAlbumArtist": "Wykonawca albumu",
|
||||
"LabelAlbumArtists": "Wynonawcy albumu",
|
||||
"LabelAlbum": "Album",
|
||||
"LabelCommunityRating": "Ocena spo\u0142eczno\u015bci:",
|
||||
"LabelVoteCount": "Liczba g\u0142os\u00f3w:",
|
||||
"LabelMetascore": "Metascore:",
|
||||
"LabelMetascore": "Ocena:",
|
||||
"LabelCriticRating": "Ocena krytyk\u00f3w:",
|
||||
"LabelCriticRatingSummary": "Critic rating summary:",
|
||||
"LabelAwardSummary": "Award summary:",
|
||||
"LabelCriticRatingSummary": "Podsumowanie oceny krytyk\u00f3w:",
|
||||
"LabelAwardSummary": "Zdobyte nagrody:",
|
||||
"LabelWebsite": "Strona internetowa",
|
||||
"LabelTagline": "Tagi",
|
||||
"LabelOverview": "Overview:",
|
||||
"LabelShortOverview": "Short overview:",
|
||||
"LabelOverview": "Opis:",
|
||||
"LabelShortOverview": "Streszczenie:",
|
||||
"LabelReleaseDate": "Data wydania:",
|
||||
"LabelYear": "Rok:",
|
||||
"LabelPlaceOfBirth": "Miejsce urodzenia:",
|
||||
"LabelEndDate": "Data zako\u0144czenia:",
|
||||
"LabelAirDate": "Air days:",
|
||||
"LabelAirTime:": "Air time:",
|
||||
"LabelRuntimeMinutes": "Run time (minutes):",
|
||||
"LabelParentalRating": "Parental rating:",
|
||||
"LabelCustomRating": "Custom rating:",
|
||||
"LabelAirDate": "Dni wy\u015bwietlania:",
|
||||
"LabelAirTime:": "Czas transmisji:",
|
||||
"LabelRuntimeMinutes": "Czas (w minutach):",
|
||||
"LabelParentalRating": "Ocena rodzicielska:",
|
||||
"LabelCustomRating": "Ocena w\u0142asna:",
|
||||
"LabelBudget": "Bud\u017cet",
|
||||
"LabelRevenue": "Revenue ($):",
|
||||
"LabelRevenue": "Doch\u00f3d ($):",
|
||||
"LabelOriginalAspectRatio": "Oryginalny format obrazu:",
|
||||
"LabelPlayers": "Players:",
|
||||
"LabelPlayers": "Odtwarzacze:",
|
||||
"Label3DFormat": "Format 3D:",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"HeaderSpecialEpisodeInfo": "Special Episode Info",
|
||||
"HeaderExternalIds": "External Id's:",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternatywna numeracja epizod\u00f3w",
|
||||
"HeaderSpecialEpisodeInfo": "Specjalne informacje o odcinku",
|
||||
"HeaderExternalIds": "Zewn\u0119trzne ID:",
|
||||
"LabelDvdSeasonNumber": "Numer sezonu DVD:",
|
||||
"LabelDvdEpisodeNumber": "Numer odcinka DVD:",
|
||||
"LabelAbsoluteEpisodeNumber": "Bezwzgl\u0119dny numer odcinka:",
|
||||
"LabelAirsBeforeSeason": "Transmisja prze sezonem:",
|
||||
"LabelAirsAfterSeason": "Transmisja po sezonie:",
|
||||
|
@ -1252,55 +1254,55 @@
|
|||
"LabelExtractChaptersDuringLibraryScanHelp": "Je\u017celi w\u0142\u0105czone, obrazy rozdzia\u0142\u00f3w b\u0119d\u0105 wydobywane gdy widea s\u0105 importowane podczas skanowania biblioteki. Je\u017celi wy\u0142\u0105czone b\u0119d\u0105 one wydobywane podczas z zaplanowanego zadania obraz\u00f3w rozdzia\u0142\u00f3w, pozwalaj\u0105c aby zwyk\u0142e skanowanie biblioteki wykona\u0142o si\u0119 szybciej.",
|
||||
"LabelConnectGuestUserName": "Ich nazwa u\u017cytkownika Emby lub adres email:",
|
||||
"LabelConnectUserName": "Nazwa u\u017cytkownika\/email Emby:",
|
||||
"LabelConnectUserNameHelp": "Connect this local user to an online Emby account to enable easy sign-in access from any Emby app without having to know the server ip address.",
|
||||
"ButtonLearnMoreAboutEmbyConnect": "Learn more about Emby Connect",
|
||||
"LabelExternalPlayers": "External players:",
|
||||
"LabelExternalPlayersHelp": "Display buttons to play content in external players. This is only available on devices that support url schemes, generally Android and iOS. With external players there is generally no support for remote control or resuming.",
|
||||
"LabelNativeExternalPlayersHelp": "Display buttons to play content in external players.",
|
||||
"LabelEnableItemPreviews": "Enable item previews",
|
||||
"LabelEnableItemPreviewsHelp": "if enabled, sliding previews will appear when clicking items on certain screens.",
|
||||
"HeaderSubtitleProfile": "Subtitle Profile",
|
||||
"HeaderSubtitleProfiles": "Subtitle Profiles",
|
||||
"HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
|
||||
"LabelConnectUserNameHelp": "Po\u0142\u0105cz tego u\u017cytkownika z kontem Emby aby umo\u017cliwi\u0107 \u0142atwy dost\u0119p z ka\u017cdej aplikacji Emby, bez potrzeby wpisywania adresu IP serwera.",
|
||||
"ButtonLearnMoreAboutEmbyConnect": "Dowiedz si\u0119 wi\u0119cej o Emby Connect",
|
||||
"LabelExternalPlayers": "Zewn\u0119trzne odtwarzacze:",
|
||||
"LabelExternalPlayersHelp": "Wy\u015bwietlaj przyciski aby m\u00f3c odtwarza\u0107 media w zewn\u0119trznych odtwarzaczach. Opcja dost\u0119pna tylko na urz\u0105dzeniach wspieraj\u0105cych schematy URL, najcz\u0119\u015bciej Android i iOS. Zewn\u0119trzne odtwarzacze zazwyczaj nie wspieraj\u0105 kontroli zewn\u0119trznej i wznawiania odtwarzania.",
|
||||
"LabelNativeExternalPlayersHelp": "Wy\u015bwietlaj przyciski aby m\u00f3c odtwarza\u0107 media w zewn\u0119trznych odtwarzaczach.",
|
||||
"LabelEnableItemPreviews": "W\u0142\u0105cz zapowiedzi",
|
||||
"LabelEnableItemPreviewsHelp": "Opcja powoduje pojawienie si\u0119 zapowiedzi przewijania w niekt\u00f3rych urz\u0105dzeniach.",
|
||||
"HeaderSubtitleProfile": "Profil napis\u00f3w",
|
||||
"HeaderSubtitleProfiles": "Profile napis\u00f3w",
|
||||
"HeaderSubtitleProfilesHelp": "Profile napis\u00f3w okre\u015blaj\u0105 formaty wspierane przez urz\u0105dzenie.",
|
||||
"LabelFormat": "Format:",
|
||||
"LabelMethod": "Metoda:",
|
||||
"LabelDidlMode": "Didl mode:",
|
||||
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
|
||||
"OptionResElement": "res element",
|
||||
"OptionEmbedSubtitles": "Embed within container",
|
||||
"OptionExternallyDownloaded": "External download",
|
||||
"OptionExternallyDownloaded": "Pobierz zewn\u0119trznie",
|
||||
"OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
|
||||
"LabelSubtitleFormatHelp": "Przyk\u0142ad: srt",
|
||||
"ButtonLearnMore": "Learn more",
|
||||
"TabPlayback": "Playback",
|
||||
"HeaderLanguagePreferences": "Preferancje j\u0119zyka",
|
||||
"TabCinemaMode": "Tryb kinowy",
|
||||
"TitlePlayback": "Playback",
|
||||
"TitlePlayback": "Odtwarzanie",
|
||||
"LabelEnableCinemaModeFor": "W\u0142\u0105cz tryb kinowy dla:",
|
||||
"CinemaModeConfigurationHelp": "Tryb kinowy wniesie filmowe prze\u017cycia wprost do Twojego salonu z mo\u017cliwo\u015bci\u0105 odtwarzania zwiastun\u00f3w i w\u0142asnych intro przez seansem.",
|
||||
"OptionTrailersFromMyMovies": "Do\u0142\u0105cz zwiastuny film\u00f3w do mojej biblioteki",
|
||||
"OptionUpcomingMoviesInTheaters": "Do\u0142\u0105cz zwiastuny z nowych i nadchodz\u0105cych film\u00f3w",
|
||||
"LabelLimitIntrosToUnwatchedContent": "U\u017cywaj zapowiedzi tylko z kontrolowanych \u017ar\u00f3de\u0142.",
|
||||
"LabelEnableIntroParentalControl": "W\u0142\u0105cz inteligentny system ochrony rodzicielskiej",
|
||||
"LabelEnableIntroParentalControlHelp": "Trailers will only be selected with a parental rating equal to or less than the content being watched.",
|
||||
"LabelTheseFeaturesRequireSubscriptionHelpAndTrailers": "These features require an active Emby Premiere subscription and installation of the Trailer channel plugin.",
|
||||
"OptionTrailersFromMyMoviesHelp": "Requires setup of local trailers.",
|
||||
"LabelCustomIntrosPath": "Custom intros path:",
|
||||
"LabelCustomIntrosPathHelp": "A folder containing video files. A video will be randomly selected and played after trailers.",
|
||||
"LabelEnableIntroParentalControlHelp": "Zostan\u0105 wy\u015bwietlone tylko trailery z ocen\u0105 rodzicielsk\u0105 mniejsz\u0105 lub r\u00f3wn\u0105 ocenie ogl\u0105danego filmu.",
|
||||
"LabelTheseFeaturesRequireSubscriptionHelpAndTrailers": "Te opcje wymagaj\u0105 aktywnej subskrypcji Emby Premiere oraz instalacji plugin'u Trailer Channel.",
|
||||
"OptionTrailersFromMyMoviesHelp": "Wymaga ustawienia lokalnych trailer\u00f3w.",
|
||||
"LabelCustomIntrosPath": "W\u0142asna \u015bcie\u017cka do intra:",
|
||||
"LabelCustomIntrosPathHelp": "Folder zawieraj\u0105cy pliki wideo. Film zostanie losowo wybrany i odtworzony po zagraniu zapowiedzi.",
|
||||
"ValueSpecialEpisodeName": "Special - {0}",
|
||||
"LabelSelectInternetTrailersForCinemaMode": "Zwiastuny internetowe:",
|
||||
"OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
|
||||
"OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
|
||||
"LabelDisplayTrailersWithinMovieSuggestions": "Display trailers within movie suggestions",
|
||||
"LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requires installation of the Trailer channel.",
|
||||
"CinemaModeConfigurationHelp2": "Emby apps will have a setting to enable or disable cinema mode. TV apps enable cinema mode by default.",
|
||||
"OptionUpcomingDvdMovies": "Do\u0142\u0105cz zwiastuny z nowych i nadchodz\u0105cych film\u00f3w DVD i Blu-Ray",
|
||||
"OptionUpcomingStreamingMovies": "Do\u0142\u0105cz zwiastuny z nowych i nadchodz\u0105cych film\u00f3w z Netflix",
|
||||
"LabelDisplayTrailersWithinMovieSuggestions": "Poka\u017c trailery z sugestiami film\u00f3w",
|
||||
"LabelDisplayTrailersWithinMovieSuggestionsHelp": "Wymaga instalacji plugin'u Trailer Channel.",
|
||||
"CinemaModeConfigurationHelp2": "Aplikacje Emby pozwalaj\u0105 na w\u0142\u0105czenie lub wy\u0142\u0105czenie cinema mode. Aplikacje TV w\u0142\u0105czaj\u0105 t\u0105 opj\u0119 automatycznie.",
|
||||
"LabelEnableCinemaMode": "W\u0142\u0105cz tryb kinowy",
|
||||
"HeaderCinemaMode": "Tryb kinowy",
|
||||
"LabelDateAddedBehavior": "Date added behavior for new content:",
|
||||
"OptionDateAddedImportTime": "Use date scanned into the library",
|
||||
"OptionDateAddedFileTime": "Use file creation date",
|
||||
"LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
|
||||
"LabelNumberTrailerToPlay": "Number of trailers to play:",
|
||||
"LabelDateAddedBehavior": "Data dodania dla nowej zawarto\u015bci:",
|
||||
"OptionDateAddedImportTime": "U\u017cyj daty skanowania biblioteki",
|
||||
"OptionDateAddedFileTime": "U\u017cyj daty utworzenia pliku",
|
||||
"LabelDateAddedBehaviorHelp": "Je\u015bli istniej\u0105 metadane b\u0119d\u0105 one u\u017cyte zawsze przed kt\u00f3r\u0105kolwiek z tych opcji.",
|
||||
"LabelNumberTrailerToPlay": "Ilo\u015b\u0107 zwiastun\u00f3w do odtworzenia:",
|
||||
"TitleDevices": "Urz\u0105dzenia",
|
||||
"TabCameraUpload": "Upload z Aparatu",
|
||||
"TabDevices": "Urz\u0105dzenia",
|
||||
|
@ -1353,18 +1355,17 @@
|
|||
"HeaderLatestItems": "Ostatnie Pozycje",
|
||||
"LabelSelectLastestItemsFolders": "Do\u0142\u0105cz media z nast\u0119puj\u0105cych sekcji do Ostatnich pozycji",
|
||||
"HeaderShareMediaFolders": "Udost\u0119pnij foldery z mediami",
|
||||
"MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
|
||||
"MessageGuestSharingPermissionsHelp": "Wi\u0119kszo\u015b\u0107 opcji jest wst\u0119pnie nieaktywna dla go\u015bci ale mo\u017ce zosta\u0107 aktywowana wedle potrzeby.",
|
||||
"HeaderInvitations": "Zaproszenia",
|
||||
"LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
|
||||
"LabelForgotPasswordUsernameHelp": "Podaj nazw\u0119 u\u017cytkownika, je\u015bli pami\u0119tasz.",
|
||||
"HeaderForgotPassword": "Forgot Password",
|
||||
"TitleForgotPassword": "Zapomnia\u0142-(am\/em) has\u0142a",
|
||||
"TitlePasswordReset": "Zresetuj has\u0142o",
|
||||
"LabelPasswordRecoveryPinCode": "Kod pin:",
|
||||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Lata",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"HeaderParentalRatings": "Ocena rodzicielska",
|
||||
"HeaderVideoTypes": "Typy Video",
|
||||
"HeaderBlockItemsWithNoRating": "Blokuj zawarto\u015b\u0107 bez informacji o ocenie rodzicielskiej b\u0105d\u017a gdy jest ona nierozpoznana:",
|
||||
"LabelBlockContentWithTags": "Zablokuj materia\u0142 z tagami:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Ogranicz do jednego osadzonego obrazka",
|
||||
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
|
||||
|
@ -1374,7 +1375,7 @@
|
|||
"OptionAllowContentDownloading": "Pozw\u00f3l na pobieranie medi\u00f3w",
|
||||
"NameSeasonUnknown": "Sezon nieznany",
|
||||
"NameSeasonNumber": "Sezon {0}",
|
||||
"LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
|
||||
"LabelNewUserNameHelp": "Nazwy u\u017cytkownik\u00f3w mog\u0105 zawiera\u0107 litery (a-z), numery (0-9), my\u015blniki (-), podkre\u015blniki (_), apostrofy (') i kropki (.)",
|
||||
"TabJobs": "Zadania",
|
||||
"TabSyncJobs": "Synchronizuj zadania",
|
||||
"LabelTagFilterMode": "Tryb:",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "Wi\u0119cej",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configurar c\u00f3digo pin",
|
||||
"HeaderAdultsReadHere": "Adultos Leiam Aqui!",
|
||||
"RegisterWithPayPal": "Registrar com PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sincroniza\u00e7\u00e3o Requer uma Ades\u00e3o de Colaborador",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sincroniza\u00e7\u00e3o requer uma Ades\u00e3o de Colaborador",
|
||||
"HeaderEnjoyDayTrial": "Aproveite um per\u00edodo de 14 dias gr\u00e1tis para testes",
|
||||
"LabelSyncTempPath": "Caminho de arquivo tempor\u00e1rio:",
|
||||
"LabelSyncTempPathHelp": "Especifique uma pasta de trabalho para a sincroniza\u00e7\u00e3o personalizada. M\u00eddias convertidas criadas durante o processo de sincroniza\u00e7\u00e3o ser\u00e3o aqui armazenadas.",
|
||||
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "Crescente",
|
||||
"OptionDescending": "Decrescente",
|
||||
"OptionRuntime": "Dura\u00e7\u00e3o",
|
||||
"OptionReleaseDate": "Data de Lan\u00e7amento",
|
||||
"OptionReleaseDate": "Data do Lan\u00e7amento",
|
||||
"OptionPlayCount": "N\u00famero Reprodu\u00e7\u00f5es",
|
||||
"OptionDatePlayed": "Data da Reprodu\u00e7\u00e3o",
|
||||
"OptionDateAdded": "Data da Adi\u00e7\u00e3o",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Or\u00e7amento",
|
||||
"OptionRevenue": "Faturamento",
|
||||
"OptionPoster": "Capa",
|
||||
"HeaderYears": "Anos",
|
||||
"OptionPosterCard": "Cart\u00e3o da capa",
|
||||
"OptionBackdrop": "Imagem de Fundo",
|
||||
"OptionTimeline": "Linha do tempo",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Ignorada",
|
||||
"HeaderEpisodeOrganization": "Organiza\u00e7\u00e3o do Epis\u00f3dio",
|
||||
"LabelSeries": "S\u00e9rie:",
|
||||
"LabelSeasonNumber": "N\u00famero da temporada",
|
||||
"LabelEpisodeNumber": "N\u00famero do epis\u00f3dio",
|
||||
"LabelSeasonNumber": "N\u00famero da temporada:",
|
||||
"LabelEpisodeNumber": "N\u00famero do epis\u00f3dio:",
|
||||
"LabelEndingEpisodeNumber": "N\u00famero do epis\u00f3dio final:",
|
||||
"LabelEndingEpisodeNumberHelp": "Necess\u00e1rio s\u00f3 para arquivos multi-epis\u00f3dios",
|
||||
"HeaderSupportTheTeam": "Colabore com o Time do Emby",
|
||||
|
@ -730,7 +731,7 @@
|
|||
"TabNowPlaying": "Reproduzindo Agora",
|
||||
"TabNavigation": "Navega\u00e7\u00e3o",
|
||||
"TabControls": "Controles",
|
||||
"ButtonFullscreen": "Alternar para tela cheia",
|
||||
"ButtonFullscreen": "Alternar para o modo tela cheia",
|
||||
"ButtonScenes": "Cenas",
|
||||
"ButtonSubtitles": "Legendas",
|
||||
"ButtonAudioTracks": "Faixas de \u00e1udio",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Listas de reprodu\u00e7\u00e3o permitem criar listas com conte\u00fado para reproduzir consecutivamente, de uma s\u00f3 vez. Para adicionar itens \u00e0s listas de reprodu\u00e7\u00e3o, clique com o bot\u00e3o direito ou toque a tela por alguns segundos, depois selecione Adicionar \u00e0 Lista de Reprodu\u00e7\u00e3o.",
|
||||
"MessageNoPlaylistItemsAvailable": "Esta lista de reprodu\u00e7\u00e3o est\u00e1 vazia.",
|
||||
"ButtonDismiss": "Descartar",
|
||||
"ButtonMore": "Mais",
|
||||
"ButtonEditOtherUserPreferences": "Editar este perfil de usu\u00e1rio, imagem e prefer\u00eancias pessoais.",
|
||||
"LabelChannelStreamQuality": "Qualidade preferida do stream de internet:",
|
||||
"LabelChannelStreamQualityHelp": "Em um ambiente com banda larga de pouca velocidade, limitar a qualidade pode ajudar a assegurar um streaming mais flu\u00eddo.",
|
||||
|
@ -1083,7 +1085,7 @@
|
|||
"OptionUnidentified": "N\u00e3o identificada",
|
||||
"OptionMissingParentalRating": "Faltando classifica\u00e7\u00e3o parental",
|
||||
"OptionStub": "Stub",
|
||||
"HeaderEpisodes": "Epis\u00f3dios",
|
||||
"HeaderEpisodes": "Epis\u00f3dios:",
|
||||
"OptionSeason0": "Temporada 0",
|
||||
"LabelReport": "Relat\u00f3rio:",
|
||||
"OptionReportSongs": "M\u00fasicas",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artistas",
|
||||
"OptionReportAlbums": "\u00c1lbuns",
|
||||
"OptionReportAdultVideos": "V\u00eddeos adultos",
|
||||
"ButtonMore": "Mais",
|
||||
"ButtonMoreItems": "Mais",
|
||||
"HeaderActivity": "Atividade",
|
||||
"ScheduledTaskStartedWithName": "{0} iniciado",
|
||||
"ScheduledTaskCancelledWithName": "{0} foi cancelado",
|
||||
|
@ -1293,7 +1295,7 @@
|
|||
"OptionUpcomingStreamingMovies": "Incluir trailers de filmes novos e por estrear no Netflix",
|
||||
"LabelDisplayTrailersWithinMovieSuggestions": "Exibir trailers dentro das sugest\u00f5es de filmes",
|
||||
"LabelDisplayTrailersWithinMovieSuggestionsHelp": "Requer a instala\u00e7\u00e3o do canal de Trailers",
|
||||
"CinemaModeConfigurationHelp2": "Emby apps will have a setting to enable or disable cinema mode. TV apps enable cinema mode by default.",
|
||||
"CinemaModeConfigurationHelp2": "Apps do Emby ter\u00e3o uma configura\u00e7\u00e3o para ativar ou desativar o cinema mode. Apps da TV ativam automaticamente o cinema mode.",
|
||||
"LabelEnableCinemaMode": "Ativar modo cinema",
|
||||
"HeaderCinemaMode": "Modo Cinema",
|
||||
"LabelDateAddedBehavior": "Data de adi\u00e7\u00e3o de comportamento para o novo conte\u00fado:",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Redefini\u00e7\u00e3o de Senha",
|
||||
"HeaderParentalRatings": "Classifica\u00e7\u00f5es Parentais",
|
||||
"HeaderVideoTypes": "Tipos de V\u00eddeo",
|
||||
"HeaderYears": "Anos",
|
||||
"HeaderBlockItemsWithNoRating": "Bloquear conte\u00fado que n\u00e3o tenha informa\u00e7\u00e3o de classifica\u00e7\u00e3o ou informa\u00e7\u00e3o n\u00e3o reconhecida:",
|
||||
"LabelBlockContentWithTags": "Bloquear conte\u00fado com tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limitar a uma imagem incorporada",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Filmes Por Estrear",
|
||||
"HeaderUpcomingSports": "Esportes Por Estrear",
|
||||
"HeaderUpcomingPrograms": "Programas Por Estrear",
|
||||
"ButtonMoreItems": "Mais",
|
||||
"LabelShowLibraryTileNames": "Mostrar os nomes dos mosaicos da biblioteca",
|
||||
"LabelShowLibraryTileNamesHelp": "Determina se os t\u00edtulos ser\u00e3o exibidos embaixo dos mosaicos da biblioteca na p\u00e1gina in\u00edcio",
|
||||
"OptionEnableTranscodingThrottle": "Ativar controlador de fluxo",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configurar c\u00f3digo PIN",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Registar com PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "A sincroniza\u00e7\u00e3o necessita de uma conta de Apoiante",
|
||||
"HeaderEnjoyDayTrial": "Disfrute dos 14 dias de experi\u00eancia",
|
||||
"LabelSyncTempPath": "Caminho de arquivo tempor\u00e1rio:",
|
||||
"LabelSyncTempPathHelp": "Especifique uma pasta de trabalho para a sincroniza\u00e7\u00e3o personalizada. Multim\u00e9dia convertida, criada durante o processo de sincroniza\u00e7\u00e3o, ser\u00e1 aqui armazenada.",
|
||||
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "Ascendente",
|
||||
"OptionDescending": "Descendente",
|
||||
"OptionRuntime": "Dura\u00e7\u00e3o",
|
||||
"OptionReleaseDate": "Data de Lan\u00e7amento:",
|
||||
"OptionReleaseDate": "Release Date",
|
||||
"OptionPlayCount": "N.\u00ba Visualiza\u00e7\u00f5es",
|
||||
"OptionDatePlayed": "Data de reprodu\u00e7\u00e3o",
|
||||
"OptionDateAdded": "Data de adi\u00e7\u00e3o",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Or\u00e7amento",
|
||||
"OptionRevenue": "Receita",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Imagem de fundo",
|
||||
"OptionTimeline": "Linha de tempo",
|
||||
|
@ -581,12 +582,12 @@
|
|||
"HeaderProgram": "Programa",
|
||||
"HeaderClients": "Clientes",
|
||||
"LabelCompleted": "Terminado",
|
||||
"LabelFailed": "Falhou",
|
||||
"LabelFailed": "Failed",
|
||||
"LabelSkipped": "Ignorado",
|
||||
"HeaderEpisodeOrganization": "Organiza\u00e7\u00e3o dos Epis\u00f3dios",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "N\u00famero da temporada",
|
||||
"LabelEpisodeNumber": "N\u00famero do epis\u00f3dio",
|
||||
"LabelSeasonNumber": "N\u00famero da temporada:",
|
||||
"LabelEpisodeNumber": "N\u00famero do epis\u00f3dio:",
|
||||
"LabelEndingEpisodeNumber": "N\u00famero do epis\u00f3dio final:",
|
||||
"LabelEndingEpisodeNumberHelp": "Necess\u00e1rio s\u00f3 para arquivos multi-epis\u00f3dios",
|
||||
"HeaderSupportTheTeam": "Suporte a Equipa do Emby",
|
||||
|
@ -733,7 +734,7 @@
|
|||
"ButtonFullscreen": "Toggle fullscreen",
|
||||
"ButtonScenes": "Cenas",
|
||||
"ButtonSubtitles": "Legendas",
|
||||
"ButtonAudioTracks": "Faixas de \u00e1udio",
|
||||
"ButtonAudioTracks": "Audio tracks",
|
||||
"ButtonPreviousTrack": "Previous track",
|
||||
"ButtonNextTrack": "Next track",
|
||||
"ButtonStop": "Parar",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configureaza codul pin",
|
||||
"HeaderAdultsReadHere": "Adultii Cititi Aici!",
|
||||
"RegisterWithPayPal": "Inregistreaza-te cu PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sincronizarea necesita a fi Membru Cotizant",
|
||||
"HeaderEnjoyDayTrial": "Bucurati-va de 14 zile de Incercare Gratuita",
|
||||
"LabelSyncTempPath": "Cale fisier temporara",
|
||||
"LabelSyncTempPathHelp": "Specifica\u021bi un dosar de sincronizare personalizat de lucru. Media convertite create \u00een timpul procesului de sincronizare vor fi stocate aici.",
|
||||
|
@ -89,7 +89,7 @@
|
|||
"LabelEnableEnhancedMovies": "Activati afisarea imbunatatita a filmelor",
|
||||
"LabelEnableEnhancedMoviesHelp": "C\u00e2nd este activat, filmele vor fi afi\u0219ate ca dosare pentru a include trailere, figuranti, distributie si echipa, si alte tipuri de con\u021binut.",
|
||||
"HeaderSyncJobInfo": "Activitate de sincronizare",
|
||||
"FolderTypeMixed": "Mixed content",
|
||||
"FolderTypeMixed": "Continut mixt",
|
||||
"FolderTypeMovies": "Filme",
|
||||
"FolderTypeMusic": "Muzica",
|
||||
"FolderTypeAdultVideos": "Filme Porno",
|
||||
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "Crescator",
|
||||
"OptionDescending": "Descrescator",
|
||||
"OptionRuntime": "Timp Rulare",
|
||||
"OptionReleaseDate": "Data Aparitie",
|
||||
"OptionReleaseDate": "Release Date",
|
||||
"OptionPlayCount": "Contorizari rulari",
|
||||
"OptionDatePlayed": "Data Rulare",
|
||||
"OptionDateAdded": "Data Adaugare",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Buget",
|
||||
"OptionRevenue": "Incasari",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Backdrop",
|
||||
"OptionTimeline": "Timeline",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Skipped",
|
||||
"HeaderEpisodeOrganization": "Episode Organization",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "\u041f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e",
|
||||
"OptionDescending": "\u041f\u043e \u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044e",
|
||||
"OptionRuntime": "\u0414\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c",
|
||||
"OptionReleaseDate": "\u0414\u0430\u0442\u0430 \u0432\u044b\u0445\u043e\u0434\u0430",
|
||||
"OptionReleaseDate": "\u0414\u0430\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430",
|
||||
"OptionPlayCount": "\u041a\u043e\u043b. \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0439",
|
||||
"OptionDatePlayed": "\u0414\u0430\u0442\u0430 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f",
|
||||
"OptionDateAdded": "\u0414\u0430\u0442\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "\u0411\u044e\u0434\u0436\u0435\u0442",
|
||||
"OptionRevenue": "\u0414\u043e\u0445\u043e\u0434",
|
||||
"OptionPoster": "\u041f\u043e\u0441\u0442\u0435\u0440",
|
||||
"HeaderYears": "\u0413\u043e\u0434\u044b",
|
||||
"OptionPosterCard": "\u041f\u043e\u0441\u0442\u0435\u0440-\u043a\u0430\u0440\u0442\u0430",
|
||||
"OptionBackdrop": "\u0424\u043e\u043d",
|
||||
"OptionTimeline": "\u0425\u0440\u043e\u043d\u043e\u043b\u043e\u0433\u0438\u044f",
|
||||
|
@ -490,7 +491,7 @@
|
|||
"HeaderCastCrew": "\u0421\u043d\u0438\u043c\u0430\u043b\u0438\u0441\u044c \u0438 \u0441\u043d\u0438\u043c\u0430\u043b\u0438",
|
||||
"HeaderAdditionalParts": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0447\u0430\u0441\u0442\u0438",
|
||||
"ButtonSplitVersionsApart": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c \u0432\u0435\u0440\u0441\u0438\u0438",
|
||||
"ButtonPlayTrailer": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440...",
|
||||
"ButtonPlayTrailer": "\u0422\u0440\u0435\u0439\u043b\u0435\u0440",
|
||||
"LabelMissing": "\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442",
|
||||
"LabelOffline": "\u0410\u0432\u0442\u043e\u043d\u043e\u043c\u043d\u043e",
|
||||
"PathSubstitutionHelp": "\u041f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u0443\u0442\u0435\u0439 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u0434\u043b\u044f \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0443\u0442\u0438 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435 \u0441 \u043f\u0443\u0442\u0451\u043c, \u043a\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u043a\u043b\u0438\u0435\u043d\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f. \u041f\u0440\u0438 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c \u043f\u0440\u044f\u043c\u043e\u0433\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u043c \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435, \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c \u0438\u0445 \u043d\u0435\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u043f\u043e \u0441\u0435\u0442\u0438, \u0438 \u0438\u0437\u0431\u0435\u0433\u0430\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u044b\u0445 \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 \u043d\u0430 \u0438\u0445 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044e \u0438 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0443.",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "\u041e\u0442\u043b\u043e\u0436\u0435\u043d\u043e",
|
||||
"HeaderEpisodeOrganization": "\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0432\u0430\u043d\u0438\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u0430",
|
||||
"LabelSeries": "\u0421\u0435\u0440\u0438\u0430\u043b:",
|
||||
"LabelSeasonNumber": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0435\u0437\u043e\u043d\u0430",
|
||||
"LabelEpisodeNumber": "\u041d\u043e\u043c\u0435\u0440 \u044d\u043f\u0438\u0437\u043e\u0434\u0430",
|
||||
"LabelSeasonNumber": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0435\u0437\u043e\u043d\u0430:",
|
||||
"LabelEpisodeNumber": "\u041d\u043e\u043c\u0435\u0440 \u044d\u043f\u0438\u0437\u043e\u0434\u0430:",
|
||||
"LabelEndingEpisodeNumber": "\u041d\u043e\u043c\u0435\u0440 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0433\u043e \u044d\u043f\u0438\u0437\u043e\u0434\u0430:",
|
||||
"LabelEndingEpisodeNumberHelp": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0444\u0430\u0439\u043b\u043e\u0432, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0445 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u044d\u043f\u0438\u0437\u043e\u0434\u043e\u0432",
|
||||
"HeaderSupportTheTeam": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 Emby",
|
||||
|
@ -730,7 +731,7 @@
|
|||
"TabNowPlaying": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f",
|
||||
"TabNavigation": "\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f",
|
||||
"TabControls": "\u0420\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u043a\u0438",
|
||||
"ButtonFullscreen": "\u0420\u0435\u0436\u0438\u043c \u043f\u043e\u043b\u043d\u043e\u0433\u043e \u044d\u043a\u0440\u0430\u043d\u0430...",
|
||||
"ButtonFullscreen": "\u041f\u043e\u043b\u043d\u044b\u0439 \u044d\u043a\u0440\u0430\u043d...",
|
||||
"ButtonScenes": "\u0421\u0446\u0435\u043d\u044b...",
|
||||
"ButtonSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b...",
|
||||
"ButtonAudioTracks": "\u0410\u0443\u0434\u0438\u043e\u0434\u043e\u0440\u043e\u0436\u043a\u0438...",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "\u041f\u043b\u0435\u0439\u043b\u0438\u0441\u0442\u044b \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0441\u043f\u0438\u0441\u043a\u043e\u0432 \u0438\u0437 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u0435\u0434\u0438\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e. \u0427\u0442\u043e\u0431\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0432 \u0441\u043f\u0438\u0441\u043a\u0438, \u0449\u0435\u043b\u043a\u043d\u0438\u0442\u0435 \u043f\u0440\u0430\u0432\u043e\u0439 \u043a\u043d\u043e\u043f\u043a\u043e\u0439 \u043c\u044b\u0448\u0438 \u0438\u043b\u0438 \u043a\u043e\u0441\u043d\u0438\u0442\u0435\u0441\u044c \u0438 \u0443\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0439\u0442\u0435, \u0437\u0430\u0442\u0435\u043c \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u00ab\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043f\u043b\u0435\u0439\u043b\u0438\u0441\u0442\u00bb.",
|
||||
"MessageNoPlaylistItemsAvailable": "\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u0430\u043d\u043d\u044b\u0439 \u043f\u043b\u0435\u0439\u043b\u0438\u0441\u0442 \u043f\u0443\u0441\u0442.",
|
||||
"ButtonDismiss": "\u041f\u0440\u0435\u043a\u0440\u0430\u0442\u0438\u0442\u044c",
|
||||
"ButtonMore": "\u0415\u0449\u0451",
|
||||
"ButtonEditOtherUserPreferences": "\u041f\u0440\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u0444\u0438\u043b\u044c, \u0440\u0438\u0441\u0443\u043d\u043e\u043a \u0438 \u043b\u0438\u0447\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",
|
||||
"LabelChannelStreamQuality": "\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u043c\u043e\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438:",
|
||||
"LabelChannelStreamQualityHelp": "\u041f\u0440\u0438 \u043d\u0438\u0437\u043a\u043e\u0439 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u043d\u043e\u0439 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043c\u043e\u0447\u044c \u0434\u043e\u0431\u0438\u0442\u044c\u0441\u044f \u043f\u043b\u0430\u0432\u043d\u043e\u0439 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "\u0418\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u0438",
|
||||
"OptionReportAlbums": "\u0410\u043b\u044c\u0431\u043e\u043c\u044b",
|
||||
"OptionReportAdultVideos": "\u0412\u0437\u0440\u043e\u0441\u043b\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
|
||||
"ButtonMore": "\u0415\u0449\u0451",
|
||||
"ButtonMoreItems": "\u0415\u0449\u0451...",
|
||||
"HeaderActivity": "\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f",
|
||||
"ScheduledTaskStartedWithName": "{0} - \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u0430",
|
||||
"ScheduledTaskCancelledWithName": "{0} - \u0431\u044b\u043b\u0430 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u0430",
|
||||
|
@ -1293,7 +1295,7 @@
|
|||
"OptionUpcomingStreamingMovies": "\u041e\u0445\u0432\u0430\u0442\u044b\u0432\u0430\u0442\u044c \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u044b \u043a \u043d\u043e\u0432\u044b\u043c \u0438 \u043e\u0436\u0438\u0434\u0430\u0435\u043c\u044b\u043c \u0444\u0438\u043b\u044c\u043c\u0430\u043c \u043d\u0430 Netflix",
|
||||
"LabelDisplayTrailersWithinMovieSuggestions": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u044b \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430\u0435\u043c\u044b\u0445 \u0444\u0438\u043b\u044c\u043c\u043e\u0432",
|
||||
"LabelDisplayTrailersWithinMovieSuggestionsHelp": "\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043a\u0430\u043d\u0430\u043b\u0430 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043e\u0432.",
|
||||
"CinemaModeConfigurationHelp2": "Emby apps will have a setting to enable or disable cinema mode. TV apps enable cinema mode by default.",
|
||||
"CinemaModeConfigurationHelp2": "Emby-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0431\u0443\u0434\u0443\u0442 \u0438\u043c\u0435\u0442\u044c \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u0434\u043b\u044f \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u0438\u043b\u0438 \u0432\u044b\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0430 \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440\u0430. \u0412 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u0445 \u0434\u043b\u044f \u0442\u0435\u043b\u0435\u0432\u0438\u0437\u043e\u0440\u043e\u0432 \u0440\u0435\u0436\u0438\u043c \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440\u0430 \u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0441\u044f \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e.",
|
||||
"LabelEnableCinemaMode": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0440\u0435\u0436\u0438\u043c \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440\u0430",
|
||||
"HeaderCinemaMode": "\u0420\u0435\u0436\u0438\u043c \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440\u0430",
|
||||
"LabelDateAddedBehavior": "\u0414\u043b\u044f \u043d\u043e\u0432\u043e\u0433\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u0437\u0430 \u0434\u0430\u0442\u0443 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442\u0441\u044f:",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "\u0421\u0431\u0440\u043e\u0441 \u043f\u0430\u0440\u043e\u043b\u044f",
|
||||
"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:",
|
||||
"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",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c\u044b\u0435 \u0444\u0438\u043b\u044c\u043c\u044b",
|
||||
"HeaderUpcomingSports": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c\u043e\u0435 \u0438\u0437 \u0441\u043f\u043e\u0440\u0442\u0430",
|
||||
"HeaderUpcomingPrograms": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c\u044b\u0435 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438",
|
||||
"ButtonMoreItems": "\u0415\u0449\u0451...",
|
||||
"LabelShowLibraryTileNames": "\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044f \u043f\u043b\u0438\u0442\u043e\u043a \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438",
|
||||
"LabelShowLibraryTileNamesHelp": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442\u0441\u044f, \u0431\u0443\u0434\u0443\u0442 \u043b\u0438 \u043d\u0430\u0434\u043f\u0438\u0441\u0438 \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u044b \u043f\u043e\u0434 \u043f\u043b\u0438\u0442\u043a\u0430\u043c\u0438 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438 \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435.",
|
||||
"OptionEnableTranscodingThrottle": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u0440\u043e\u0441\u0441\u0435\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budget",
|
||||
"OptionRevenue": "Revenue",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Backdrop",
|
||||
"OptionTimeline": "Timeline",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Skipped",
|
||||
"HeaderEpisodeOrganization": "Episode Organization",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -89,7 +89,7 @@
|
|||
"LabelEnableEnhancedMovies": "Enable enhanced movie displays",
|
||||
"LabelEnableEnhancedMoviesHelp": "When enabled, movies will be displayed as folders to include trailers, extras, cast & crew, and other related content.",
|
||||
"HeaderSyncJobInfo": "Synk jobb",
|
||||
"FolderTypeMixed": "Mixed content",
|
||||
"FolderTypeMixed": "Blandat inneh\u00e5ll",
|
||||
"FolderTypeMovies": "Filmer",
|
||||
"FolderTypeMusic": "Musik",
|
||||
"FolderTypeAdultVideos": "Inneh\u00e5ll f\u00f6r vuxna",
|
||||
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "Stigande",
|
||||
"OptionDescending": "Sjunkande",
|
||||
"OptionRuntime": "Speltid",
|
||||
"OptionReleaseDate": "Premi\u00e4rdatum",
|
||||
"OptionReleaseDate": "Release Date",
|
||||
"OptionPlayCount": "Antal visningar",
|
||||
"OptionDatePlayed": "Senast visad",
|
||||
"OptionDateAdded": "Inlagd den",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budget",
|
||||
"OptionRevenue": "Int\u00e4kter",
|
||||
"OptionPoster": "Affisch",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Fondbild",
|
||||
"OptionTimeline": "Tidslinje",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "Metabetyg",
|
||||
"ButtonSelect": "V\u00e4lj",
|
||||
"ButtonGroupVersions": "Gruppera versioner",
|
||||
"ButtonAddToCollection": "Add to Collection",
|
||||
"ButtonAddToCollection": "L\u00e4gg till samling",
|
||||
"PismoMessage": "Anv\u00e4nder Pismo File Mount baserat p\u00e5 en sk\u00e4nkt licens",
|
||||
"TangibleSoftwareMessage": "Anv\u00e4nder Tangible Solutions Java\/C#-konverterare baserat p\u00e5 en sk\u00e4nkt licens.",
|
||||
"HeaderCredits": "Tack till",
|
||||
|
@ -581,12 +582,12 @@
|
|||
"HeaderProgram": "Program",
|
||||
"HeaderClients": "Klienter",
|
||||
"LabelCompleted": "Klar",
|
||||
"LabelFailed": "Misslyckades",
|
||||
"LabelFailed": "Failed",
|
||||
"LabelSkipped": "Hoppades \u00f6ver",
|
||||
"HeaderEpisodeOrganization": "Katalogisering av avsnitt",
|
||||
"LabelSeries": "Serie:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Kr\u00e4vs endast f\u00f6r filer som inneh\u00e5ller flera avsnitt",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -730,12 +731,12 @@
|
|||
"TabNowPlaying": "Nu spelas",
|
||||
"TabNavigation": "Navigering",
|
||||
"TabControls": "Kontroller",
|
||||
"ButtonFullscreen": "V\u00e4xla fullsk\u00e4rmsl\u00e4ge",
|
||||
"ButtonFullscreen": "Toggle fullscreen",
|
||||
"ButtonScenes": "Scener",
|
||||
"ButtonSubtitles": "Undertexter",
|
||||
"ButtonAudioTracks": "Ljudsp\u00e5r",
|
||||
"ButtonPreviousTrack": "F\u00f6reg\u00e5ende sp\u00e5r:",
|
||||
"ButtonNextTrack": "N\u00e4sta sp\u00e5r:",
|
||||
"ButtonAudioTracks": "Audio tracks",
|
||||
"ButtonPreviousTrack": "Previous track",
|
||||
"ButtonNextTrack": "Next track",
|
||||
"ButtonStop": "Stopp",
|
||||
"ButtonPause": "Paus",
|
||||
"ButtonNext": "N\u00e4sta",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Spellistor l\u00e5ter dig skapa listor med inneh\u00e5ll att spela upp i ordning. F\u00f6r att l\u00e4gga till objekt i spellistor, h\u00f6gerklicka eller tryck-och-h\u00e5ll och v\u00e4lj \"l\u00e4gg till i spellista\".",
|
||||
"MessageNoPlaylistItemsAvailable": "Den h\u00e4r spellistan \u00e4r tom.",
|
||||
"ButtonDismiss": "Avvisa",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "\u00d6nskad kvalitet vid str\u00f6mning via Internet:",
|
||||
"LabelChannelStreamQualityHelp": "N\u00e4r bandbredden \u00e4r begr\u00e4nsad kan en l\u00e4gre kvalitet ge en mera st\u00f6rningsfri upplevelse.",
|
||||
|
@ -1083,7 +1085,7 @@
|
|||
"OptionUnidentified": "Oidentifierad",
|
||||
"OptionMissingParentalRating": "\u00c5ldersgr\u00e4ns saknas",
|
||||
"OptionStub": "Stump",
|
||||
"HeaderEpisodes": "Avsnitt:",
|
||||
"HeaderEpisodes": "Episodes:",
|
||||
"OptionSeason0": "S\u00e4song 0",
|
||||
"LabelReport": "Rapport:",
|
||||
"OptionReportSongs": "L\u00e5tar",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artister",
|
||||
"OptionReportAlbums": "Album",
|
||||
"OptionReportAdultVideos": "Vuxen videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Aktivitet",
|
||||
"ScheduledTaskStartedWithName": "{0} startad",
|
||||
"ScheduledTaskCancelledWithName": "{0} avbr\u00f6ts",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "\u00c5terst\u00e4llning av l\u00f6senordet",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Videotyper",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Budget",
|
||||
"OptionRevenue": "Revenue",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Backdrop",
|
||||
"OptionTimeline": "Timeline",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Skipped",
|
||||
"HeaderEpisodeOrganization": "Episode Organization",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "\u0411\u044e\u0434\u0436\u0435\u0442",
|
||||
"OptionRevenue": "\u0417\u0431\u043e\u0440\u0438",
|
||||
"OptionPoster": "Poster",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Backdrop",
|
||||
"OptionTimeline": "Timeline",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Skipped",
|
||||
"HeaderEpisodeOrganization": "Episode Organization",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "Ng\u00e2n s\u00e1ch",
|
||||
"OptionRevenue": "Doanh thu",
|
||||
"OptionPoster": "\u00c1p ph\u00edch",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "Backdrop",
|
||||
"OptionTimeline": "D\u00f2ng th\u1eddi gian",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "B\u1ecf qua",
|
||||
"HeaderEpisodeOrganization": "Episode Organization",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "\u914d\u7f6e\u7b80\u6613PIN\u7801\uff1a",
|
||||
"HeaderAdultsReadHere": "\u6210\u4eba\u9605\u8bfb\u8fd9\u91cc\uff01",
|
||||
"RegisterWithPayPal": "\u6ce8\u518cPayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "\u540c\u6b65\u529f\u80fd\u4ec5\u5bf9\u652f\u6301\u8005\u4f1a\u5458\u5f00\u653e",
|
||||
"HeaderSyncRequiresSupporterMembership": "\u540c\u6b65\u9700\u8981\u652f\u6301\u8005\u4f1a\u5458",
|
||||
"HeaderEnjoyDayTrial": "\u4eab\u53d714\u5929\u514d\u8d39\u8bd5\u7528",
|
||||
"LabelSyncTempPath": "\u4e34\u65f6\u6587\u4ef6\u8def\u5f84\uff1a",
|
||||
"LabelSyncTempPathHelp": "\u6307\u5b9a\u540c\u6b65\u65f6\u7684\u5de5\u4f5c\u6587\u4ef6\u5939\u3002\u5728\u540c\u6b65\u8fc7\u7a0b\u4e2d\u521b\u5efa\u7684\u8f6c\u6362\u5a92\u4f53\u6587\u4ef6\u5c06\u88ab\u5b58\u653e\u5728\u8fd9\u91cc\u3002",
|
||||
|
@ -205,7 +205,7 @@
|
|||
"OptionAscending": "\u5347\u5e8f",
|
||||
"OptionDescending": "\u964d\u5e8f",
|
||||
"OptionRuntime": "\u64ad\u653e\u65f6\u95f4",
|
||||
"OptionReleaseDate": "\u53d1\u884c\u65e5\u671f",
|
||||
"OptionReleaseDate": "Release Date",
|
||||
"OptionPlayCount": "\u64ad\u653e\u6b21\u6570",
|
||||
"OptionDatePlayed": "\u64ad\u653e\u65e5\u671f",
|
||||
"OptionDateAdded": "\u52a0\u5165\u65e5\u671f",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "\u9884\u7b97",
|
||||
"OptionRevenue": "\u6536\u5165",
|
||||
"OptionPoster": "\u6d77\u62a5",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "\u80cc\u666f",
|
||||
"OptionTimeline": "\u65f6\u95f4\u8868",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "\u8bc4\u5206",
|
||||
"ButtonSelect": "\u9009\u62e9",
|
||||
"ButtonGroupVersions": "\u7248\u672c\u53f7",
|
||||
"ButtonAddToCollection": "Add to Collection",
|
||||
"ButtonAddToCollection": "\u52a0\u5165\u5408\u96c6",
|
||||
"PismoMessage": "\u901a\u8fc7\u6350\u8d60\u83b7\u53d6Pismo File Mount\u7684\u4f7f\u7528\u6388\u6743\u3002",
|
||||
"TangibleSoftwareMessage": "\u901a\u8fc7\u6350\u8d60\u7684\u8bb8\u53ef\u8bc1\u4f7f\u7528Java \/ C\uff03\u8f6c\u6362\u5668\u5207\u5b9e\u53ef\u884c\u7684\u89e3\u51b3\u65b9\u6848\u3002",
|
||||
"HeaderCredits": "\u5236\u4f5c\u4eba\u5458\u540d\u5355",
|
||||
|
@ -490,7 +491,7 @@
|
|||
"HeaderCastCrew": "\u6f14\u804c\u4eba\u5458",
|
||||
"HeaderAdditionalParts": "\u9644\u52a0\u90e8\u5206",
|
||||
"ButtonSplitVersionsApart": "\u652f\u7ebf\u7248\u672c",
|
||||
"ButtonPlayTrailer": "\u9884\u544a\u7247",
|
||||
"ButtonPlayTrailer": "Trailer",
|
||||
"LabelMissing": "\u7f3a\u5931",
|
||||
"LabelOffline": "\u79bb\u7ebf",
|
||||
"PathSubstitutionHelp": "\u8def\u5f84\u66ff\u6362\u7528\u4e8e\u628a\u670d\u52a1\u5668\u4e0a\u7684\u8def\u5f84\u6620\u5c04\u5230\u5ba2\u6237\u7aef\u80fd\u591f\u8bbf\u95ee\u7684\u8def\u5f84\u3002\u5141\u8bb8\u7528\u6237\u76f4\u63a5\u8bbf\u95ee\u670d\u52a1\u5668\u4e0a\u7684\u5a92\u4f53\uff0c\u5e76\u80fd\u591f\u76f4\u63a5\u901a\u8fc7\u7f51\u7edc\u4e0a\u64ad\u653e\uff0c\u53ef\u4ee5\u4e0d\u8fdb\u884c\u8f6c\u6d41\u548c\u8f6c\u7801\uff0c\u4ece\u800c\u8282\u7ea6\u670d\u52a1\u5668\u8d44\u6e90\u3002",
|
||||
|
@ -581,12 +582,12 @@
|
|||
"HeaderProgram": "\u7a0b\u5e8f",
|
||||
"HeaderClients": "\u5ba2\u6237\u7aef",
|
||||
"LabelCompleted": "\u5b8c\u6210",
|
||||
"LabelFailed": "\u5931\u8d25",
|
||||
"LabelFailed": "Failed",
|
||||
"LabelSkipped": "\u8df3\u8fc7",
|
||||
"HeaderEpisodeOrganization": "\u5267\u96c6\u6574\u7406",
|
||||
"LabelSeries": "\u7535\u89c6\u5267\uff1a",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "\u591a\u5c11\u5b63\uff1a",
|
||||
"LabelEpisodeNumber": "\u591a\u5c11\u96c6\uff1a",
|
||||
"LabelEndingEpisodeNumber": "\u6700\u540e\u4e00\u96c6\u6570\u5b57\uff1a",
|
||||
"LabelEndingEpisodeNumberHelp": "\u53ea\u9700\u8981\u591a\u96c6\u6587\u4ef6",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -730,12 +731,12 @@
|
|||
"TabNowPlaying": "\u73b0\u5728\u64ad\u653e",
|
||||
"TabNavigation": "\u5bfc\u822a",
|
||||
"TabControls": "\u63a7\u5236",
|
||||
"ButtonFullscreen": "\u5207\u6362\u5168\u5c4f",
|
||||
"ButtonFullscreen": "Toggle fullscreen",
|
||||
"ButtonScenes": "\u573a\u666f",
|
||||
"ButtonSubtitles": "\u5b57\u5e55",
|
||||
"ButtonAudioTracks": "\u97f3\u8f68",
|
||||
"ButtonPreviousTrack": "\u4e0a\u4e00\u97f3\u8f68",
|
||||
"ButtonNextTrack": "\u4e0b\u4e00\u97f3\u8f68",
|
||||
"ButtonAudioTracks": "Audio tracks",
|
||||
"ButtonPreviousTrack": "Previous track",
|
||||
"ButtonNextTrack": "Next track",
|
||||
"ButtonStop": "\u505c\u6b62",
|
||||
"ButtonPause": "\u6682\u505c",
|
||||
"ButtonNext": "\u4e0b\u4e00\u4e2a",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "\u64ad\u653e\u5217\u8868\u5141\u8bb8\u60a8\u521b\u5efa\u4e00\u4e2a\u5185\u5bb9\u5217\u8868\u6765\u8fde\u7eed\u64ad\u653e\u3002\u5c06\u9879\u76ee\u6dfb\u52a0\u5230\u64ad\u653e\u5217\u8868\uff0c\u53f3\u952e\u5355\u51fb\u6216\u70b9\u51fb\u5e76\u6309\u4f4f\uff0c\u7136\u540e\u9009\u62e9\u201c\u6dfb\u52a0\u5230\u64ad\u653e\u5217\u8868\u201d\u3002",
|
||||
"MessageNoPlaylistItemsAvailable": "\u64ad\u653e\u5217\u8868\u76ee\u524d\u662f\u7a7a\u7684\u3002",
|
||||
"ButtonDismiss": "\u89e3\u6563",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "\u9996\u9009\u7684\u4e92\u8054\u7f51\u6d41\u5a92\u4f53\u8d28\u91cf\uff1a",
|
||||
"LabelChannelStreamQualityHelp": "\u5728\u4f4e\u5e26\u5bbd\u73af\u5883\u4e0b\uff0c\u9650\u5236\u8d28\u91cf\u6709\u52a9\u4e8e\u786e\u4fdd\u987a\u7545\u7684\u6d41\u5a92\u4f53\u4f53\u9a8c\u3002",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "\u827a\u672f\u5bb6",
|
||||
"OptionReportAlbums": "\u4e13\u8f91",
|
||||
"OptionReportAdultVideos": "\u6210\u4eba\u89c6\u9891",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "\u6d3b\u52a8",
|
||||
"ScheduledTaskStartedWithName": "{0} \u5f00\u59cb",
|
||||
"ScheduledTaskCancelledWithName": "{0} \u88ab\u53d6\u6d88",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "\u5bc6\u7801\u91cd\u7f6e",
|
||||
"HeaderParentalRatings": "\u5bb6\u957f\u5206\u7ea7",
|
||||
"HeaderVideoTypes": "\u89c6\u9891\u7c7b\u578b",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "\u4ec5\u9650\u5355\u4e00\u7684\u5d4c\u5165\u5f0f\u56fe\u50cf",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "\u8a2d\u7f6e PIN \u78bc",
|
||||
"HeaderAdultsReadHere": "\u6210\u4eba\u89c0\u8cde\uff01",
|
||||
"RegisterWithPayPal": "\u7531 PayPal \u8a3b\u518a",
|
||||
"HeaderSyncRequiresSupporterMembership": "\u540c\u6b65\u9700\u8981\u6703\u54e1",
|
||||
"HeaderSyncRequiresSupporterMembership": "\u540c\u6b65\u9700\u8981\u4e00\u500b Emby \u751f\u6548\u6703\u54e1\u3002",
|
||||
"HeaderEnjoyDayTrial": "\u4eab\u53d7\u514d\u8cbb14\u5929\u8a66\u7528\u671f",
|
||||
"LabelSyncTempPath": "\u81e8\u6642\u6587\u4ef6\u7684\u8def\u5f91\uff1a",
|
||||
"LabelSyncTempPathHelp": "\u9078\u64c7\u81ea\u5b9a\u540c\u6b65\u5de5\u4f5c\u7684\u6587\u4ef6\u593e\u3002\u5728\u540c\u6b65\u904e\u7a0b\u4e2d\u5efa\u7acb\u7684\u8f49\u63db\u5a92\u9ad4\u5c07\u88ab\u5b58\u653e\u5230\u9019\u88e1\u3002",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "\u9810\u7b97",
|
||||
"OptionRevenue": "\u6536\u5165",
|
||||
"OptionPoster": "\u6d77\u5831",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "\u6d77\u5831\u5361\u7247",
|
||||
"OptionBackdrop": "\u80cc\u666f",
|
||||
"OptionTimeline": "\u6642\u9593\u8ef8",
|
||||
|
@ -323,7 +324,7 @@
|
|||
"OptionMetascore": "\u5c08\u6b04\u8a55\u5206",
|
||||
"ButtonSelect": "\u9078\u64c7",
|
||||
"ButtonGroupVersions": "\u7248\u672c",
|
||||
"ButtonAddToCollection": "\u6dfb\u52a0\u5230\u6536\u85cf\u5eab",
|
||||
"ButtonAddToCollection": "\u6dfb\u52a0\u5230\u6536\u85cf",
|
||||
"PismoMessage": "\u901a\u904e\u5df2\u8cfc\u8cb7\u901a\u884c\u8b49\uff0c\u4f7f\u7528 Pismo File Mount \u3002",
|
||||
"TangibleSoftwareMessage": "\u901a\u904e\u5df2\u8cfc\u8cb7\u901a\u884c\u8b49\uff0c\u4f7f\u7528\u53ef\u884c\u89e3\u6c7a\u7684 Java\/C\uff03 \u8f49\u63db\u5668\u3002",
|
||||
"HeaderCredits": "\u7a4d\u5206",
|
||||
|
@ -490,7 +491,7 @@
|
|||
"HeaderCastCrew": "\u6f14\u54e1\u9663\u5bb9",
|
||||
"HeaderAdditionalParts": "\u9644\u52a0\u90e8\u4efd",
|
||||
"ButtonSplitVersionsApart": "\u9664\u4e86\u5206\u62c6\u7248\u672c",
|
||||
"ButtonPlayTrailer": "\u9810\u544a\u7247",
|
||||
"ButtonPlayTrailer": "\u64ad\u653e\u9810\u544a",
|
||||
"LabelMissing": "\u7f3a\u5c11",
|
||||
"LabelOffline": "\u96e2\u7dda",
|
||||
"PathSubstitutionHelp": "\u66ff\u63db\u8def\u5f91\u66f4\u6539\u8def\u5f91\u8b93\u5ba2\u6236\u7aef\u80fd\u5920\u8a2a\u554f\u3002\u5141\u8a31\u5ba2\u6236\u7aef\u76f4\u63a5\u64ad\u653e\uff0c\u907f\u514d\u6d88\u8017\u8cc7\u6e90\u65bc\u4e32\u6d41\u548c\u8f49\u78bc\u3002",
|
||||
|
@ -581,12 +582,12 @@
|
|||
"HeaderProgram": "\u7a0b\u5f0f",
|
||||
"HeaderClients": "\u5ba2\u6236\u7aef",
|
||||
"LabelCompleted": "\u5df2\u5b8c\u6210",
|
||||
"LabelFailed": "\u5931\u6557",
|
||||
"LabelFailed": "(\u5931\u6557)",
|
||||
"LabelSkipped": "\u7565\u904e",
|
||||
"HeaderEpisodeOrganization": "\u6574\u7406\u5287\u96c6",
|
||||
"LabelSeries": "\u96fb\u8996\u5287\uff1a",
|
||||
"LabelSeasonNumber": "\u5b63\u5ea6\u5287\u96c6\u96c6\u6578",
|
||||
"LabelEpisodeNumber": "\u6232\u96c6\u96c6\u6578",
|
||||
"LabelSeries": "\u96fb\u8996\u5287",
|
||||
"LabelSeasonNumber": "\u5b63\u5ea6\u6232\u96c6\u96c6\u6578\uff1a",
|
||||
"LabelEpisodeNumber": "\u6232\u96c6\u96c6\u6578\uff1a",
|
||||
"LabelEndingEpisodeNumber": "\u5df2\u5b8c\u7d50\u6232\u96c6\u96c6\u6578\uff1a",
|
||||
"LabelEndingEpisodeNumberHelp": "\u53ea\u9700\u591a\u5287\u96c6\u6587\u4ef6",
|
||||
"HeaderSupportTheTeam": "\u8d0a\u52a9\u6211\u5011\u7684\u5718\u968a",
|
||||
|
@ -730,12 +731,12 @@
|
|||
"TabNowPlaying": "Now Playing",
|
||||
"TabNavigation": "Navigation",
|
||||
"TabControls": "Controls",
|
||||
"ButtonFullscreen": "Toggle fullscreen",
|
||||
"ButtonFullscreen": "\u5168\u87a2\u5e55",
|
||||
"ButtonScenes": "Scenes",
|
||||
"ButtonSubtitles": "\u5b57\u5e55",
|
||||
"ButtonAudioTracks": "Audio tracks",
|
||||
"ButtonPreviousTrack": "Previous track",
|
||||
"ButtonNextTrack": "Next track",
|
||||
"ButtonAudioTracks": "\u97f3\u8ecc",
|
||||
"ButtonPreviousTrack": "\u524d\u4e00\u66f2",
|
||||
"ButtonNextTrack": "\u4e0b\u4e00\u66f2",
|
||||
"ButtonStop": "Stop",
|
||||
"ButtonPause": "Pause",
|
||||
"ButtonNext": "Next",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1083,7 +1085,7 @@
|
|||
"OptionUnidentified": "Unidentified",
|
||||
"OptionMissingParentalRating": "Missing parental rating",
|
||||
"OptionStub": "Stub",
|
||||
"HeaderEpisodes": "\u6232\u96c6\uff1a",
|
||||
"HeaderEpisodes": "\u5287\u96c6",
|
||||
"OptionSeason0": "\u9996\u5b63",
|
||||
"LabelReport": "Report:",
|
||||
"OptionReportSongs": "\u6b4c\u66f2",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "\u6210\u4eba\u5f71\u7247",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"ButtonConfigurePinCode": "Configure pin code",
|
||||
"HeaderAdultsReadHere": "Adults Read Here!",
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires a Supporter Membership",
|
||||
"HeaderSyncRequiresSupporterMembership": "Sync Requires an Emby Premiere Subscription",
|
||||
"HeaderEnjoyDayTrial": "Enjoy a 14 Day Free Trial",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
|
@ -219,6 +219,7 @@
|
|||
"OptionBudget": "\u9810\u7b97",
|
||||
"OptionRevenue": "\u6536\u5165",
|
||||
"OptionPoster": "\u6d77\u5831",
|
||||
"HeaderYears": "Years",
|
||||
"OptionPosterCard": "Poster card",
|
||||
"OptionBackdrop": "\u80cc\u666f",
|
||||
"OptionTimeline": "\u6642\u9593\u8ef8",
|
||||
|
@ -585,8 +586,8 @@
|
|||
"LabelSkipped": "Skipped",
|
||||
"HeaderEpisodeOrganization": "Episode Organization",
|
||||
"LabelSeries": "Series:",
|
||||
"LabelSeasonNumber": "Season number",
|
||||
"LabelEpisodeNumber": "Episode number",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
|
@ -918,6 +919,7 @@
|
|||
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
|
||||
"MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
|
||||
"ButtonDismiss": "Dismiss",
|
||||
"ButtonMore": "More",
|
||||
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
|
||||
"LabelChannelStreamQuality": "Preferred internet stream quality:",
|
||||
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
|
||||
|
@ -1100,7 +1102,7 @@
|
|||
"OptionReportArtists": "Artists",
|
||||
"OptionReportAlbums": "Albums",
|
||||
"OptionReportAdultVideos": "Adult videos",
|
||||
"ButtonMore": "More",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderActivity": "Activity",
|
||||
"ScheduledTaskStartedWithName": "{0} started",
|
||||
"ScheduledTaskCancelledWithName": "{0} was cancelled",
|
||||
|
@ -1363,7 +1365,6 @@
|
|||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRatings": "Parental Ratings",
|
||||
"HeaderVideoTypes": "Video Types",
|
||||
"HeaderYears": "Years",
|
||||
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block content with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
|
@ -1386,7 +1387,6 @@
|
|||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"LabelShowLibraryTileNames": "Show library tile names",
|
||||
"LabelShowLibraryTileNamesHelp": "Determines if labels will be displayed underneath library tiles on the home page",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "\u041f\u043e\u0434\u043a\u0440\u0435\u043f\u0435\u0442\u0435 Emby \u041e\u0442\u0431\u043e\u0440\u044a\u0442",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "\u0422V \u043d\u0430 \u0436\u0438\u0432\u043e",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Potvrzen\u00ed",
|
||||
"MessageKeyUpdated": "D\u011bkuji. V\u00e1\u0161 kl\u00ed\u010d Emby Premiere byl aktualizov\u00e1n.",
|
||||
"MessageKeyRemoved": "D\u011bkuji. V\u00e1\u0161 kl\u00ed\u010d Emby Premiere byl odstran\u011bn.",
|
||||
"LabelSeasonNumber": "\u010c\u00edslo sez\u00f3ny:",
|
||||
"LabelEpisodeNumber": "\u010c\u00edslo epizody:",
|
||||
"HeaderSupportTheTeam": "Podpo\u0159te Emby Team",
|
||||
"TextEnjoyBonusFeatures": "U\u017eijte si bonusy",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -448,16 +450,16 @@
|
|||
"HeaderRuntime": "D\u00e9lka",
|
||||
"HeaderCommunityRating": "Hodnocen\u00ed komunity",
|
||||
"HeaderPasswordReset": "Obnova hesla",
|
||||
"HeaderParentalRating": "Rodi\u010dovsk\u00e9 hodnocen\u00ed",
|
||||
"HeaderParentalRating": "Parental rating",
|
||||
"HeaderReleaseDate": "Datum vyd\u00e1n\u00ed",
|
||||
"HeaderDateAdded": "Datum p\u0159id\u00e1n\u00ed",
|
||||
"HeaderSeries": "Seri\u00e1l",
|
||||
"HeaderDateAdded": "Date added",
|
||||
"HeaderSeries": "Series",
|
||||
"HeaderSeason": "Sez\u00f3na",
|
||||
"HeaderSeasonNumber": "\u010c\u00edslo sez\u00f3ny",
|
||||
"HeaderNetwork": "S\u00ed\u0165",
|
||||
"HeaderYear": "Rok",
|
||||
"HeaderYear": "Year",
|
||||
"HeaderGameSystem": "Syst\u00e9m hry",
|
||||
"HeaderPlayers": "Hr\u00e1\u010di",
|
||||
"HeaderPlayers": "Players",
|
||||
"HeaderEmbeddedImage": "Vlo\u017een\u00fd obr\u00e1zek",
|
||||
"HeaderTrack": "Stopa",
|
||||
"HeaderDisc": "Disk",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Po\u0159ad\u00ed zobrazen\u00ed n\u00e1zv\u016f:",
|
||||
"OptionSortName": "Set\u0159\u00eddit dle n\u00e1zvu",
|
||||
"OptionReleaseDate": "Datum vyd\u00e1n\u00ed",
|
||||
"LabelSeasonNumber": "\u010c\u00edslo sez\u00f3ny:",
|
||||
"LabelDiscNumber": "\u010c\u00edslo disku",
|
||||
"LabelParentNumber": "\u010c\u00edslo p\u0159edch\u016fdce",
|
||||
"LabelEpisodeNumber": "\u010c\u00edslo epizody:",
|
||||
"LabelTrackNumber": "\u010c\u00edslo stopy:",
|
||||
"LabelNumber": "\u010c\u00edslo:",
|
||||
"LabelReleaseDate": "Datum vyd\u00e1n\u00ed:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Odemkn\u011bte pomoc\u00ed koup\u011b",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema M\u00f3d",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Bekr\u00e6ftelse",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "St\u00f8t Emby-holdet",
|
||||
"TextEnjoyBonusFeatures": "F\u00e5 bonus funktioner",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -448,16 +450,16 @@
|
|||
"HeaderRuntime": "Varighed",
|
||||
"HeaderCommunityRating": "F\u00e6llesskabsvurdering",
|
||||
"HeaderPasswordReset": "Nulstil adgangskode",
|
||||
"HeaderParentalRating": "Parental rating",
|
||||
"HeaderParentalRating": "Aldersgr\u00e6nse",
|
||||
"HeaderReleaseDate": "Udgivelsesdato",
|
||||
"HeaderDateAdded": "Date added",
|
||||
"HeaderSeries": "Series",
|
||||
"HeaderDateAdded": "Dato for tilf\u00f8jelse",
|
||||
"HeaderSeries": "Serier",
|
||||
"HeaderSeason": "S\u00e6son",
|
||||
"HeaderSeasonNumber": "S\u00e6sonnummer",
|
||||
"HeaderNetwork": "Netv\u00e6rk",
|
||||
"HeaderYear": "Year",
|
||||
"HeaderYear": "\u00c5r",
|
||||
"HeaderGameSystem": "Spilsystem",
|
||||
"HeaderPlayers": "Players",
|
||||
"HeaderPlayers": "Afspillere",
|
||||
"HeaderEmbeddedImage": "Indlejret billede",
|
||||
"HeaderTrack": "Spor",
|
||||
"HeaderDisc": "Disk",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Titelvisningsorden:",
|
||||
"OptionSortName": "Sorteringsnavn",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disk nummer",
|
||||
"LabelParentNumber": "Parent nummer",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Spor nummer:",
|
||||
"LabelNumber": "Nummer:",
|
||||
"LabelReleaseDate": "Udgivelsesdato:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Betalingsservicen er ikke tilg\u00e6ngelig p\u00e5 nuv\u00e6rende tidspunkt. Pr\u00f8v igen senere.",
|
||||
"MessagePleaseSignInLocalNetwork": "F\u00f8r du forts\u00e6tter bedes du sikre dig at du har forbindelse til dit lokale netv\u00e6rk via Wifi eller Lan forbindelse.",
|
||||
"ButtonUnlockWithPurchase": "L\u00e5s op gennem k\u00f8b",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Biograftilstand",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Best\u00e4tigung",
|
||||
"MessageKeyUpdated": "Vielen Dank. Ihr Emby Premium Schl\u00fcssel wurde aktualisiert.",
|
||||
"MessageKeyRemoved": "Vielen Dank. Ihr Emby Premium Schl\u00fcssel wurde entfernt.",
|
||||
"LabelSeasonNumber": "Staffelnummer:",
|
||||
"LabelEpisodeNumber": "Episodennummer:",
|
||||
"HeaderSupportTheTeam": "Unterst\u00fctzen Sie das Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Erleben Sie Bonus Funktionen",
|
||||
"TitleLiveTV": "Live-TV",
|
||||
|
@ -448,16 +450,16 @@
|
|||
"HeaderRuntime": "Laufzeit",
|
||||
"HeaderCommunityRating": "Community Bewertung",
|
||||
"HeaderPasswordReset": "Passwort zur\u00fccksetzen",
|
||||
"HeaderParentalRating": "Altersfreigabe",
|
||||
"HeaderParentalRating": "Alterseinstufung",
|
||||
"HeaderReleaseDate": "Ver\u00f6ffentlichungsdatum",
|
||||
"HeaderDateAdded": "Datum hinzugef\u00fcgt",
|
||||
"HeaderDateAdded": "Hinzugef\u00fcgt am",
|
||||
"HeaderSeries": "Serien",
|
||||
"HeaderSeason": "Staffel",
|
||||
"HeaderSeasonNumber": "Staffel Nummer",
|
||||
"HeaderNetwork": "Netzwerk",
|
||||
"HeaderYear": "Jahr",
|
||||
"HeaderGameSystem": "Spielesystem",
|
||||
"HeaderPlayers": "Spieler",
|
||||
"HeaderPlayers": "Abspielger\u00e4te",
|
||||
"HeaderEmbeddedImage": "Integriertes Bild",
|
||||
"HeaderTrack": "St\u00fcck",
|
||||
"HeaderDisc": "Disc",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Reihenfolge Titeldarstellung:",
|
||||
"OptionSortName": "Sortiername",
|
||||
"OptionReleaseDate": "Ver\u00f6ffentlichungsdatum",
|
||||
"LabelSeasonNumber": "Staffelnummer:",
|
||||
"LabelDiscNumber": "Disc Nummer",
|
||||
"LabelParentNumber": "Ursprungsnummer",
|
||||
"LabelEpisodeNumber": "Episodennummer:",
|
||||
"LabelTrackNumber": "St\u00fcck Nummer:",
|
||||
"LabelNumber": "Nummer:",
|
||||
"LabelReleaseDate": "Ver\u00f6ffentlichungsdatum:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Freischaltung Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Schalten Sie diese Funktion mit einer kleinen einmaligen Geb\u00fchr oder einem aktiven Emby Premium Abo frei.",
|
||||
"MessageUnlockAppWithSupporter": "Schalten Sie diese Funktion mit einem aktiven Emby Premium Abo frei.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Die Zahlungsdienste stehen leider gerade nicht zur Verf\u00fcgung. Bitte versuchen Sie es sp\u00e4ter erneut.",
|
||||
"MessagePleaseSignInLocalNetwork": "Bevor Sie fortsetzen sollten Sie sicher sein, dass Sie mit Ihrem Heimnetzwerk verbunden sind.",
|
||||
"ButtonUnlockWithPurchase": "Freischalten durch Kauf",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Kino-Modus",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Disfrute los extras",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmaci\u00f3n",
|
||||
"MessageKeyUpdated": "Gracias. Su clave de Emby Premier se ha actualizado.",
|
||||
"MessageKeyRemoved": "Gracias. Su clave de Emby Premier ha sido removida.",
|
||||
"LabelSeasonNumber": "N\u00famero de temporada:",
|
||||
"LabelEpisodeNumber": "N\u00famero de episodio:",
|
||||
"HeaderSupportTheTeam": "Apoye al equipo de Emby",
|
||||
"TextEnjoyBonusFeatures": "Disfruta de Caracter\u00edsticas Premium",
|
||||
"TitleLiveTV": "TV en Vivo",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Ordenamiento de despliegue de t\u00edtulos:",
|
||||
"OptionSortName": "Nombre para ordenar",
|
||||
"OptionReleaseDate": "Fecha de estreno",
|
||||
"LabelSeasonNumber": "N\u00famero de temporada:",
|
||||
"LabelDiscNumber": "N\u00famero de disco",
|
||||
"LabelParentNumber": "N\u00famero antecesor",
|
||||
"LabelEpisodeNumber": "N\u00famero de episodio:",
|
||||
"LabelTrackNumber": "N\u00famero de Pista:",
|
||||
"LabelNumber": "N\u00famero:",
|
||||
"LabelReleaseDate": "Fecha de estreno:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Desbloquear Emby Sinc",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Desbloquee esta caracter\u00edstica con una peque\u00f1a compra \u00fanica, o con una suscripci\u00f3n activa de Emby Premier.",
|
||||
"MessageUnlockAppWithSupporter": "Desbloquee esta caracter\u00edstica con una suscripci\u00f3n activa de Emby Premier.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Los servicios de pago no se encuentran disponibles actualmente. Por favor intente de nuevo mas tarde.",
|
||||
"MessagePleaseSignInLocalNetwork": "Antes de continuar, por favor aseg\u00farese de que esta conectado a su red local usando una conexi\u00f3n Wifi o LAN.",
|
||||
"ButtonUnlockWithPurchase": "Desbloquear con una compra",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Modo cine",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmaci\u00f3n",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Apoye al equipo de Emby",
|
||||
"TextEnjoyBonusFeatures": "Disfrute los extras",
|
||||
"TitleLiveTV": "Tv en vivo",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Merci. Votre cl\u00e9 Emby Premiere a \u00e9t\u00e9 mise \u00e0 jour.",
|
||||
"MessageKeyRemoved": "Merci. Votre cl\u00e9 Emby Premiere a \u00e9t\u00e9 supprim\u00e9e.",
|
||||
"LabelSeasonNumber": "Num\u00e9ro de saison :",
|
||||
"LabelEpisodeNumber": "Num\u00e9ro d'\u00e9pisode :",
|
||||
"HeaderSupportTheTeam": "Aidez l'\u00e9quipe Emby",
|
||||
"TextEnjoyBonusFeatures": "Profitez bien des fonctionnalit\u00e9s bonus",
|
||||
"TitleLiveTV": "TV en direct",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Ordre d'affichage des titres:",
|
||||
"OptionSortName": "Clef de tri",
|
||||
"OptionReleaseDate": "Date de diffusion",
|
||||
"LabelSeasonNumber": "Num\u00e9ro de saison :",
|
||||
"LabelDiscNumber": "Num\u00e9ro de disque",
|
||||
"LabelParentNumber": "Num\u00e9ro parent",
|
||||
"LabelEpisodeNumber": "Num\u00e9ro d'\u00e9pisode :",
|
||||
"LabelTrackNumber": "Num\u00e9ro de piste:",
|
||||
"LabelNumber": "Num\u00e9ro:",
|
||||
"LabelReleaseDate": "Date de sortie",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "D\u00e9verrouiller Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un petit achat en une fois ou avec une souscription Emby Premiere.",
|
||||
"MessageUnlockAppWithSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec une souscription Emby Premiere active.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Les services de paiement sont actuellement indisponibles. Merci de r\u00e9essayer ult\u00e9rieurement",
|
||||
"MessagePleaseSignInLocalNetwork": "Avant de continuer, veuillez vous assurer que vous \u00eates connect\u00e9s sur votre r\u00e9seau local en Wifi ou LAN.",
|
||||
"ButtonUnlockWithPurchase": "D\u00e9verrouillez par un achat.",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Mode cin\u00e9ma",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Erleb di ganze Bonis",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "\u05d8\u05dc\u05d5\u05d5\u05d9\u05d6\u05d9\u05d4 \u05d7\u05d9\u05d9\u05d4",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "TV",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Conferma",
|
||||
"MessageKeyUpdated": "Grazie. La tua chiave Emby Premiere \u00e8 stata aggiornata.",
|
||||
"MessageKeyRemoved": "Grazie. La tua chiave Emby Premiere \u00e8 stata rimossa.",
|
||||
"LabelSeasonNumber": "Stagione N\u00b0:",
|
||||
"LabelEpisodeNumber": "Episodio N\u00b0:",
|
||||
"HeaderSupportTheTeam": "Supporta il Team di Emby",
|
||||
"TextEnjoyBonusFeatures": "Goditi le caratteristiche aggiuntive",
|
||||
"TitleLiveTV": "Tv in diretta",
|
||||
|
@ -448,10 +450,10 @@
|
|||
"HeaderRuntime": "Durata",
|
||||
"HeaderCommunityRating": "Voto Comunit\u00e0",
|
||||
"HeaderPasswordReset": "Reset della Password",
|
||||
"HeaderParentalRating": "Valutazione parentale",
|
||||
"HeaderParentalRating": "Voto genitore",
|
||||
"HeaderReleaseDate": "Data Rilascio",
|
||||
"HeaderDateAdded": "Data aggiunta",
|
||||
"HeaderSeries": "Series",
|
||||
"HeaderDateAdded": "Aggiunto il",
|
||||
"HeaderSeries": "Serie",
|
||||
"HeaderSeason": "Stagione",
|
||||
"HeaderSeasonNumber": "Stagione Numero",
|
||||
"HeaderNetwork": "Rete",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Titolo mostrato in ordine:",
|
||||
"OptionSortName": "Nome ordinato",
|
||||
"OptionReleaseDate": "data di rilascio",
|
||||
"LabelSeasonNumber": "Stagione N\u00b0:",
|
||||
"LabelDiscNumber": "Disco numero",
|
||||
"LabelParentNumber": "Numero superiore",
|
||||
"LabelEpisodeNumber": "Episodio N\u00b0:",
|
||||
"LabelTrackNumber": "Traccia numero:",
|
||||
"LabelNumber": "Numero:",
|
||||
"LabelReleaseDate": "Data di rilascio:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Sblocca Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Sblocca questa funzionalit\u00e0 con un piccolo acquisto singolo, o con un abbonamento Emby Premiere",
|
||||
"MessageUnlockAppWithSupporter": "Sblocca questa funzionalit\u00e0 con un abbonamento Emby Premiere",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "I servizi di pagamento non sono attualmente disponibili. Per favore riprova pi\u00f9 tardi.",
|
||||
"MessagePleaseSignInLocalNetwork": "Prima di procedere, assicurarsi che si \u00e8 connessi alla rete locale utilizzando una connessione WiFi o LAN.",
|
||||
"ButtonUnlockWithPurchase": "Sbloccare con l'acquisto",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Modalit\u00e0 cinema",
|
||||
|
|
|
@ -940,7 +940,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "\u0420\u0430\u0441\u0442\u0430\u0443",
|
||||
"MessageKeyUpdated": "Emby Premiere \u043a\u0456\u043b\u0442\u0456\u04a3\u0456\u0437 \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0434\u044b.",
|
||||
"MessageKeyRemoved": "Emby Premiere \u043a\u0456\u043b\u0442\u0456\u04a3\u0456\u0437 \u0430\u043b\u0430\u0441\u0442\u0430\u043b\u0434\u044b.",
|
||||
"LabelSeasonNumber": "\u041c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456:",
|
||||
"LabelEpisodeNumber": "\u042d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u0456:",
|
||||
"HeaderSupportTheTeam": "Emby \u0442\u043e\u0431\u044b\u043d \u049b\u043e\u043b\u0434\u0430\u04a3\u044b\u0437",
|
||||
"TextEnjoyBonusFeatures": "\u0421\u044b\u0439\u0430\u049b\u044b \u049b\u04b1\u0440\u0430\u043c\u0434\u0430\u0441\u0442\u0430\u0440\u0434\u044b \u0442\u0430\u043c\u0430\u0448\u0430\u043b\u0430\u043d\u044b\u04a3\u044b\u0437",
|
||||
"TitleLiveTV": "\u042d\u0444\u0438\u0440\u043b\u0456\u043a \u0422\u0414",
|
||||
|
@ -455,7 +457,7 @@
|
|||
"HeaderSeason": "\u041c\u0430\u0443\u0441\u044b\u043c",
|
||||
"HeaderSeasonNumber": "\u041c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456",
|
||||
"HeaderNetwork": "\u0422\u0435\u043b\u0435\u0436\u0435\u043b\u0456",
|
||||
"HeaderYear": "\u0416\u044b\u043b",
|
||||
"HeaderYear": "\u0416\u044b\u043b\u044b",
|
||||
"HeaderGameSystem": "\u041e\u0439\u044b\u043d \u0436\u04af\u0439\u0435\u0441\u0456",
|
||||
"HeaderPlayers": "\u041e\u0439\u044b\u043d\u0448\u044b\u043b\u0430\u0440",
|
||||
"HeaderEmbeddedImage": "\u0415\u043d\u0434\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0441\u0443\u0440\u0435\u0442",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "\u0422\u0443\u044b\u043d\u0434\u044b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u0440\u0435\u0442\u0456:",
|
||||
"OptionSortName": "\u0421\u04b1\u0440\u044b\u043f\u0442\u0430\u043b\u0430\u0442\u044b\u043d \u0430\u0442\u044b",
|
||||
"OptionReleaseDate": "\u0428\u044b\u0493\u0430\u0440\u0443 \u043a\u04af\u043d\u0456",
|
||||
"LabelSeasonNumber": "\u041c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456:",
|
||||
"LabelDiscNumber": "\u0414\u0438\u0441\u043a\u0456 \u043d\u04e9\u043c\u0456\u0440\u0456",
|
||||
"LabelParentNumber": "\u0422\u0435\u043a\u0442\u0456\u043a \u043d\u04e9\u043c\u0456\u0440:",
|
||||
"LabelEpisodeNumber": "\u042d\u043f\u0438\u0437\u043e\u0434 \u043d\u04e9\u043c\u0456\u0440\u0456:",
|
||||
"LabelTrackNumber": "\u0416\u043e\u043b\u0448\u044b\u049b \u043d\u04e9\u043c\u0456\u0440\u0456:",
|
||||
"LabelNumber": "\u041d\u04e9\u043c\u0456\u0440\u0456:",
|
||||
"LabelReleaseDate": "\u0428\u044b\u0493\u0430\u0440\u0443 \u043a\u04af\u043d\u0456:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Emby \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443\u0434\u0456 \u049b\u04b1\u0440\u0441\u0430\u0443\u0434\u0430\u043d \u0431\u043e\u0441\u0430\u0442\u0443",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "\u041e\u0441\u044b \u049b\u04b1\u0440\u0430\u043c\u0434\u0430\u0441\u0442\u044b \u0431\u0456\u0440 \u0436\u043e\u043b\u0493\u044b \u0441\u0430\u0442\u044b\u043f \u0430\u043b\u0443, \u043d\u0435\u043c\u0435\u0441\u0435 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 Emby Premiere \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u04b1\u0440\u0441\u0430\u0443\u0434\u0430\u043d \u0431\u043e\u0441\u0430\u0442\u0443.",
|
||||
"MessageUnlockAppWithSupporter": "\u041e\u0441\u044b \u049b\u04b1\u0440\u0430\u043c\u0434\u0430\u0441\u0442\u044b \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 Emby Premiere \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u04b1\u0440\u0441\u0430\u0443\u0434\u0430\u043d \u0431\u043e\u0441\u0430\u0442\u0443.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "\u0422\u04e9\u043b\u0435\u043c \u049b\u044b\u0437\u043c\u0435\u0442\u0442\u0435\u0440\u0456 \u049b\u0430\u0437\u0456\u0440\u0433\u0456 \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u049b\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u0435\u043c\u0435\u0441. \u04d8\u0440\u0435\u043a\u0435\u0442\u0442\u0456 \u043a\u0435\u0439\u0456\u043d \u049b\u0430\u0439\u0442\u0430\u043b\u0430\u04a3\u044b\u0437.",
|
||||
"MessagePleaseSignInLocalNetwork": "\u041e\u0440\u044b\u043d\u0434\u0430\u043c\u0430\u0441 \u0431\u04b1\u0440\u044b\u043d, \u0436\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u0436\u0435\u043b\u0456\u0433\u0435 Wifi \u043d\u0435\u043c\u0435\u0441\u0435 LAN \u0431\u0430\u0439\u043b\u0430\u043d\u044b\u0441\u044b\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043f \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u044b\u04a3\u044b\u0437\u0434\u044b \u049b\u0430\u043c\u0442\u0430\u043c\u0430\u0441\u044b\u0437 \u0435\u0442\u0456\u04a3\u0456\u0437.",
|
||||
"ButtonUnlockWithPurchase": "\u0421\u0430\u0442\u044b\u043f \u0430\u043b\u0443\u043c\u0435\u043d \u049b\u04b1\u0440\u0441\u0430\u0443\u0434\u0430\u043d \u0431\u043e\u0441\u0430\u0442\u0443",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "\ud655\uc778",
|
||||
"MessageKeyUpdated": "\uace0\ub9d9\uc2b5\ub2c8\ub2e4. \uadc0\ud558\uc758 Emby \ud504\ub9ac\ubbf8\uc5b4 \ud0a4\uac00 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",
|
||||
"MessageKeyRemoved": "\uace0\ub9d9\uc2b5\ub2c8\ub2e4. \uadc0\ud558\uc758 Emby \ud504\ub9ac\ubbf8\uc5b4 \ud0a4\uac00 \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.",
|
||||
"LabelSeasonNumber": "\uc2dc\uc98c \ubc88\ud638:",
|
||||
"LabelEpisodeNumber": "\uc5d0\ud53c\uc18c\ub4dc \ubc88\ud638:",
|
||||
"HeaderSupportTheTeam": "Emby \ud300 \uc9c0\uc6d0",
|
||||
"TextEnjoyBonusFeatures": "\ubcf4\ub108\uc2a4 \uae30\ub2a5\uc744 \uc990\uae30\uc138\uc694",
|
||||
"TitleLiveTV": "TV \ubc29\uc1a1",
|
||||
|
@ -448,16 +450,16 @@
|
|||
"HeaderRuntime": "\uc0c1\uc601 \uc2dc\uac04",
|
||||
"HeaderCommunityRating": "\ucee4\ubba4\ub2c8\ud2f0 \ud3c9\uc810",
|
||||
"HeaderPasswordReset": "\ube44\ubc00\ubc88\ud638 \ucd08\uae30\ud654",
|
||||
"HeaderParentalRating": "\uc790\ub140 \ubcf4\ud638 \ub4f1\uae09",
|
||||
"HeaderParentalRating": "Parental rating",
|
||||
"HeaderReleaseDate": "\uac1c\ubd09\uc77c",
|
||||
"HeaderDateAdded": "\ucd94\uac00\ud55c \ub0a0\uc9dc",
|
||||
"HeaderSeries": "\uc2dc\ub9ac\uc988",
|
||||
"HeaderDateAdded": "Date added",
|
||||
"HeaderSeries": "Series",
|
||||
"HeaderSeason": "\uc2dc\uc98c",
|
||||
"HeaderSeasonNumber": "\uc2dc\uc98c \ubc88\ud638",
|
||||
"HeaderNetwork": "\ub124\ud2b8\uc6cc\ud06c",
|
||||
"HeaderYear": "\uc5f0\ub3c4",
|
||||
"HeaderYear": "Year",
|
||||
"HeaderGameSystem": "\uac8c\uc784 \uc2dc\uc2a4\ud15c",
|
||||
"HeaderPlayers": "\ud50c\ub808\uc774\uc5b4",
|
||||
"HeaderPlayers": "Players",
|
||||
"HeaderEmbeddedImage": "\ub0b4\uc7a5 \uc774\ubbf8\uc9c0",
|
||||
"HeaderTrack": "\ud2b8\ub799",
|
||||
"HeaderDisc": "\ub514\uc2a4\ud06c",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "\uc81c\ubaa9 \ud45c\uc2dc \uc21c\uc11c:",
|
||||
"OptionSortName": "\uc815\ub82c \uc81c\ubaa9",
|
||||
"OptionReleaseDate": "\uac1c\ubd09\uc77c",
|
||||
"LabelSeasonNumber": "\uc2dc\uc98c \ubc88\ud638:",
|
||||
"LabelDiscNumber": "\ub514\uc2a4\ud06c \ubc88\ud638",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "\uc5d0\ud53c\uc18c\ub4dc \ubc88\ud638:",
|
||||
"LabelTrackNumber": "\ud2b8\ub799 \ubc88\ud638:",
|
||||
"LabelNumber": "\ubc88\ud638:",
|
||||
"LabelReleaseDate": "\uac1c\ubd09\uc77c:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Emby \ub3d9\uae30\ud654 \uc81c\ud55c \ud480\uae30",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "\uc774 \uae30\ub2a5\uc758 \uc81c\ud55c\uc744 \ud480\ub824\uba74 \uad6c\ub9e4\ud558\uac70\ub098 Emby \ud504\ub9ac\ubbf8\uc5b4\ub97c \uad6c\ub3c5\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4.",
|
||||
"MessageUnlockAppWithSupporter": "Emby \ud504\ub9ac\ubbf8\uc5b4 \uad6c\ub3c5\uc73c\ub85c \uc774 \uae30\ub2a5\uc758 \uc81c\ud55c\uc744 \ud489\ub2c8\ub2e4.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "\ud604\uc7ac \uacb0\uc81c \uc11c\ube44\uc2a4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub098\uc911\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud558\uc138\uc694.",
|
||||
"MessagePleaseSignInLocalNetwork": "\uc9c4\ud589\ud558\uae30 \uc804\uc5d0 WiFi \ub610\ub294 LAN \uc5f0\uacb0\uc744 \ud1b5\ud574 \uadc0\ud558\uc758 \ub85c\uceec \ub124\ud2b8\uc6cc\ud06c\uc5d0 \uc5f0\uacb0\ub418\uc5b4 \uc788\ub294\uc9c0 \ud655\uc778\ud558\uc138\uc694.",
|
||||
"ButtonUnlockWithPurchase": "\uad6c\ub9e4\ud558\uc5ec \uc81c\ud55c \ud480\uae30",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "\uc2dc\ub124\ub9c8 \ubaa8\ub4dc",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Bekreftelse",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "St\u00f8tt Emby teamet!",
|
||||
"TextEnjoyBonusFeatures": "Nyt bonusfunksjonene",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -448,16 +450,16 @@
|
|||
"HeaderRuntime": "Spilletid",
|
||||
"HeaderCommunityRating": "Fellesskap anmeldelse",
|
||||
"HeaderPasswordReset": "Resett passord",
|
||||
"HeaderParentalRating": "Parental rating",
|
||||
"HeaderParentalRating": "Foreldresensur",
|
||||
"HeaderReleaseDate": "Utgivelsesdato",
|
||||
"HeaderDateAdded": "Date added",
|
||||
"HeaderSeries": "Series",
|
||||
"HeaderDateAdded": "Dato lagt til",
|
||||
"HeaderSeries": "Serier",
|
||||
"HeaderSeason": "Sesong",
|
||||
"HeaderSeasonNumber": "Sesong nummer",
|
||||
"HeaderNetwork": "Nettverk",
|
||||
"HeaderYear": "Year",
|
||||
"HeaderYear": "\u00c5r",
|
||||
"HeaderGameSystem": "Spill system",
|
||||
"HeaderPlayers": "Players",
|
||||
"HeaderPlayers": "Spillere",
|
||||
"HeaderEmbeddedImage": "innebygd bilde",
|
||||
"HeaderTrack": "Spor",
|
||||
"HeaderDisc": "Disk",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Tittel visnings rekkef\u00f8lge:",
|
||||
"OptionSortName": "Sorterings navn",
|
||||
"OptionReleaseDate": "Utgivelsesdato",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disk nummer",
|
||||
"LabelParentNumber": "Forelder-ID",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Spor nummer:",
|
||||
"LabelNumber": "Nummer:",
|
||||
"LabelReleaseDate": "Utgivelsesdato:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Kino Modus",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Bevestiging",
|
||||
"MessageKeyUpdated": "Dank u wel. Uw Emby Premiere sleutel is bijgewerkt.",
|
||||
"MessageKeyRemoved": "Dank u wel. Uw Emby Premiere sleutel is verwijderd.",
|
||||
"LabelSeasonNumber": "Seizoennummer:",
|
||||
"LabelEpisodeNumber": "Afleveringsnummer:",
|
||||
"HeaderSupportTheTeam": "Ondersteun het Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Profiteer van extra mogelijkheden",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Titel weergave volgorde:",
|
||||
"OptionSortName": "Sorteerbaar",
|
||||
"OptionReleaseDate": "Uitgave datum",
|
||||
"LabelSeasonNumber": "Seizoennummer:",
|
||||
"LabelDiscNumber": "Disc nummer",
|
||||
"LabelParentNumber": "Bovenliggend nummer",
|
||||
"LabelEpisodeNumber": "Afleveringsnummer:",
|
||||
"LabelTrackNumber": "Tracknummer:",
|
||||
"LabelNumber": "Nummer:",
|
||||
"LabelReleaseDate": "Uitgave datum:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Ontgrendel Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Ontgrendel deze functie met een kleine eenmalige aankoop, of met een actief Emby Premiere abonnement.",
|
||||
"MessageUnlockAppWithSupporter": "Ontgrendel deze functie met een actief Emby Premiere abonnement.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Betaal services zijn momenteel niet beschikbaar, Probeer het later svp. nog eens.",
|
||||
"MessagePleaseSignInLocalNetwork": "Controleer of u verbonden bent met uw lokale netwerk voordat u verder gaat.",
|
||||
"ButtonUnlockWithPurchase": "Geef vrij met een aankoop",
|
||||
|
@ -828,7 +828,7 @@
|
|||
"ErrorGettingTvLineups": "Er was een fout bij het downloaden van de TV lineup. Controleer of uw gegevens correct zijn en probeer het opnieuw.",
|
||||
"MessageCreateAccountAt": "Maak een account bij {0}",
|
||||
"ErrorPleaseSelectLineup": "Selecteer een lineup en probeer het opnieuw. Als er geen lineups beschibaar zijn, controleer dan of uw gebruikersnaam, wachtwoord en postcode correct zijn.",
|
||||
"HeaderEmbyPremiere": "Try Emby Premiere",
|
||||
"HeaderEmbyPremiere": "Probeer Emby Premiere",
|
||||
"ButtonBecomeSupporter": "Verkrijg Emby Premiere",
|
||||
"ButtonClosePlayVideo": "Sluit af en speel mijn media",
|
||||
"MessageDidYouKnowCinemaMode": "Wist u dat u met Emby Premiere, u uw ervaring met functies zoals Cinema Mode kunt verbeteren?",
|
||||
|
@ -901,7 +901,7 @@
|
|||
"EmbyPremiereMonthlyWithPrice": "Emby Premiere Maandelijks {0}",
|
||||
"HeaderEmailAddress": "E-mailadres",
|
||||
"TextPleaseEnterYourEmailAddressForSubscription": "Vul alstublieft uw e-mail adres in. ",
|
||||
"LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.",
|
||||
"LoginDisclaimer": "Emby is ontworpen om uw persoonlijke mediabibliotheek te helpen beheren, zoals home video's en foto's. Zie onze gebruiksvoorwaarden. Het gebruik van Emby software betekent acceptatie van deze voorwaarden.",
|
||||
"TermsOfUse": "Gebruiksvoorwaarden",
|
||||
"HeaderTryMultiSelect": "Probeer multi-select",
|
||||
"TryMultiSelectMessage": "Als u meerdere media-items wilt bewerken, klikt u er op een poster en hou even vast, selecteer nu de items die u wilt beheren. Probeer maar!",
|
||||
|
@ -922,18 +922,18 @@
|
|||
"HeaderConfirmPluginInstallation": "Bevestig Plugin Installatie",
|
||||
"PleaseConfirmPluginInstallation": "Klik op OK om te bevestigen dat u bovenstaande heeft gelezen en door wenst te gaan met het installeren van de plugin.",
|
||||
"MessagePluginInstallDisclaimer": "Plugins ontwikkeld door leden van de Emby gemeenschap zijn een geweldige manier om je Emby ervaring met extra functies en voordelen te verbeteren. Alvorens het installeren, dient u zich bewust te zijn van de gevolgen die zij kunnen hebben op uw Emby Server, zoals langere bibliotheek scans, extra achtergrondinformatie verwerking, en een verminderde stabiliteit van het systeem.",
|
||||
"ButtonPlayOneMinute": "Play one minute",
|
||||
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
|
||||
"HeaderTryPlayback": "Try Playback",
|
||||
"HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
|
||||
"MobileSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"ButtonPlayOneMinute": "Speel \u00e9\u00e9n minuut",
|
||||
"ThankYouForTryingEnjoyOneMinute": "Kunt u genieten van \u00e9\u00e9n minuut afspelen. Bedankt voor het uitproberen Emby.",
|
||||
"HeaderTryPlayback": "Probeer afspelen",
|
||||
"HeaderBenefitsEmbyPremiere": "Voordelen van Emby Premiere",
|
||||
"MobileSyncFeatureDescription": "Synchroniseert uw media op uw smartphones en tablets voor een gemakkelijke offline toegang.",
|
||||
"CoverArtFeatureDescription": "Cover Art cre\u00ebert leuke covers en andere bewerkingen om u te helpen uw mediabeelden te personaliseren.",
|
||||
"HeaderMobileSync": "Mobiel Synchronisatie",
|
||||
"HeaderCloudSync": "Cloud Synchronisatie",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Gratis Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Geniet van gratis toegang om Emby apps te selecteren voor uw apparaten.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode geeft je de ware bioscoopervaring met trailers en aangepaste intro voor de weergave van uw keuze.",
|
||||
"CoverArt": "Cover Art"
|
||||
}
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Potwierdzenie",
|
||||
"MessageKeyUpdated": "Dzi\u0119kujemy. Tw\u00f3j klucz Emby Premiere zosta\u0142 aktualizowany.",
|
||||
"MessageKeyRemoved": "Dzi\u0119kujemy. Tw\u00f3j klucz Emby Premiere zosta\u0142 usuni\u0119ty.",
|
||||
"LabelSeasonNumber": "Numer sezonu:",
|
||||
"LabelEpisodeNumber": "Numer odcinka:",
|
||||
"HeaderSupportTheTeam": "Wesprzyj dru\u017cyn\u0119 Emby",
|
||||
"TextEnjoyBonusFeatures": "Sprawd\u017a Funkcje Specjalne",
|
||||
"TitleLiveTV": "TV Na \u017bywo",
|
||||
|
@ -448,16 +450,16 @@
|
|||
"HeaderRuntime": "D\u0142ugo\u015b\u0107 filmu",
|
||||
"HeaderCommunityRating": "Ocena spo\u0142eczno\u015bci",
|
||||
"HeaderPasswordReset": "Password Reset",
|
||||
"HeaderParentalRating": "Ocena rodzicielska",
|
||||
"HeaderParentalRating": "Parental rating",
|
||||
"HeaderReleaseDate": "Data wydania",
|
||||
"HeaderDateAdded": "Data dodania",
|
||||
"HeaderSeries": "Seriale",
|
||||
"HeaderDateAdded": "Date added",
|
||||
"HeaderSeries": "Series",
|
||||
"HeaderSeason": "Sezon",
|
||||
"HeaderSeasonNumber": "Numer sezonu",
|
||||
"HeaderNetwork": "Sie\u0107",
|
||||
"HeaderYear": "Rok",
|
||||
"HeaderYear": "Year",
|
||||
"HeaderGameSystem": "Systemy Gier Wideo",
|
||||
"HeaderPlayers": "Odtwarzacze:",
|
||||
"HeaderPlayers": "Players",
|
||||
"HeaderEmbeddedImage": "Osadzony obraz",
|
||||
"HeaderTrack": "\u015acie\u017cka",
|
||||
"HeaderDisc": "P\u0142yta",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Numer sezonu:",
|
||||
"LabelDiscNumber": "Numer dysku",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Numer odcinka:",
|
||||
"LabelTrackNumber": "Numer utworu:",
|
||||
"LabelNumber": "Numer:",
|
||||
"LabelReleaseDate": "Data wydania:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Odblokuj synchronizacj\u0119 Emby",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Odblokuj t\u0119 funkcj\u0119 ma\u0142\u0105, jednorazow\u0105 op\u0142at\u0105, albo wykupuj\u0105c\u0105c subskrypcj\u0119 Emby Premiere.",
|
||||
"MessageUnlockAppWithSupporter": "Odblokuj t\u0119 funkcj\u0119 poprzez subskrypcj\u0119 Emby Premiere.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Serwis p\u0142atno\u015bci jest chwilowo niedost\u0119pny. Prosz\u0119 spr\u00f3bowa\u0107 p\u00f3\u017aniej.",
|
||||
"MessagePleaseSignInLocalNetwork": "Przed kontynuowaniem upewnij si\u0119, \u017ce jeste\u015b po\u0142\u0105czony do sieci lokalnej przez Wifi lub kabel LAN.",
|
||||
"ButtonUnlockWithPurchase": "Odblokuj zakupem",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Tryb kinowy",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirma\u00e7\u00e3o",
|
||||
"MessageKeyUpdated": "Obrigado. Sua chave do Emby Premiere foi atualizada.",
|
||||
"MessageKeyRemoved": "Obrigado. Sua chave do Emby Premiere foi removida.",
|
||||
"LabelSeasonNumber": "N\u00famero da temporada:",
|
||||
"LabelEpisodeNumber": "N\u00famero do epis\u00f3dio:",
|
||||
"HeaderSupportTheTeam": "Colabore com o Time do Emby",
|
||||
"TextEnjoyBonusFeatures": "Aproveite Funcionalidades Extras",
|
||||
"TitleLiveTV": "TV ao Vivo",
|
||||
|
@ -450,7 +452,7 @@
|
|||
"HeaderPasswordReset": "Redefini\u00e7\u00e3o de Senha",
|
||||
"HeaderParentalRating": "Classifica\u00e7\u00e3o parental",
|
||||
"HeaderReleaseDate": "Data de lan\u00e7amento",
|
||||
"HeaderDateAdded": "Data da adi\u00e7\u00e3o",
|
||||
"HeaderDateAdded": "Data de adi\u00e7\u00e3o",
|
||||
"HeaderSeries": "S\u00e9rie",
|
||||
"HeaderSeason": "Temporada",
|
||||
"HeaderSeasonNumber": "N\u00famero da temporada",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Ordem de exibi\u00e7\u00e3o do t\u00edtulo: ",
|
||||
"OptionSortName": "Nome para ordena\u00e7\u00e3o",
|
||||
"OptionReleaseDate": "Data de lan\u00e7amento",
|
||||
"LabelSeasonNumber": "N\u00famero da temporada:",
|
||||
"LabelDiscNumber": "N\u00famero do disco",
|
||||
"LabelParentNumber": "N\u00famero do superior",
|
||||
"LabelEpisodeNumber": "N\u00famero do epis\u00f3dio:",
|
||||
"LabelTrackNumber": "N\u00famero da faixa:",
|
||||
"LabelNumber": "N\u00famero:",
|
||||
"LabelReleaseDate": "Data do lan\u00e7amento:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Destravar a Sincroniza\u00e7\u00e3o do Emby",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Desbloqueie este recurso com uma pequena compra \u00fanica ou com uma subscri\u00e7\u00e3o ativa do Emby Premiere.",
|
||||
"MessageUnlockAppWithSupporter": "Desbloqueie este recurso com uma subscri\u00e7\u00e3o ativa do Emby Premiere.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Servi\u00e7os de pagamento est\u00e3o indispon\u00edveis no momento. Por favor, tente novamente mais tarde.",
|
||||
"MessagePleaseSignInLocalNetwork": "Antes de continuar, por favor assegure-se que esteja conectado \u00e0 sua rede local usando Wifi ou uma conex\u00e3o de rede.",
|
||||
"ButtonUnlockWithPurchase": "Desbloquear com Compra",
|
||||
|
@ -828,7 +828,7 @@
|
|||
"ErrorGettingTvLineups": "Ocorreu um erro ao fazer download da programa\u00e7\u00e3o da tv. Por favor, certifique-se que sua informa\u00e7\u00e3o esteja correta e tente novamente.",
|
||||
"MessageCreateAccountAt": "Criar uma conta em {0}",
|
||||
"ErrorPleaseSelectLineup": "Por favor selecione a programa\u00e7\u00e3o e tente novamente. Se n\u00e3o houver programa\u00e7\u00f5es dispon\u00edveis, verifique se o seu nome de usu\u00e1rio, senha e c\u00f3digo postal est\u00e3o corretos.",
|
||||
"HeaderEmbyPremiere": "Try Emby Premiere",
|
||||
"HeaderEmbyPremiere": "Experimente o Emby Premiere",
|
||||
"ButtonBecomeSupporter": "Obter Emby Premiere",
|
||||
"ButtonClosePlayVideo": "Fechar e reproduzir minha m\u00eddia",
|
||||
"MessageDidYouKnowCinemaMode": "Voc\u00ea sabia que com o Emby Premiere voc\u00ea pode enriquecer sua experi\u00eancia com recursos como o CInema Mode?",
|
||||
|
@ -922,18 +922,18 @@
|
|||
"HeaderConfirmPluginInstallation": "Confirmar a Instala\u00e7\u00e3o do Plugin",
|
||||
"PleaseConfirmPluginInstallation": "Por favor, clique em OK para confirmar que voc\u00ea leu e deseja prosseguir com a instala\u00e7\u00e3o do plugin.",
|
||||
"MessagePluginInstallDisclaimer": "Plugins feitos por membros da comunidade Emby s\u00e3o uma grande forma de melhorar sua experi\u00eancia Emby com funcionalidades e benef\u00edcios adicionais. Antes de instalar, por favor certifique-se de conhecer os efeitos que podem causar no seu Servidor Emby, tais como, rastreamentos da biblioreca mais longos, processamento adicional e diminui\u00e7\u00e3o na estabilidade do sistema.",
|
||||
"ButtonPlayOneMinute": "Play one minute",
|
||||
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
|
||||
"HeaderTryPlayback": "Try Playback",
|
||||
"HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
|
||||
"MobileSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"ButtonPlayOneMinute": "Reproduzir um minuto",
|
||||
"ThankYouForTryingEnjoyOneMinute": "Por favor, aproveite a reprodu\u00e7\u00e3o de um minuto. Obrigado por experimentar o Emby.",
|
||||
"HeaderTryPlayback": "Experimente a Reprodu\u00e7\u00e3o",
|
||||
"HeaderBenefitsEmbyPremiere": "Benef\u00edcios do Emby Premiere",
|
||||
"MobileSyncFeatureDescription": "Sincronize sua m\u00eddia para seus smart phones e tablets para ter um acesso f\u00e1cil offline.",
|
||||
"CoverArtFeatureDescription": "Cover Art cria capas divertidas e outros tratamentos para ajud\u00e1-lo a personalizar suas imagens.",
|
||||
"HeaderMobileSync": "Sincroniza\u00e7\u00e3o M\u00f3vel",
|
||||
"HeaderCloudSync": "Sincroniza\u00e7\u00e3o Cloud",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Apps Emby gratuitos",
|
||||
"FreeAppsFeatureDescription": "Aproveite o acesso gratuito para selecionar os apps Emby para seu dispositivos.",
|
||||
"HeaderCinemaMode": "Modo Cinema",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"CoverArt": "Cover Art"
|
||||
"CinemaModeFeatureDescription": "Cinema Mode oferece uma verdadeira experi\u00eancia de cinema com trailers e introdu\u00e7\u00f5es personalizadas antes do filme.",
|
||||
"CoverArt": "Covert Art"
|
||||
}
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Suporte a Equipa do Emby",
|
||||
"TextEnjoyBonusFeatures": "Aproveite os Extras",
|
||||
"TitleLiveTV": "TV ao Vivo",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Modo Cinema",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Bucura\u021bi-v\u0103 de caracteristicile Bonus",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435",
|
||||
"MessageKeyUpdated": "\u0412\u0430\u0448 \u043a\u043b\u044e\u0447 Emby Premiere \u0431\u044b\u043b \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d.",
|
||||
"MessageKeyRemoved": "\u0412\u0430\u0448 \u043a\u043b\u044e\u0447 Emby Premiere \u0431\u044b\u043b \u0438\u0437\u044a\u044f\u0442.",
|
||||
"LabelSeasonNumber": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0435\u0437\u043e\u043d\u0430:",
|
||||
"LabelEpisodeNumber": "\u041d\u043e\u043c\u0435\u0440 \u044d\u043f\u0438\u0437\u043e\u0434\u0430",
|
||||
"HeaderSupportTheTeam": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 Emby",
|
||||
"TextEnjoyBonusFeatures": "\u041f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0438\u0442\u0435 \u0431\u043e\u043d\u0443\u0441\u043d\u044b\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b",
|
||||
"TitleLiveTV": "\u042d\u0444\u0438\u0440",
|
||||
|
@ -448,10 +450,10 @@
|
|||
"HeaderRuntime": "\u0414\u043b\u0438\u0442.",
|
||||
"HeaderCommunityRating": "\u041e\u0431\u0449. \u043e\u0446\u0435\u043d\u043a\u0430",
|
||||
"HeaderPasswordReset": "\u0421\u0431\u0440\u043e\u0441 \u043f\u0430\u0440\u043e\u043b\u044f",
|
||||
"HeaderParentalRating": "\u0412\u043e\u0437\u0440\u0430\u0441\u0442\u043d\u0430\u044f \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f",
|
||||
"HeaderParentalRating": "\u0412\u043e\u0437\u0440. \u043a\u0430\u0442.",
|
||||
"HeaderReleaseDate": "\u0414\u0430\u0442\u0430 \u0432\u044b\u043f.",
|
||||
"HeaderDateAdded": "\u0414\u0430\u0442\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f",
|
||||
"HeaderSeries": "\u0421\u0435\u0440\u0438\u0430\u043b",
|
||||
"HeaderDateAdded": "\u0414\u0430\u0442\u0430 \u0434\u043e\u0431.",
|
||||
"HeaderSeries": "\u0421\u0435\u0440\u0438\u0430\u043b\u044b",
|
||||
"HeaderSeason": "\u0421\u0435\u0437\u043e\u043d",
|
||||
"HeaderSeasonNumber": "\u2116 \u0441\u0435\u0437\u043e\u043d\u0430",
|
||||
"HeaderNetwork": "\u0422\u0435\u043b\u0435\u0441\u0435\u0442\u044c",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "\u041f\u043e\u0440\u044f\u0434\u043e\u043a \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0439:",
|
||||
"OptionSortName": "\u0418\u043c\u044f \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438",
|
||||
"OptionReleaseDate": "\u0414\u0430\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430",
|
||||
"LabelSeasonNumber": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0435\u0437\u043e\u043d\u0430:",
|
||||
"LabelDiscNumber": "\u041d\u043e\u043c\u0435\u0440 \u0434\u0438\u0441\u043a\u0430",
|
||||
"LabelParentNumber": "\u0420\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439 \u043d\u043e\u043c\u0435\u0440",
|
||||
"LabelEpisodeNumber": "\u041d\u043e\u043c\u0435\u0440 \u044d\u043f\u0438\u0437\u043e\u0434\u0430",
|
||||
"LabelTrackNumber": "\u041d\u043e\u043c\u0435\u0440 \u0434\u043e\u0440\u043e\u0436\u043a\u0438:",
|
||||
"LabelNumber": "\u041d\u043e\u043c\u0435\u0440:",
|
||||
"LabelReleaseDate": "\u0414\u0430\u0442\u0430 \u0432\u044b\u043f\u0443\u0441\u043a\u0430:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 Emby",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0439\u0442\u0435 \u0434\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e\u043c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u043e\u0439 \u043e\u043f\u043b\u0430\u0442\u044b, \u0438\u043b\u0438 \u0441 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u043e\u0439 Emby Premiere .",
|
||||
"MessageUnlockAppWithSupporter": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0439\u0442\u0435 \u0434\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0441 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u043e\u0439 Emby Premiere.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "\u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0441\u043b\u0443\u0436\u0431\u0430 \u043e\u043f\u043b\u0430\u0442\u044b \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430. \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443 \u043f\u043e\u0437\u0436\u0435.",
|
||||
"MessagePleaseSignInLocalNetwork": "\u041f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u044b \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u043a \u0432\u0430\u0448\u0435\u0439 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0439 \u0441\u0435\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 Wifi- \u0438\u043b\u0438 LAN-\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435.",
|
||||
"ButtonUnlockWithPurchase": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e\u043c \u043e\u043f\u043b\u0430\u0442\u044b",
|
||||
|
@ -828,7 +828,7 @@
|
|||
"ErrorGettingTvLineups": "\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 \u0441\u043f\u0438\u0441\u043a\u043e\u0432 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0432\u0430\u0448\u0438 \u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.",
|
||||
"MessageCreateAccountAt": "\u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0430 {0}",
|
||||
"ErrorPleaseSelectLineup": "\u0412\u044b\u0434\u0435\u043b\u0438\u0442\u0435 \u0441\u043f\u0438\u0441\u043e\u043a \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443. \u0415\u0441\u043b\u0438 \u0441\u043f\u0438\u0441\u043a\u0438 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b, \u0442\u043e \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435, \u0447\u0442\u043e \u0432\u0430\u0448\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f, \u043f\u0430\u0440\u043e\u043b\u044c \u0438 \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u043a\u043e\u0434 \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0432\u0435\u0440\u043d\u044b\u043c\u0438.",
|
||||
"HeaderEmbyPremiere": "Try Emby Premiere",
|
||||
"HeaderEmbyPremiere": "\u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 Emby Premiere",
|
||||
"ButtonBecomeSupporter": "\u041f\u0440\u0438\u043e\u0431\u0440\u0435\u0441\u0442\u0438 Emby Premiere",
|
||||
"ButtonClosePlayVideo": "\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0438 \u0432\u043e\u0441\u043f\u0440. \u043c\u043e\u0438 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
|
||||
"MessageDidYouKnowCinemaMode": "\u0417\u043d\u0430\u0435\u0442\u0435 \u043b\u0438 \u0432\u044b, \u0447\u0442\u043e \u0441 Emby Premiere \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0438\u0442\u044c \u044d\u0444\u0444\u0435\u043a\u0442\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430\u043c\u0438 \u043f\u043e\u0434\u043e\u0431\u043d\u044b\u043c\u0438 \u0420\u0435\u0436\u0438\u043c\u0443 \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440\u0430?",
|
||||
|
@ -922,18 +922,18 @@
|
|||
"HeaderConfirmPluginInstallation": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043f\u043b\u0430\u0433\u0438\u043d\u0430",
|
||||
"PleaseConfirmPluginInstallation": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u041e\u041a, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c, \u0447\u0442\u043e \u0432\u044b \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043b\u0438 \u0432\u044b\u0448\u0435\u0438\u0437\u043b\u043e\u0436\u0435\u043d\u043d\u043e\u0435 \u0438 \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c \u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u0430.",
|
||||
"MessagePluginInstallDisclaimer": "\u041f\u043b\u0430\u0433\u0438\u043d\u044b, \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0435 \u0447\u043b\u0435\u043d\u0430\u043c\u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0430 Emby \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043e\u0442\u043b\u0438\u0447\u043d\u044b\u043c \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043c \u0434\u043b\u044f \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438 Emby \u0441 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u044f\u043c\u0438 \u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430\u043c\u0438. \u041f\u0435\u0440\u0435\u0434 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u043e\u0439 \u043f\u0440\u0438\u043c\u0438\u0442\u0435 \u0432\u043e \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043e\u043d\u0438 \u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u0438\u0447\u0438\u043d\u0438\u0442\u044c \u043d\u0430 \u0432\u0430\u0448 Emby Server, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0441\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438, \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e \u0444\u043e\u043d\u043e\u0432\u0443\u044e \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0443 \u0438 \u0441\u043d\u0438\u0436\u0435\u043d\u0438\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u0439 \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u0438.",
|
||||
"ButtonPlayOneMinute": "Play one minute",
|
||||
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
|
||||
"HeaderTryPlayback": "Try Playback",
|
||||
"HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
|
||||
"MobileSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"ButtonPlayOneMinute": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c 1 \u043c\u0438\u043d",
|
||||
"ThankYouForTryingEnjoyOneMinute": "\u0412\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435\u0441\u044c \u043e\u0434\u043d\u043e\u0439 \u043c\u0438\u043d\u0443\u0442\u043e\u0439 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f. \u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0432\u0430\u0441 \u0437\u0430 \u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u043d\u0438\u0435 Emby.",
|
||||
"HeaderTryPlayback": "\u041e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435",
|
||||
"HeaderBenefitsEmbyPremiere": "\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b Emby Premiere",
|
||||
"MobileSyncFeatureDescription": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0441 \u0432\u0430\u0448\u0438\u043c\u0438 \u0441\u043c\u0430\u0440\u0442\u0444\u043e\u043d\u0430\u043c\u0438 \u0438 \u043f\u043b\u0430\u043d\u0448\u0435\u0442\u0430\u043c\u0438 \u0434\u043b\u044f \u043e\u0431\u043b\u0435\u0433\u0447\u0435\u043d\u0438\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u0432 \u0430\u0432\u0442\u043e\u043d\u043e\u043c\u043d\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435.",
|
||||
"CoverArtFeatureDescription": "Cover Art \u0441\u043e\u0437\u0434\u0430\u0435\u0442 \u0437\u0430\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043e\u0431\u043b\u043e\u0436\u043a\u0438 \u0438 \u0434\u0440\u0443\u0433\u0438\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043c\u043e\u0447\u044c \u0432\u0430\u043c \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0440\u0438\u0441\u0443\u043d\u043a\u0438 \u043a \u0432\u0430\u0448\u0438\u043c \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u043c.",
|
||||
"HeaderMobileSync": "\u041c\u043e\u0431\u0438\u043b\u044c\u043d\u0430\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f",
|
||||
"HeaderCloudSync": "\u041e\u0431\u043b\u0430\u0447\u043d\u0430\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0435 Emby-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
|
||||
"FreeAppsFeatureDescription": "\u0412\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435\u0441\u044c \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u043c \u0434\u043e\u0441\u0442\u0443\u043f\u043e\u043c, \u0447\u0442\u043e\u0431\u044b \u0432\u044b\u0431\u0440\u0430\u0442\u044c Emby-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u0432\u0430\u0448\u0438\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432.",
|
||||
"HeaderCinemaMode": "\u0420\u0435\u0436\u0438\u043c \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440\u0430",
|
||||
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
|
||||
"CinemaModeFeatureDescription": "\u0420\u0435\u0436\u0438\u043c \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440\u0430 \u0434\u0430\u0441\u0442 \u0432\u0430\u043c \u044d\u0444\u0444\u0435\u043a\u0442 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0433\u043e \u043a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440\u0430 \u0441 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u0430\u043c\u0438 \u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u043c\u0438 \u0437\u0430\u0441\u0442\u0430\u0432\u043a\u0430\u043c\u0438 \u043f\u0435\u0440\u0435\u0434 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u043c.",
|
||||
"CoverArt": "Cover Art"
|
||||
}
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Bekr\u00e4ftelse",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "Live-TV",
|
||||
|
@ -448,16 +450,16 @@
|
|||
"HeaderRuntime": "Speltid",
|
||||
"HeaderCommunityRating": "Anv\u00e4ndaromd\u00f6me",
|
||||
"HeaderPasswordReset": "\u00c5terst\u00e4llning av l\u00f6senordet",
|
||||
"HeaderParentalRating": "Parental rating",
|
||||
"HeaderParentalRating": "\u00c5ldersgr\u00e4ns",
|
||||
"HeaderReleaseDate": "Premi\u00e4rdatum:",
|
||||
"HeaderDateAdded": "Date added",
|
||||
"HeaderSeries": "Series",
|
||||
"HeaderDateAdded": "Inlagd den",
|
||||
"HeaderSeries": "Serie",
|
||||
"HeaderSeason": "S\u00e4song",
|
||||
"HeaderSeasonNumber": "S\u00e4songsnummer:",
|
||||
"HeaderNetwork": "TV-bolag",
|
||||
"HeaderYear": "Year",
|
||||
"HeaderYear": "\u00c5r",
|
||||
"HeaderGameSystem": "Spelsystem",
|
||||
"HeaderPlayers": "Players",
|
||||
"HeaderPlayers": "Spelare",
|
||||
"HeaderEmbeddedImage": "Infogad bild",
|
||||
"HeaderTrack": "Sp\u00e5r",
|
||||
"HeaderDisc": "Skiva",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Visningsordning f\u00f6r titlar",
|
||||
"OptionSortName": "Sorteringstitel",
|
||||
"OptionReleaseDate": "Premi\u00e4rdatum",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Skiva nr",
|
||||
"LabelParentNumber": "F\u00f6r\u00e4lder nr",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Sp\u00e5r nr",
|
||||
"LabelNumber": "Nr:",
|
||||
"LabelReleaseDate": "Premi\u00e4rdatum:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Biol\u00e4ge",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "Canl\u0131 TV",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -451,11 +453,11 @@
|
|||
"HeaderParentalRating": "Parental rating",
|
||||
"HeaderReleaseDate": "Release date",
|
||||
"HeaderDateAdded": "Date added",
|
||||
"HeaderSeries": "Series",
|
||||
"HeaderSeries": "\u0421\u0435\u0440\u0456\u0457",
|
||||
"HeaderSeason": "\u0421\u0435\u0437\u043e\u043d",
|
||||
"HeaderSeasonNumber": "Season number",
|
||||
"HeaderNetwork": "Network",
|
||||
"HeaderYear": "Year",
|
||||
"HeaderYear": "\u0420\u0456\u043a",
|
||||
"HeaderGameSystem": "Game system",
|
||||
"HeaderPlayers": "Players",
|
||||
"HeaderEmbeddedImage": "Embedded image",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "Live TV",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "\u786e\u8ba4",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "\u4eab\u53d7\u5956\u52b1\u529f\u80fd",
|
||||
"TitleLiveTV": "\u7535\u89c6\u76f4\u64ad",
|
||||
|
@ -448,16 +450,16 @@
|
|||
"HeaderRuntime": "\u64ad\u653e\u65f6\u95f4",
|
||||
"HeaderCommunityRating": "\u516c\u4f17\u8bc4\u5206",
|
||||
"HeaderPasswordReset": "\u5bc6\u7801\u91cd\u7f6e",
|
||||
"HeaderParentalRating": "Parental rating",
|
||||
"HeaderParentalRating": "\u5bb6\u957f\u5206\u7ea7",
|
||||
"HeaderReleaseDate": "\u53d1\u884c\u65e5\u671f",
|
||||
"HeaderDateAdded": "Date added",
|
||||
"HeaderSeries": "Series",
|
||||
"HeaderDateAdded": "\u52a0\u5165\u65e5\u671f",
|
||||
"HeaderSeries": "\u7535\u89c6\u5267",
|
||||
"HeaderSeason": "\u5b63",
|
||||
"HeaderSeasonNumber": "\u591a\u5c11\u5b63",
|
||||
"HeaderNetwork": "\u7f51\u7edc",
|
||||
"HeaderYear": "Year",
|
||||
"HeaderYear": "\u5e74",
|
||||
"HeaderGameSystem": "\u6e38\u620f\u7cfb\u7edf",
|
||||
"HeaderPlayers": "Players",
|
||||
"HeaderPlayers": "\u64ad\u653e\u5668",
|
||||
"HeaderEmbeddedImage": "\u5d4c\u5165\u5f0f\u56fe\u50cf",
|
||||
"HeaderTrack": "\u97f3\u8f68",
|
||||
"HeaderDisc": "\u5149\u76d8",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "\u6807\u9898\u663e\u793a\u7684\u987a\u5e8f\uff1a",
|
||||
"OptionSortName": "\u6392\u5e8f\u540d\u79f0",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "\u5149\u76d8\u53f7",
|
||||
"LabelParentNumber": "\u6bcd\u5e26\u53f7",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "\u97f3\u8f68\u53f7\u7801\uff1a",
|
||||
"LabelNumber": "\u7f16\u53f7\uff1a",
|
||||
"LabelReleaseDate": "\u53d1\u884c\u65e5\u671f\uff1a",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "\u5f71\u9662\u6a21\u5f0f",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "\u5b63\u5ea6\u5287\u96c6",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "\u8d0a\u52a9\u6211\u5011\u7684\u5718\u968a",
|
||||
"TextEnjoyBonusFeatures": "\u4eab\u53d7\u66f4\u591a\u529f\u80fd",
|
||||
"TitleLiveTV": "\u96fb\u8996\u76f4\u64ad",
|
||||
|
@ -451,7 +453,7 @@
|
|||
"HeaderParentalRating": "Parental rating",
|
||||
"HeaderReleaseDate": "Release date",
|
||||
"HeaderDateAdded": "Date added",
|
||||
"HeaderSeries": "\u96fb\u8996\u5287",
|
||||
"HeaderSeries": "Series",
|
||||
"HeaderSeason": "\u5287\u96c6\u5b63\u5ea6",
|
||||
"HeaderSeasonNumber": "\u5287\u96c6\u5b63\u5ea6\u6578\u76ee",
|
||||
"HeaderNetwork": "Network",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "\u5b63\u5ea6\u5287\u96c6",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
"MessageKeyRemoved": "Thank you. Your Emby Premiere key has been removed.",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"HeaderSupportTheTeam": "Support the Emby Team",
|
||||
"TextEnjoyBonusFeatures": "Enjoy Bonus Features",
|
||||
"TitleLiveTV": "\u96fb\u8996\u529f\u80fd",
|
||||
|
@ -493,10 +495,8 @@
|
|||
"LabelTitleDisplayOrder": "Title display order:",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelTrackNumber": "Track number:",
|
||||
"LabelNumber": "Number:",
|
||||
"LabelReleaseDate": "Release date:",
|
||||
|
@ -784,7 +784,7 @@
|
|||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once to confirm using your Wifi connection within your home network.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, simply sign into the app once using your Wifi connection within your home network.",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"MessagePleaseSignInLocalNetwork": "Before proceeding, please ensure that you're connected to your local network using a Wifi or LAN connection.",
|
||||
"ButtonUnlockWithPurchase": "Unlock with Purchase",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"CoverArtFeatureDescription": "Cover Art creates fun covers and other treatments to help you personalize your media images.",
|
||||
"HeaderMobileSync": "Mobile Sync",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
"CloudSyncFeatureDescription": "Sync your media to your smart phones and tablets for easy offline access.",
|
||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
||||
"HeaderFreeApps": "Free Emby Apps",
|
||||
"FreeAppsFeatureDescription": "Enjoy free access to select Emby apps for your devices.",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
|
|
BIN
dashboard-ui/thirdparty/viblast/viblast-video-js.swf
vendored
BIN
dashboard-ui/thirdparty/viblast/viblast-video-js.swf
vendored
Binary file not shown.
354
dashboard-ui/thirdparty/viblast/viblast.crypto.js
vendored
354
dashboard-ui/thirdparty/viblast/viblast.crypto.js
vendored
File diff suppressed because one or more lines are too long
1537
dashboard-ui/thirdparty/viblast/viblast.js
vendored
1537
dashboard-ui/thirdparty/viblast/viblast.js
vendored
File diff suppressed because one or more lines are too long
260
dashboard-ui/thirdparty/viblast/viblast.remuxer.js
vendored
260
dashboard-ui/thirdparty/viblast/viblast.remuxer.js
vendored
File diff suppressed because one or more lines are too long
16
dashboard-ui/thirdparty/viblast/worker.html
vendored
16
dashboard-ui/thirdparty/viblast/worker.html
vendored
|
@ -1,16 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
var worker = new Worker(decodeURIComponent(window.location.search.substring(1)));
|
||||
|
||||
window.onmessage = function(evt) {
|
||||
worker.postMessage(evt.data);
|
||||
}
|
||||
|
||||
worker.onmessage = function(evt) {
|
||||
window.parent.postMessage(evt.data, "*");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue