Merge pull request #1896 from jellyfin/errors
Fix a common error message and update some strings
This commit is contained in:
@@ -241,12 +241,6 @@
|
||||
"FileReadCancelled": "The file read has been cancelled.",
|
||||
"FileReadError": "An error occurred while reading the file.",
|
||||
"Filters": "Filters",
|
||||
"FolderTypeBooks": "Books",
|
||||
"FolderTypeMovies": "Movies",
|
||||
"FolderTypeMusic": "Music",
|
||||
"FolderTypeMusicVideos": "Music Videos",
|
||||
"FolderTypeTvShows": "TV Shows",
|
||||
"FolderTypeUnset": "Mixed Content",
|
||||
"FormatValue": "Format: {0}",
|
||||
"Friday": "Friday",
|
||||
"Fullscreen": "Full screen",
|
||||
@@ -538,7 +532,6 @@
|
||||
"OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
|
||||
"OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
|
||||
"OptionRegex": "Regex",
|
||||
"OptionProfileVideo": "Video",
|
||||
"OptionPremiereDate": "Premiere Date",
|
||||
"OptionPlayCount": "Play Count",
|
||||
"OptionPlainVideoItemsHelp": "All videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
|
||||
@@ -941,9 +934,7 @@
|
||||
"LabelImageType": "Image type:",
|
||||
"LabelImageFetchersHelp": "Enable and rank your preferred image fetchers in order of priority.",
|
||||
"LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
|
||||
"LabelIconMaxWidthHelp": "Maximum resolution of icons exposed via upnp:icon.",
|
||||
"LabelIconMaxWidth": "Icon maximum width:",
|
||||
"LabelIconMaxHeightHelp": "Maximum resolution of icons exposed via upnp:icon.",
|
||||
"LabelIconMaxHeight": "Icon maximum height:",
|
||||
"LabelHttpsPortHelp": "The TCP port number for the HTTPS server.",
|
||||
"LabelHttpsPort": "Local HTTPS port number:",
|
||||
@@ -1019,8 +1010,6 @@
|
||||
"LabelAllowHWTranscoding": "Allow hardware transcoding",
|
||||
"LabelAlbumArtists": "Album artists:",
|
||||
"LabelAlbumArtPN": "Album art PN:",
|
||||
"LabelAlbumArtMaxWidthHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
|
||||
"LabelAlbumArtMaxHeightHelp": "Max resolution of album art exposed via upnp:albumArtURI.",
|
||||
"LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some devices require a specific value, regardless of the size of the image.",
|
||||
"LabelAirsBeforeSeason": "Airs before season:",
|
||||
"LabelAirsBeforeEpisode": "Airs before episode:",
|
||||
@@ -1068,7 +1057,6 @@
|
||||
"Whitelist": "Whitelist",
|
||||
"ServerNameIsRestarting": "The server at {0} is restarting.",
|
||||
"OptionProtocolHls": "HTTP Live Streaming",
|
||||
"OptionProfileVideoAudio": "Video Audio",
|
||||
"OneChannel": "One channel",
|
||||
"MediaInfoChannels": "Channels",
|
||||
"MediaInfoBitDepth": "Bit depth",
|
||||
@@ -1104,7 +1092,6 @@
|
||||
"Studios": "Studios",
|
||||
"StopRecording": "Stop recording",
|
||||
"Sports": "Sports",
|
||||
"OptionProfilePhoto": "Photo",
|
||||
"OptionPlainStorageFolders": "Display all folders as plain storage folders",
|
||||
"OptionDisableUserHelp": "The server will not allow any connections from this user. Existing connections will be abruptly terminated.",
|
||||
"OptionDateAdded": "Date Added",
|
||||
|
||||
Reference in New Issue
Block a user