1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

move usersettings to server

This commit is contained in:
Luke Pulverenti 2016-09-06 02:45:22 -04:00
parent 8fc34293c7
commit 5ec5a0d9fa
48 changed files with 1295 additions and 815 deletions

View file

@ -1,28 +1,15 @@
{
"SyncJobCreated": "Sync job created.",
"LabelSyncTo": "Sync to:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
"LabelQuality": "Quality:",
"LearnMore": "Learn more",
"DownloadScheduled": "Download scheduled",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelProfile": "Profile:",
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
"AutomaticallySyncNewContent": "Automatically sync new content",
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
"LabelItemLimit": "Item limit:",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
"ShowIndicatorsFor": "Show indicators for:",
"NewEpisodes": "New episodes",
"ValueSpecialEpisodeName": "Special - {0}",
"Share": "\u5206\u4eab",
"Add": "\u6dfb\u52a0",
"ServerUpdateNeeded": "\u6b64Emby\u4f3a\u670d\u5668\u9700\u8981\u66f4\u65b0\uff0c\u8acb\u81f3{0}\u53d6\u5f97\u6700\u65b0\u7248\u672c",
"LiveTvGuideRequiresUnlock": "\u96fb\u8996\u6307\u5357\u76ee\u524d\u53ea\u9650\u65bc{0}\u500b\u983b\u9053\u3002\u9ede\u9078\u300c\u89e3\u9396\u300d\u4ee5\u4e86\u89e3\u5982\u4f55\u7372\u5f97\u66f4\u5b8c\u6574\u7684\u9ad4\u9a57",
"AttributeNew": "New",
"AttributePremiere": "\u9996\u64ad",
"AttributeLive": "\u6b63\u5728\u64ad\u653e",
"Premiere": "Premiere",
"Live": "Live",
"Repeat": "Repeat",
"TrackCount": "{0}\u500b\u66f2\u76ee",
"ItemCount": "{0}\u500b\u9805\u76ee",
"ValueSeriesYearToPresent": "{0}-Present",
@ -270,5 +257,26 @@
"ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
"HeaderDeleteItems": "Delete Items",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"PleaseRestartServerName": "Please restart Emby Server - {0}."
"PleaseRestartServerName": "Please restart Emby Server - {0}.",
"SyncJobCreated": "Sync job created.",
"LabelSyncTo": "Sync to:",
"LabelSyncJobName": "Sync job name:",
"LabelQuality": "Quality:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
"DownloadScheduled": "Download scheduled",
"LearnMore": "Learn more",
"LabelProfile": "Profile:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"SyncUnwatchedVideosOnly": "Sync unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
"AutomaticallySyncNewContent": "Automatically sync new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically synced to the device.",
"LabelItemLimit": "Item limit:",
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
"PleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
"Screenshots": "Screenshots",
"MoveRight": "Move right",
"MoveLeft": "Move left",
"ConfirmDeleteImage": "Delete image?",
"HeaderEditImages": "Edit Images"
}