mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #6596 from viown/react-general
Migrate General to React
This commit is contained in:
commit
ccc9f52aec
7 changed files with 292 additions and 198 deletions
|
@ -823,7 +823,7 @@
|
|||
"LabelOriginalTitle": "Original title",
|
||||
"LabelOverview": "Overview",
|
||||
"LabelParallelImageEncodingLimit": "Parallel image encoding limit",
|
||||
"LabelParallelImageEncodingLimitHelp": "Maximum number of image encodings that are allowed to run in parallel. Setting this to 0 will choose a limit based on your systems core count.",
|
||||
"LabelParallelImageEncodingLimitHelp": "Maximum number of image encodings that are allowed to run in parallel. Leaving this empty will choose a limit based on your systems core count.",
|
||||
"LabelParentalRating": "Parental rating",
|
||||
"LabelParentNumber": "Parent number",
|
||||
"LabelPassword": "Password",
|
||||
|
@ -1020,7 +1020,7 @@
|
|||
"LibraryAccessHelp": "Select the libraries to share with this user. Administrators will be able to edit all folders using the metadata manager.",
|
||||
"LibraryNameInvalid": "Library name cannot be empty.",
|
||||
"LibraryScanFanoutConcurrency": "Parallel library scan tasks limit",
|
||||
"LibraryScanFanoutConcurrencyHelp": "Maximum number of parallel tasks during library scans. Setting this to 0 will choose a limit based on your systems core count. WARNING: Setting this number too high may cause issues with network file systems; if you encounter problems lower this number.",
|
||||
"LibraryScanFanoutConcurrencyHelp": "Maximum number of parallel tasks during library scans. Leaving this empty will choose a limit based on your systems core count. WARNING: Setting this number too high may cause issues with network file systems; if you encounter problems lower this number.",
|
||||
"LibraryInvalidItemIdError": "The library is in an invalid state and cannot be edited. You are possibly encountering a bug: the path in the database is not the correct path on the filesystem.",
|
||||
"LimitSupportedVideoResolution": "Limit maximum supported video resolution",
|
||||
"LimitSupportedVideoResolutionHelp": "Use 'Maximum Allowed Video Transcoding Resolution' as maximum supported video resolution.",
|
||||
|
@ -1498,6 +1498,7 @@
|
|||
"ServerRestartNeededAfterPluginInstall": "Jellyfin will need to be restarted after installing the plugin.",
|
||||
"ServerUpdateNeeded": "This server needs to be updated. To download the latest version, please visit {0}",
|
||||
"Settings": "Settings",
|
||||
"SettingsPageLoadError": "Failed to load settings page",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"SettingsWarning": "Changing these values may cause instability or connectivity failures. If you experience any problems, we recommend changing them back to default.",
|
||||
"Share": "Share",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue