diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-10 00:54:58 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-10 00:54:58 -0500 |
| commit | 0052f0a09dfacb062c5b372f0eb4734a5c653e4d (patch) | |
| tree | 0c09ccb4f017285ae9ab2c8a87ec59346d394824 /MediaBrowser.Server.Implementations/Localization/JavaScript/zh_CN.json | |
| parent | 3d7089a7dbabb652730c892206ca050f52f832b1 (diff) | |
create single method to form api url
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/JavaScript/zh_CN.json')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/JavaScript/zh_CN.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/zh_CN.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/zh_CN.json index 6a3e8013a..25d558269 100644 --- a/MediaBrowser.Server.Implementations/Localization/JavaScript/zh_CN.json +++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/zh_CN.json @@ -97,7 +97,7 @@ "HeaderSelectSubtitles": "\u9009\u62e9\u5b57\u5e55", "ButtonMarkForRemoval": "Remove from device", "ButtonUnmarkForRemoval": "Cancel removal from device", - "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate.", + "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and low quality will reduce the allowed bitrate. Original will sync the original file, regardless of whether the device is capable of playing it or not.", "LabelDefaultStream": "(\u9ed8\u8ba4)", "LabelForcedStream": "(\u5f3a\u5236)", "LabelDefaultForcedStream": "(\u9ed8\u8ba4\/\u5f3a\u5236)", @@ -273,7 +273,7 @@ "ButtonStart": "\u5f00\u59cb", "HeaderChannels": "\u9891\u9053", "HeaderMediaFolders": "\u5a92\u4f53\u6587\u4ef6\u5939", - "HeaderBlockItemsWithNoRating": "\u6ca1\u6709\u8bc4\u7ea7\u4fe1\u606f\u5757\u7684\u9879\u76ee\uff1a", + "HeaderBlockItemsWithNoRating": "Block content with no rating information:", "OptionBlockOthers": "\u5176\u4ed6", "OptionBlockTvShows": "\u7535\u89c6\u8282\u76ee", "OptionBlockTrailers": "\u9884\u544a\u7247", @@ -698,6 +698,7 @@ "LabelSyncTo": "Sync to:", "LabelSyncJobName": "Sync job name:", "LabelQuality": "Quality:", + "OptionOriginal": "Original", "OptionHigh": "High", "OptionMedium": "Medium", "OptionLow": "Low", @@ -717,6 +718,5 @@ "SyncJobItemStatusSynced": "Synced", "SyncJobItemStatusFailed": "Failed", "SyncJobItemStatusRemovedFromDevice": "Removed from device", - "SyncJobItemStatusCancelled": "Cancelled", - "MessageJobItemHasNoActions": "d" + "SyncJobItemStatusCancelled": "Cancelled" }
\ No newline at end of file |
