javascript.json 40 KB

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