javascript.json 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766
  1. {
  2. "SettingsSaved": "Settings saved.",
  3. "AddUser": "Add User",
  4. "Users": "Users",
  5. "Delete": "Delete",
  6. "Administrator": "Administrator",
  7. "Password": "Password",
  8. "DeleteImage": "Delete Image",
  9. "MessageThankYouForSupporting": "Thank you for supporting Emby.",
  10. "MessagePleaseSupportProject": "Please support Emby.",
  11. "DeleteImageConfirmation": "Are you sure you wish to delete this image?",
  12. "FileReadCancelled": "The file read has been canceled.",
  13. "FileNotFound": "File not found.",
  14. "FileReadError": "An error occurred while reading the file.",
  15. "DeleteUser": "Delete User",
  16. "DeleteUserConfirmation": "Are you sure you wish to delete this user?",
  17. "PasswordResetHeader": "Reset Password",
  18. "PasswordResetComplete": "The password has been reset.",
  19. "PinCodeResetComplete": "The pin code has been reset.",
  20. "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
  21. "PinCodeResetConfirmation": "Are you sure you wish to reset the pin code?",
  22. "HeaderPinCodeReset": "Reset Pin Code",
  23. "PasswordSaved": "Password saved.",
  24. "PasswordMatchError": "Password and password confirmation must match.",
  25. "OptionRelease": "Official Release",
  26. "OptionBeta": "Beta",
  27. "OptionDev": "Dev (Unstable)",
  28. "UninstallPluginHeader": "Uninstall Plugin",
  29. "UninstallPluginConfirmation": "Are you sure you wish to uninstall {0}?",
  30. "NoPluginConfigurationMessage": "This plugin has nothing to configure.",
  31. "NoPluginsInstalledMessage": "You have no plugins installed.",
  32. "BrowsePluginCatalogMessage": "Browse our plugin catalog to view available plugins.",
  33. "MessageKeyEmailedTo": "Key emailed to {0}.",
  34. "MessageKeysLinked": "Keys linked.",
  35. "HeaderConfirmation": "Confirmation",
  36. "MessageKeyUpdated": "Thank you. Your supporter key has been updated.",
  37. "MessageKeyRemoved": "Thank you. Your supporter key has been removed.",
  38. "HeaderSupportTheTeam": "Support the Emby Team",
  39. "TextEnjoyBonusFeatures": "Enjoy Bonus Features",
  40. "TitleLiveTV": "Live TV",
  41. "TitleSync": "Sync",
  42. "ButtonDonate": "Donate",
  43. "ErrorLaunchingChromecast": "There was an error launching chromecast. Please ensure your device is connected to your wireless network.",
  44. "MessageErrorLoadingSupporterInfo": "There was an error loading supporter information. Please try again later.",
  45. "MessageLinkYourSupporterKey": "Link your supporter key with up to {0} Emby Connect members to enjoy free access to the following apps:",
  46. "HeaderConfirmRemoveUser": "Remove User",
  47. "MessageSwipeDownOnRemoteControl": "Welcome to remote control. Swipe down anywhere on this screen to go back to where you came from.",
  48. "MessageConfirmRemoveConnectSupporter": "Are you sure you wish to remove additional supporter benefits from this user?",
  49. "ValueTimeLimitSingleHour": "Time limit: 1 hour",
  50. "ValueTimeLimitMultiHour": "Time limit: {0} hours",
  51. "HeaderUsers": "Users",
  52. "PluginCategoryGeneral": "General",
  53. "PluginCategoryContentProvider": "Content Providers",
  54. "PluginCategoryScreenSaver": "Screen Savers",
  55. "PluginCategoryTheme": "Themes",
  56. "PluginCategorySync": "Sync",
  57. "PluginCategorySocialIntegration": "Social Networks",
  58. "PluginCategoryNotifications": "Notifications",
  59. "PluginCategoryMetadata": "Metadata",
  60. "PluginCategoryLiveTV": "Live TV",
  61. "PluginCategoryChannel": "Channels",
  62. "HeaderSearch": "Search",
  63. "ValueDateCreated": "Date created: {0}",
  64. "LabelArtist": "Artist",
  65. "LabelMovie": "Movie",
  66. "LabelMusicVideo": "Music Video",
  67. "LabelEpisode": "Episode",
  68. "LabelSeries": "Series",
  69. "LabelStopping": "Stopping",
  70. "LabelCancelled": "(cancelled)",
  71. "LabelFailed": "(failed)",
  72. "ButtonHelp": "Help",
  73. "ButtonSave": "Save",
  74. "ButtonDownload": "Download",
  75. "SyncJobStatusQueued": "Queued",
  76. "SyncJobStatusConverting": "Converting",
  77. "SyncJobStatusFailed": "Failed",
  78. "SyncJobStatusCancelled": "Cancelled",
  79. "SyncJobStatusCompleted": "Synced",
  80. "SyncJobStatusReadyToTransfer": "Ready to Transfer",
  81. "SyncJobStatusTransferring": "Transferring",
  82. "SyncJobStatusCompletedWithError": "Synced with errors",
  83. "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
  84. "LabelCollection": "Collection",
  85. "HeaderAddToCollection": "Add to Collection",
  86. "NewCollectionNameExample": "Example: Star Wars Collection",
  87. "OptionSearchForInternetMetadata": "Search the internet for artwork and metadata",
  88. "LabelSelectCollection": "Select collection:",
  89. "HeaderDevices": "Devices",
  90. "ButtonScheduledTasks": "Scheduled tasks",
  91. "MessageItemsAdded": "Items added",
  92. "ButtonAddToCollection": "Add to collection",
  93. "HeaderSelectCertificatePath": "Select Certificate Path",
  94. "ConfirmMessageScheduledTaskButton": "This operation normally runs automatically as a scheduled task. It can also be run manually here. To configure the scheduled task, see:",
  95. "HeaderSupporterBenefit": "A supporter membership provides additional benefits such as access to sync, premium plugins, internet channel content, and more. {0}Learn more{1}.",
  96. "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support sync.",
  97. "HeaderWelcomeToProjectServerDashboard": "Welcome to the Emby Server Dashboard",
  98. "HeaderWelcomeToProjectWebClient": "Welcome to the Emby Web Client",
  99. "ButtonTakeTheTour": "Take the tour",
  100. "HeaderWelcomeBack": "Welcome back!",
  101. "TitlePlugins": "Plugins",
  102. "ButtonTakeTheTourToSeeWhatsNew": "Take the tour to see what's new",
  103. "MessageNoSyncJobsFound": "No sync jobs found. Create sync jobs using the Sync buttons found throughout the web interface.",
  104. "HeaderLibraryAccess": "Library Access",
  105. "HeaderChannelAccess": "Channel Access",
  106. "HeaderDeviceAccess": "Device Access",
  107. "HeaderSelectDevices": "Select Devices",
  108. "ButtonCancelItem": "Cancel item",
  109. "ButtonQueueForRetry": "Queue for retry",
  110. "ButtonReenable": "Re-enable",
  111. "ButtonLearnMore": "Learn more",
  112. "SyncJobItemStatusSyncedMarkForRemoval": "Marked for removal",
  113. "LabelAbortedByServerShutdown": "(Aborted by server shutdown)",
  114. "LabelScheduledTaskLastRan": "Last ran {0}, taking {1}.",
  115. "HeaderDeleteTaskTrigger": "Delete Task Trigger",
  116. "HeaderTaskTriggers": "Task Triggers",
  117. "MessageDeleteTaskTrigger": "Are you sure you wish to delete this task trigger?",
  118. "MessageNoPluginsInstalled": "You have no plugins installed.",
  119. "LabelVersionInstalled": "{0} installed",
  120. "LabelNumberReviews": "{0} Reviews",
  121. "LabelFree": "Free",
  122. "HeaderPlaybackError": "Playback Error",
  123. "MessagePlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
  124. "MessagePlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later.",
  125. "MessagePlaybackErrorRateLimitExceeded": "Your playback rate limit has been exceeded. Please contact your system administrator for details.",
  126. "MessagePlaybackErrorPlaceHolder": "The content chosen is not playable from this device.",
  127. "HeaderSelectAudio": "Select Audio",
  128. "HeaderSelectSubtitles": "Select Subtitles",
  129. "ButtonMarkForRemoval": "Remove from device",
  130. "ButtonUnmarkForRemoval": "Cancel removal from device",
  131. "LabelDefaultStream": "(Default)",
  132. "LabelForcedStream": "(Forced)",
  133. "LabelDefaultForcedStream": "(Default/Forced)",
  134. "LabelUnknownLanguage": "Unknown language",
  135. "HeaderConfirmation": "Confirmation",
  136. "MessageConfirmSyncJobItemCancellation": "Are you sure you wish to cancel this item?",
  137. "ButtonMute": "Mute",
  138. "ButtonUnmute": "Unmute",
  139. "ButtonStop": "Stop",
  140. "ButtonNextTrack": "Next Track",
  141. "ButtonPause": "Pause",
  142. "ButtonPlay": "Play",
  143. "ButtonEdit": "Edit",
  144. "ButtonQueue": "Queue",
  145. "ButtonPlayTrailer": "Play trailer",
  146. "ButtonPlaylist": "Playlist",
  147. "ButtonPreviousTrack": "Previous Track",
  148. "LabelEnabled": "Enabled",
  149. "LabelDisabled": "Disabled",
  150. "ButtonMoreInformation": "More Information",
  151. "LabelNoUnreadNotifications": "No unread notifications.",
  152. "ButtonViewNotifications": "View notifications",
  153. "ButtonMarkTheseRead": "Mark these read",
  154. "ButtonClose": "Close",
  155. "LabelAllPlaysSentToPlayer": "All plays will be sent to the selected player.",
  156. "MessageInvalidUser": "Invalid username or password. Please try again.",
  157. "HeaderLoginFailure": "Login Failure",
  158. "HeaderAllRecordings": "All Recordings",
  159. "RecommendationBecauseYouLike": "Because you like {0}",
  160. "RecommendationBecauseYouWatched": "Because you watched {0}",
  161. "RecommendationDirectedBy": "Directed by {0}",
  162. "RecommendationStarring": "Starring {0}",
  163. "HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
  164. "MessageConfirmRecordingCancellation": "Are you sure you wish to cancel this recording?",
  165. "MessageRecordingCancelled": "Recording cancelled.",
  166. "HeaderConfirmSeriesCancellation": "Confirm Series Cancellation",
  167. "MessageConfirmSeriesCancellation": "Are you sure you wish to cancel this series?",
  168. "MessageSeriesCancelled": "Series cancelled.",
  169. "HeaderConfirmRecordingDeletion": "Confirm Recording Deletion",
  170. "MessageConfirmRecordingDeletion": "Are you sure you wish to delete this recording?",
  171. "MessageRecordingDeleted": "Recording deleted.",
  172. "ButonCancelRecording": "Cancel Recording",
  173. "MessageRecordingSaved": "Recording saved.",
  174. "OptionSunday": "Sunday",
  175. "OptionMonday": "Monday",
  176. "OptionTuesday": "Tuesday",
  177. "OptionWednesday": "Wednesday",
  178. "OptionThursday": "Thursday",
  179. "OptionFriday": "Friday",
  180. "OptionSaturday": "Saturday",
  181. "OptionEveryday": "Every day",
  182. "OptionWeekend": "Weekends",
  183. "OptionWeekday": "Weekdays",
  184. "HeaderConfirmDeletion": "Confirm Deletion",
  185. "MessageConfirmPathSubstitutionDeletion": "Are you sure you wish to delete this path substitution?",
  186. "LiveTvUpdateAvailable": "(Update available)",
  187. "LabelVersionUpToDate": "Up to date!",
  188. "ButtonResetTuner": "Reset tuner",
  189. "HeaderResetTuner": "Reset Tuner",
  190. "MessageConfirmResetTuner": "Are you sure you wish to reset this tuner? Any active players or recordings will be abruptly stopped.",
  191. "ButtonCancelSeries": "Cancel Series",
  192. "HeaderSeriesRecordings": "Series Recordings",
  193. "LabelAnytime": "Any time",
  194. "StatusRecording": "Recording",
  195. "StatusWatching": "Watching",
  196. "StatusRecordingProgram": "Recording {0}",
  197. "StatusWatchingProgram": "Watching {0}",
  198. "HeaderSplitMedia": "Split Media Apart",
  199. "MessageConfirmSplitMedia": "Are you sure you wish to split the media sources into separate items?",
  200. "HeaderError": "Error",
  201. "MessagePleaseSelectOneItem": "Please select at least one item.",
  202. "MessagePleaseSelectTwoItems": "Please select at least two items.",
  203. "MessageTheFollowingItemsWillBeGrouped": "The following titles will be grouped into one item:",
  204. "MessageConfirmItemGrouping": "Emby apps will automatically choose the optimal version to play based on device and network performance. Are you sure you wish to continue?",
  205. "HeaderResume": "Resume",
  206. "HeaderMyViews": "My Views",
  207. "HeaderLibraryFolders": "Media Folders",
  208. "HeaderLatestMedia": "Latest Media",
  209. "ButtonMoreItems": "More...",
  210. "ButtonMore": "More",
  211. "HeaderFavoriteMovies": "Favorite Movies",
  212. "HeaderFavoriteShows": "Favorite Shows",
  213. "HeaderFavoriteEpisodes": "Favorite Episodes",
  214. "HeaderFavoriteGames": "Favorite Games",
  215. "HeaderRatingsDownloads": "Rating / Downloads",
  216. "HeaderConfirmProfileDeletion": "Confirm Profile Deletion",
  217. "MessageConfirmProfileDeletion": "Are you sure you wish to delete this profile?",
  218. "HeaderSelectServerCachePath": "Select Server Cache Path",
  219. "HeaderSelectTranscodingPath": "Select Transcoding Temporary Path",
  220. "HeaderSelectImagesByNamePath": "Select Images By Name Path",
  221. "HeaderSelectMetadataPath": "Select Metadata Path",
  222. "HeaderSelectServerCachePathHelp": "Browse or enter the path to use for server cache files. The folder must be writeable.",
  223. "HeaderSelectTranscodingPathHelp": "Browse or enter the path to use for transcoding temporary files. The folder must be writeable.",
  224. "HeaderSelectImagesByNamePathHelp": "Browse or enter the path to your items by name folder. The folder must be writeable.",
  225. "HeaderSelectMetadataPathHelp": "Browse or enter the path you'd like to store metadata within. The folder must be writeable.",
  226. "HeaderSelectChannelDownloadPath": "Select Channel Download Path",
  227. "HeaderSelectChannelDownloadPathHelp": "Browse or enter the path to use for storing channel cache files. The folder must be writeable.",
  228. "OptionNewCollection": "New...",
  229. "ButtonAdd": "Add",
  230. "ButtonRemove": "Remove",
  231. "LabelChapterDownloaders": "Chapter downloaders:",
  232. "LabelChapterDownloadersHelp": "Enable and rank your preferred chapter downloaders in order of priority. Lower priority downloaders will only be used to fill in missing information.",
  233. "HeaderFavoriteAlbums": "Favorite Albums",
  234. "HeaderLatestChannelMedia": "Latest Channel Items",
  235. "ButtonOrganizeFile": "Organize File",
  236. "ButtonDeleteFile": "Delete File",
  237. "HeaderOrganizeFile": "Organize File",
  238. "HeaderDeleteFile": "Delete File",
  239. "StatusSkipped": "Skipped",
  240. "StatusFailed": "Failed",
  241. "StatusSuccess": "Success",
  242. "MessageFileWillBeDeleted": "The following file will be deleted:",
  243. "MessageSureYouWishToProceed": "Are you sure you wish to proceed?",
  244. "MessageDuplicatesWillBeDeleted": "In addition the following dupliates will be deleted:",
  245. "MessageFollowingFileWillBeMovedFrom": "The following file will be moved from:",
  246. "MessageDestinationTo": "to:",
  247. "HeaderSelectWatchFolder": "Select Watch Folder",
  248. "HeaderSelectWatchFolderHelp": "Browse or enter the path to your watch folder. The folder must be writeable.",
  249. "OrganizePatternResult": "Result: {0}",
  250. "HeaderRestart": "Restart",
  251. "HeaderShutdown": "Shutdown",
  252. "MessageConfirmRestart": "Are you sure you wish to restart Emby Server?",
  253. "MessageConfirmShutdown": "Are you sure you wish to shutdown Emby Server?",
  254. "ButtonUpdateNow": "Update Now",
  255. "ValueItemCount": "{0} item",
  256. "ValueItemCountPlural": "{0} items",
  257. "NewVersionOfSomethingAvailable": "A new version of {0} is available!",
  258. "VersionXIsAvailableForDownload": "Version {0} is now available for download.",
  259. "LabelVersionNumber": "Version {0}",
  260. "LabelPlayMethodTranscoding": "Transcoding",
  261. "LabelPlayMethodDirectStream": "Direct Streaming",
  262. "LabelPlayMethodDirectPlay": "Direct Playing",
  263. "LabelAudioCodec": "Audio: {0}",
  264. "LabelVideoCodec": "Video: {0}",
  265. "LabelLocalAccessUrl": "Local access: {0}",
  266. "LabelRemoteAccessUrl": "Remote access: {0}",
  267. "LabelRunningOnPort": "Running on http port {0}.",
  268. "LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
  269. "HeaderLatestFromChannel": "Latest from {0}",
  270. "ButtonDownload": "Download",
  271. "LabelUnknownLanaguage": "Unknown language",
  272. "HeaderCurrentSubtitles": "Current Subtitles",
  273. "MessageDownloadQueued": "The download has been queued.",
  274. "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
  275. "ButtonRemoteControl": "Remote Control",
  276. "HeaderLatestTvRecordings": "Latest Recordings",
  277. "ButtonOk": "Ok",
  278. "ButtonCancel": "Cancel",
  279. "ButtonRefresh": "Refresh",
  280. "LabelCurrentPath": "Current path:",
  281. "HeaderSelectMediaPath": "Select Media Path",
  282. "HeaderSelectPath": "Select Path",
  283. "ButtonNetwork": "Network",
  284. "MessageDirectoryPickerInstruction": "Network paths can be entered manually in the event the Network button fails to locate your devices. For example, {0} or {1}.",
  285. "HeaderMenu": "Menu",
  286. "ButtonOpen": "Open",
  287. "ButtonOpenInNewTab": "Open in new tab",
  288. "ButtonShuffle": "Shuffle",
  289. "ButtonInstantMix": "Instant mix",
  290. "ButtonResume": "Resume",
  291. "HeaderScenes": "Scenes",
  292. "HeaderAudioTracks": "Audio Tracks",
  293. "HeaderLibraries": "Libraries",
  294. "LabelUnknownLanguage": "Unknown language",
  295. "HeaderSubtitles": "Subtitles",
  296. "HeaderVideoQuality": "Video Quality",
  297. "MessageErrorPlayingVideo": "There was an error playing the video.",
  298. "MessageEnsureOpenTuner": "Please ensure there is an open tuner availalble.",
  299. "ButtonHome": "Home",
  300. "ButtonDashboard": "Dashboard",
  301. "ButtonReports": "Reports",
  302. "ButtonMetadataManager": "Metadata Manager",
  303. "HeaderTime": "Time",
  304. "HeaderName": "Name",
  305. "HeaderAlbum": "Album",
  306. "HeaderAlbumArtist": "Album Artist",
  307. "HeaderArtist": "Artist",
  308. "LabelAddedOnDate": "Added {0}",
  309. "ButtonStart": "Start",
  310. "HeaderChannels": "Channels",
  311. "HeaderMediaFolders": "Media Folders",
  312. "HeaderBlockItemsWithNoRating": "Block content with no rating information:",
  313. "OptionBlockOthers": "Others",
  314. "OptionBlockTvShows": "TV Shows",
  315. "OptionBlockTrailers": "Trailers",
  316. "OptionBlockMusic": "Music",
  317. "OptionBlockMovies": "Movies",
  318. "OptionBlockBooks": "Books",
  319. "OptionBlockGames": "Games",
  320. "OptionBlockLiveTvPrograms": "Live TV Programs",
  321. "OptionBlockLiveTvChannels": "Live TV Channels",
  322. "OptionBlockChannelContent": "Internet Channel Content",
  323. "ButtonRevoke": "Revoke",
  324. "MessageConfirmRevokeApiKey": "Are you sure you wish to revoke this api key? The application's connection to Emby Server will be abruptly terminated.",
  325. "HeaderConfirmRevokeApiKey": "Revoke Api Key",
  326. "ValueContainer": "Container: {0}",
  327. "ValueAudioCodec": "Audio Codec: {0}",
  328. "ValueVideoCodec": "Video Codec: {0}",
  329. "ValueCodec": "Codec: {0}",
  330. "ValueConditions": "Conditions: {0}",
  331. "LabelAll": "All",
  332. "HeaderDeleteImage": "Delete Image",
  333. "DeleteImageConfirmation": "Are you sure you wish to delete this image?",
  334. "MessageFileNotFound": "File not found.",
  335. "MessageFileReadError": "An error occurred reading this file.",
  336. "ButtonNextPage": "Next Page",
  337. "ButtonPreviousPage": "Previous Page",
  338. "ButtonMoveLeft": "Move left",
  339. "ButtonMoveRight": "Move right",
  340. "ButtonBrowseOnlineImages": "Browse online images",
  341. "HeaderDeleteItem": "Delete Item",
  342. "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
  343. "MessagePleaseEnterNameOrId": "Please enter a name or an external Id.",
  344. "MessageValueNotCorrect": "The value entered is not correct. Please try again.",
  345. "MessageItemSaved": "Item saved.",
  346. "MessagePleaseAcceptTermsOfServiceBeforeContinuing": "Please accept the terms of service before continuing.",
  347. "OptionEnded": "Ended",
  348. "OptionContinuing": "Continuing",
  349. "OptionOff": "Off",
  350. "OptionOn": "On",
  351. "ButtonSettings": "Settings",
  352. "ButtonUninstall": "Uninstall",
  353. "HeaderFields": "Fields",
  354. "HeaderFieldsHelp": "Slide a field to 'off' to lock it and prevent it's data from being changed.",
  355. "HeaderLiveTV": "Live TV",
  356. "HeaderMediaFolders": "Media Folders",
  357. "MissingLocalTrailer": "Missing local trailer.",
  358. "MissingPrimaryImage": "Missing primary image.",
  359. "MissingBackdropImage": "Missing backdrop image.",
  360. "MissingLogoImage": "Missing logo image.",
  361. "MissingEpisode": "Missing episode.",
  362. "OptionScreenshots": "Screenshots",
  363. "OptionBackdrops": "Backdrops",
  364. "OptionImages": "Images",
  365. "OptionKeywords": "Keywords",
  366. "OptionTags": "Tags",
  367. "OptionStudios": "Studios",
  368. "OptionName": "Name",
  369. "OptionOverview": "Overview",
  370. "OptionGenres": "Genres",
  371. "OptionParentalRating": "Parental Rating",
  372. "OptionPeople": "People",
  373. "OptionRuntime": "Runtime",
  374. "OptionProductionLocations": "Production Locations",
  375. "OptionBirthLocation": "Birth Location",
  376. "LabelAllChannels": "All channels",
  377. "LabelLiveProgram": "LIVE",
  378. "LabelNewProgram": "NEW",
  379. "LabelPremiereProgram": "PREMIERE",
  380. "LabelHDProgram": "HD",
  381. "HeaderChangeFolderType": "Change Content Type",
  382. "HeaderChangeFolderTypeHelp": "To change the type, please remove and rebuild the folder with the new type.",
  383. "HeaderAlert": "Alert",
  384. "MessagePleaseRestart": "Please restart to finish updating.",
  385. "ButtonRestart": "Restart",
  386. "ButtonRefresh": "Refresh",
  387. "MessagePleaseRefreshPage": "Please refresh this page to receive new updates from the server.",
  388. "ButtonHide": "Hide",
  389. "MessageSettingsSaved": "Settings saved.",
  390. "ButtonSignOut": "Sign Out",
  391. "ButtonMyProfile": "My Profile",
  392. "ButtonMyPreferences": "My Preferences",
  393. "MessageBrowserDoesNotSupportWebSockets": "This browser does not support web sockets. For a better experience, try a newer browser such as Chrome, Firefox, IE10+, Safari (iOS) or Opera.",
  394. "LabelInstallingPackage": "Installing {0}",
  395. "LabelPackageInstallCompleted": "{0} installation completed.",
  396. "LabelPackageInstallFailed": "{0} installation failed.",
  397. "LabelPackageInstallCancelled": "{0} installation cancelled.",
  398. "TabServer": "Server",
  399. "TabUsers": "Users",
  400. "TabLibrary": "Library",
  401. "TabMetadata": "Metadata",
  402. "TabDLNA": "DLNA",
  403. "TabLiveTV": "Live TV",
  404. "TabAutoOrganize": "Auto-Organize",
  405. "TabPlugins": "Plugins",
  406. "TabAdvanced": "Advanced",
  407. "TabHelp": "Help",
  408. "TabScheduledTasks": "Scheduled Tasks",
  409. "ButtonFullscreen": "Fullscreen",
  410. "ButtonMute": "Mute",
  411. "ButtonUnmute": "Unmute",
  412. "ButtonAudioTracks": "Audio Tracks",
  413. "ButtonSubtitles": "Subtitles",
  414. "ButtonScenes": "Scenes",
  415. "ButtonQuality": "Quality",
  416. "HeaderNotifications": "Notifications",
  417. "HeaderSelectPlayer": "Select Player:",
  418. "ButtonSelect": "Select",
  419. "ButtonNew": "New",
  420. "MessageInternetExplorerWebm": "For best results with Internet Explorer please install the WebM playback plugin.",
  421. "HeaderVideoError": "Video Error",
  422. "ButtonAddToPlaylist": "Add to playlist",
  423. "HeaderAddToPlaylist": "Add to Playlist",
  424. "LabelName": "Name:",
  425. "ButtonSubmit": "Submit",
  426. "LabelSelectPlaylist": "Playlist:",
  427. "OptionNewPlaylist": "New playlist...",
  428. "MessageAddedToPlaylistSuccess": "Ok",
  429. "ButtonView": "View",
  430. "ButtonViewSeriesRecording": "View series recording",
  431. "ValueOriginalAirDate": "Original air date: {0}",
  432. "ButtonRemoveFromPlaylist": "Remove from playlist",
  433. "HeaderSpecials": "Specials",
  434. "HeaderTrailers": "Trailers",
  435. "HeaderAudio": "Audio",
  436. "HeaderResolution": "Resolution",
  437. "HeaderVideo": "Video",
  438. "HeaderRuntime": "Runtime",
  439. "HeaderCommunityRating": "Community rating",
  440. "HeaderParentalRating": "Parental rating",
  441. "HeaderReleaseDate": "Release date",
  442. "HeaderDateAdded": "Date added",
  443. "HeaderSeries": "Series",
  444. "HeaderSeason": "Season",
  445. "HeaderSeasonNumber": "Season number",
  446. "HeaderNetwork": "Network",
  447. "HeaderYear": "Year",
  448. "HeaderGameSystem": "Game system",
  449. "HeaderPlayers": "Players",
  450. "HeaderEmbeddedImage": "Embedded image",
  451. "HeaderTrack": "Track",
  452. "HeaderDisc": "Disc",
  453. "OptionMovies": "Movies",
  454. "OptionCollections": "Collections",
  455. "OptionSeries": "Series",
  456. "OptionSeasons": "Seasons",
  457. "OptionEpisodes": "Episodes",
  458. "OptionGames": "Games",
  459. "OptionGameSystems": "Game systems",
  460. "OptionMusicArtists": "Music artists",
  461. "OptionMusicAlbums": "Music albums",
  462. "OptionMusicVideos": "Music videos",
  463. "OptionSongs": "Songs",
  464. "OptionHomeVideos": "Home videos",
  465. "OptionBooks": "Books",
  466. "OptionAdultVideos": "Adult videos",
  467. "ButtonUp": "Up",
  468. "ButtonDown": "Down",
  469. "LabelMetadataReaders": "Metadata readers:",
  470. "LabelMetadataReadersHelp": "Rank your preferred local metadata sources in order of priority. The first file found will be read.",
  471. "LabelMetadataDownloaders": "Metadata downloaders:",
  472. "LabelMetadataDownloadersHelp": "Enable and rank your preferred metadata downloaders in order of priority. Lower priority downloaders will only be used to fill in missing information.",
  473. "LabelMetadataSavers": "Metadata savers:",
  474. "LabelMetadataSaversHelp": "Choose the file formats to save your metadata to.",
  475. "LabelImageFetchers": "Image fetchers:",
  476. "LabelImageFetchersHelp": "Enable and rank your preferred image fetchers in order of priority.",
  477. "ButtonQueueAllFromHere": "Queue all from here",
  478. "ButtonPlayAllFromHere": "Play all from here",
  479. "LabelDynamicExternalId": "{0} Id:",
  480. "HeaderIdentify": "Identify Item",
  481. "PersonTypePerson": "Person",
  482. "LabelTitleDisplayOrder": "Title display order:",
  483. "OptionSortName": "Sort name",
  484. "OptionReleaseDate": "Release date",
  485. "LabelSeasonNumber": "Season number:",
  486. "LabelDiscNumber": "Disc number",
  487. "LabelParentNumber": "Parent number",
  488. "LabelEpisodeNumber": "Episode number:",
  489. "LabelTrackNumber": "Track number:",
  490. "LabelNumber": "Number:",
  491. "LabelReleaseDate": "Release date:",
  492. "LabelEndDate": "End date:",
  493. "LabelYear": "Year:",
  494. "LabelDateOfBirth": "Date of birth:",
  495. "LabelBirthYear": "Birth year:",
  496. "LabelBirthDate": "Birth date:",
  497. "LabelDeathDate": "Death date:",
  498. "HeaderRemoveMediaLocation": "Remove Media Location",
  499. "MessageConfirmRemoveMediaLocation": "Are you sure you wish to remove this location?",
  500. "HeaderRenameMediaFolder": "Rename Media Folder",
  501. "LabelNewName": "New name:",
  502. "HeaderAddMediaFolder": "Add Media Folder",
  503. "HeaderAddMediaFolderHelp": "Name (Movies, Music, TV, etc):",
  504. "HeaderRemoveMediaFolder": "Remove Media Folder",
  505. "MessageTheFollowingLocationWillBeRemovedFromLibrary": "The following media locations will be removed from your library:",
  506. "MessageAreYouSureYouWishToRemoveMediaFolder": "Are you sure you wish to remove this media folder?",
  507. "ButtonRename": "Rename",
  508. "ButtonChangeType": "Change type",
  509. "ButtonRemove": "Remove",
  510. "HeaderMediaLocations": "Media Locations",
  511. "LabelContentTypeValue": "Content type: {0}",
  512. "LabelPathSubstitutionHelp": "Optional: Path substitution can map server paths to network shares that clients can access for direct playback.",
  513. "FolderTypeUnset": "Unset (mixed content)",
  514. "FolderTypeMovies": "Movies",
  515. "FolderTypeMusic": "Music",
  516. "FolderTypeAdultVideos": "Adult videos",
  517. "FolderTypePhotos": "Photos",
  518. "FolderTypeMusicVideos": "Music videos",
  519. "FolderTypeHomeVideos": "Home videos",
  520. "FolderTypeGames": "Games",
  521. "FolderTypeBooks": "Books",
  522. "FolderTypeTvShows": "TV",
  523. "TabMovies": "Movies",
  524. "TabSeries": "Series",
  525. "TabEpisodes": "Episodes",
  526. "TabTrailers": "Trailers",
  527. "TabGames": "Games",
  528. "TabAlbums": "Albums",
  529. "TabSongs": "Songs",
  530. "TabMusicVideos": "Music Videos",
  531. "BirthPlaceValue": "Birth place: {0}",
  532. "DeathDateValue": "Died: {0}",
  533. "BirthDateValue": "Born: {0}",
  534. "HeaderLatestReviews": "Latest Reviews",
  535. "HeaderPluginInstallation": "Plugin Installation",
  536. "MessageAlreadyInstalled": "This version is already installed.",
  537. "ValueReviewCount": "{0} Reviews",
  538. "MessageYouHaveVersionInstalled": "You currently have version {0} installed.",
  539. "MessageTrialExpired": "The trial period for this feature has expired",
  540. "MessageTrialWillExpireIn": "The trial period for this feature will expire in {0} day(s)",
  541. "MessageInstallPluginFromApp": "This plugin must be installed from with in the app you intend to use it in.",
  542. "ValuePriceUSD": "Price: {0} (USD)",
  543. "MessageFeatureIncludedWithSupporter": "You are registered for this feature, and will be able to continue using it with an active supporter membership.",
  544. "MessageChangeRecurringPlanConfirm": "After completing this transaction you will need to cancel your previous recurring donation from within your PayPal account. Thank you for supporting Emby.",
  545. "MessageSupporterMembershipExpiredOn": "Your supporter membership expired on {0}.",
  546. "MessageYouHaveALifetimeMembership": "You have a lifetime supporter membership. You can provide additional donations on a one-time or recurring basis using the options below. Thank you for supporting Emby.",
  547. "MessageYouHaveAnActiveRecurringMembership": "You have an active {0} membership. You can upgrade your plan using the options below.",
  548. "ButtonDelete": "Delete",
  549. "HeaderEmbyAccountAdded": "Emby Account Added",
  550. "MessageEmbyAccountAdded": "The Emby account has been added to this user.",
  551. "MessagePendingEmbyAccountAdded": "The Emby account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
  552. "HeaderEmbyAccountRemoved": "Emby Account Removed",
  553. "MessageEmbyAccontRemoved": "The Emby account has been removed from this user.",
  554. "TooltipLinkedToEmbyConnect": "Linked to Emby Connect",
  555. "HeaderUnrated": "Unrated",
  556. "ValueDiscNumber": "Disc {0}",
  557. "HeaderUnknownDate": "Unknown Date",
  558. "HeaderUnknownYear": "Unknown Year",
  559. "ValueMinutes": "{0} min",
  560. "ButtonPlayExternalPlayer": "Play with external player",
  561. "HeaderSelectExternalPlayer": "Select External Player",
  562. "HeaderExternalPlayerPlayback": "External Player Playback",
  563. "ButtonImDone": "I'm Done",
  564. "OptionWatched": "Watched",
  565. "OptionUnwatched": "Unwatched",
  566. "ExternalPlayerPlaystateOptionsHelp": "Specify how you would like to resume playing this video next time.",
  567. "LabelMarkAs": "Mark as:",
  568. "OptionInProgress": "In-Progress",
  569. "LabelResumePoint": "Resume point:",
  570. "ValueOneMovie": "1 movie",
  571. "ValueMovieCount": "{0} movies",
  572. "ValueOneTrailer": "1 trailer",
  573. "ValueTrailerCount": "{0} trailers",
  574. "ValueOneSeries": "1 series",
  575. "ValueSeriesCount": "{0} series",
  576. "ValueOneEpisode": "1 episode",
  577. "ValueEpisodeCount": "{0} episodes",
  578. "ValueOneGame": "1 game",
  579. "ValueGameCount": "{0} games",
  580. "ValueOneAlbum": "1 album",
  581. "ValueAlbumCount": "{0} albums",
  582. "ValueOneSong": "1 song",
  583. "ValueSongCount": "{0} songs",
  584. "ValueOneMusicVideo": "1 music video",
  585. "ValueMusicVideoCount": "{0} music videos",
  586. "HeaderOffline": "Offline",
  587. "HeaderUnaired": "Unaired",
  588. "HeaderMissing": "Missing",
  589. "ButtonWebsite": "Website",
  590. "TooltipFavorite": "Favorite",
  591. "TooltipLike": "Like",
  592. "TooltipDislike": "Dislike",
  593. "TooltipPlayed": "Played",
  594. "ValueSeriesYearToPresent": "{0}-Present",
  595. "ValueAwards": "Awards: {0}",
  596. "ValueBudget": "Budget: {0}",
  597. "ValueRevenue": "Revenue: {0}",
  598. "ValuePremiered": "Premiered {0}",
  599. "ValuePremieres": "Premieres {0}",
  600. "ValueStudio": "Studio: {0}",
  601. "ValueStudios": "Studios: {0}",
  602. "ValueStatus": "Status: {0}",
  603. "ValueSpecialEpisodeName": "Special - {0}",
  604. "LabelLimit": "Limit:",
  605. "ValueLinks": "Links: {0}",
  606. "HeaderPeople": "People",
  607. "HeaderCastAndCrew": "Cast & Crew",
  608. "ValueArtist": "Artist: {0}",
  609. "ValueArtists": "Artists: {0}",
  610. "HeaderTags": "Tags",
  611. "MediaInfoCameraMake": "Camera make",
  612. "MediaInfoCameraModel": "Camera model",
  613. "MediaInfoAltitude": "Altitude",
  614. "MediaInfoAperture": "Aperture",
  615. "MediaInfoExposureTime": "Exposure time",
  616. "MediaInfoFocalLength": "Focal length",
  617. "MediaInfoOrientation": "Orientation",
  618. "MediaInfoIsoSpeedRating": "Iso speed rating",
  619. "MediaInfoLatitude": "Latitude",
  620. "MediaInfoLongitude": "Longitude",
  621. "MediaInfoShutterSpeed": "Shutter speed",
  622. "MediaInfoSoftware": "Software",
  623. "HeaderIfYouLikeCheckTheseOut": "If you like {0}, check these out...",
  624. "HeaderPlotKeywords": "Plot Keywords",
  625. "HeaderMovies": "Movies",
  626. "HeaderSeries": "Series",
  627. "HeaderAlbums": "Albums",
  628. "HeaderGames": "Games",
  629. "HeaderBooks": "Books",
  630. "HeaderEpisodes": "Episodes",
  631. "HeaderSeasons": "Seasons",
  632. "HeaderTracks": "Tracks",
  633. "HeaderItems": "Items",
  634. "HeaderOtherItems": "Other Items",
  635. "ButtonFullReview": "Full review",
  636. "ValueAsRole": "as {0}",
  637. "ValueGuestStar": "Guest star",
  638. "MediaInfoSize": "Size",
  639. "MediaInfoPath": "Path",
  640. "MediaInfoFormat": "Format",
  641. "MediaInfoContainer": "Container",
  642. "MediaInfoDefault": "Default",
  643. "MediaInfoForced": "Forced",
  644. "MediaInfoExternal": "External",
  645. "MediaInfoTimestamp": "Timestamp",
  646. "MediaInfoPixelFormat": "Pixel format",
  647. "MediaInfoBitDepth": "Bit depth",
  648. "MediaInfoSampleRate": "Sample rate",
  649. "MediaInfoBitrate": "Bitrate",
  650. "MediaInfoChannels": "Channels",
  651. "MediaInfoLayout": "Layout",
  652. "MediaInfoLanguage": "Language",
  653. "MediaInfoCodec": "Codec",
  654. "MediaInfoProfile": "Profile",
  655. "MediaInfoLevel": "Level",
  656. "MediaInfoAspectRatio": "Aspect ratio",
  657. "MediaInfoResolution": "Resolution",
  658. "MediaInfoAnamorphic": "Anamorphic",
  659. "MediaInfoInterlaced": "Interlaced",
  660. "MediaInfoFramerate": "Framerate",
  661. "MediaInfoStreamTypeAudio": "Audio",
  662. "MediaInfoStreamTypeData": "Data",
  663. "MediaInfoStreamTypeVideo": "Video",
  664. "MediaInfoStreamTypeSubtitle": "Subtitle",
  665. "MediaInfoStreamTypeEmbeddedImage": "Embedded Image",
  666. "MediaInfoRefFrames": "Ref frames",
  667. "TabPlayback": "Playback",
  668. "TabNotifications": "Notifications",
  669. "TabExpert": "Expert",
  670. "HeaderSelectCustomIntrosPath": "Select Custom Intros Path",
  671. "HeaderRateAndReview": "Rate and Review",
  672. "HeaderThankYou": "Thank You",
  673. "MessageThankYouForYourReview": "Thank you for your review.",
  674. "LabelYourRating": "Your rating:",
  675. "LabelFullReview": "Full review:",
  676. "LabelShortRatingDescription": "Short rating summary:",
  677. "OptionIRecommendThisItem": "I recommend this item",
  678. "WebClientTourContent": "View your recently added media, next episodes, and more. The green circles indicate how many unplayed items you have.",
  679. "WebClientTourMovies": "Play movies, trailers and more from any device with a web browser",
  680. "WebClientTourMouseOver": "Hold the mouse over any poster for quick access to important information",
  681. "WebClientTourTapHold": "Tap and hold or right click any poster for a context menu",
  682. "WebClientTourMetadataManager": "Click edit to open the metadata manager",
  683. "WebClientTourPlaylists": "Easily create playlists and instant mixes, and play them on any device",
  684. "WebClientTourCollections": "Create movie collections to group box sets together",
  685. "WebClientTourUserPreferences1": "User preferences allow you to customize the way your library is presented in all of your Emby apps",
  686. "WebClientTourUserPreferences2": "Configure your audio and subtitle language settings once, for every Emby app",
  687. "WebClientTourUserPreferences3": "Design the web client home page to your liking",
  688. "WebClientTourUserPreferences4": "Configure backdrops, theme songs and external players",
  689. "WebClientTourMobile1": "The web client works great on smartphones and tablets...",
  690. "WebClientTourMobile2": "and easily controls other devices and Emby apps",
  691. "WebClientTourMySync": "Sync your personal media to your devices for offline viewing.",
  692. "MessageEnjoyYourStay": "Enjoy your stay",
  693. "DashboardTourDashboard": "The server dashboard allows you to monitor your server and your users. You'll always know who is doing what and where they are.",
  694. "DashboardTourHelp": "In-app help provides easy buttons to open wiki pages relating to the on-screen content.",
  695. "DashboardTourUsers": "Easily create user accounts for your friends and family, each with their own permissions, library access, parental controls and more.",
  696. "DashboardTourCinemaMode": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
  697. "DashboardTourChapters": "Enable chapter image generation for your videos for a more pleasing presentation while viewing.",
  698. "DashboardTourSubtitles": "Automatically download subtitles for your videos in any language.",
  699. "DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
  700. "DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
  701. "DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
  702. "DashboardTourMobile": "The Emby Server dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
  703. "DashboardTourSync": "Sync your personal media to your devices for offline viewing.",
  704. "MessageRefreshQueued": "Refresh queued",
  705. "TabDevices": "Devices",
  706. "TabExtras": "Extras",
  707. "DeviceLastUsedByUserName": "Last used by {0}",
  708. "HeaderDeleteDevice": "Delete Device",
  709. "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
  710. "LabelEnableCameraUploadFor": "Enable camera upload for:",
  711. "HeaderSelectUploadPath": "Select Upload Path",
  712. "LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Emby.",
  713. "ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
  714. "ButtonLibraryAccess": "Library access",
  715. "ButtonParentalControl": "Parental control",
  716. "HeaderInvitationSent": "Invitation Sent",
  717. "MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
  718. "MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Emby.",
  719. "HeaderConnectionFailure": "Connection Failure",
  720. "MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
  721. "ButtonSelectServer": "Select server",
  722. "MessagePluginConfigurationRequiresLocalAccess": "To configure this plugin please sign in to your local server directly.",
  723. "MessageLoggedOutParentalControl": "Access is currently restricted. Please try again later.",
  724. "DefaultErrorMessage": "There was an error processing the request. Please try again later.",
  725. "ButtonAccept": "Accept",
  726. "ButtonReject": "Reject",
  727. "HeaderForgotPassword": "Forgot Password",
  728. "MessageContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
  729. "MessageForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
  730. "MessageForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
  731. "MessageForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
  732. "MessageInvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
  733. "MessagePasswordResetForUsers": "Passwords have been removed for the following users:",
  734. "HeaderInviteGuest": "Invite Guest",
  735. "ButtonLinkMyEmbyAccount": "Link my account now",
  736. "MessageConnectAccountRequiredToInviteGuest": "In order to invite guests you need to first link your Emby account to this server.",
  737. "ButtonSync": "Sync",
  738. "SyncMedia": "Sync Media",
  739. "HeaderCancelSyncJob": "Cancel Sync",
  740. "CancelSyncJobConfirmation": "Cancelling the sync job will remove synced media from the device during the next sync process. Are you sure you wish to proceed?",
  741. "TabSync": "Sync",
  742. "MessagePleaseSelectDeviceToSyncTo": "Please select a device to sync to.",
  743. "MessageSyncJobCreated": "Sync job created.",
  744. "LabelSyncTo": "Sync to:",
  745. "LabelSyncJobName": "Sync job name:",
  746. "LabelQuality": "Quality:",
  747. "HeaderSettings": "Settings",
  748. "OptionAutomaticallySyncNewContent": "Automatically sync new content",
  749. "OptionAutomaticallySyncNewContentHelp": "New content added to this category will be automatically synced to the device.",
  750. "OptionSyncUnwatchedVideosOnly": "Sync unwatched videos only",
  751. "OptionSyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be synced, and videos will be removed from the device as they are watched.",
  752. "LabelItemLimit": "Item limit:",
  753. "LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be synced.",
  754. "MessageBookPluginRequired": "Requires installation of the Bookshelf plugin",
  755. "MessageGamePluginRequired": "Requires installation of the GameBrowser plugin",
  756. "MessageUnsetContentHelp": "Content will be displayed as plain folders. For best results use the metadata manager to set the content types of sub-folders.",
  757. "SyncJobItemStatusQueued": "Queued",
  758. "SyncJobItemStatusConverting": "Converting",
  759. "SyncJobItemStatusTransferring": "Transferring",
  760. "SyncJobItemStatusSynced": "Synced",
  761. "SyncJobItemStatusFailed": "Failed",
  762. "SyncJobItemStatusRemovedFromDevice": "Removed from device",
  763. "SyncJobItemStatusCancelled": "Cancelled",
  764. "LabelProfile": "Profile:",
  765. "LabelBitrateMbps": "Bitrate (Mbps):"
  766. }