This repository has been archived by the owner on Oct 13, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(i18n): allow localizing preferences page (#398)
- Loading branch information
1 parent
19573c1
commit bfa532a
Showing
3 changed files
with
68 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"bool_plex_movie_support": "Plex Movie agent support (Add themes to the updated Plex Movie agent)", | ||
"bool_plex_series_support": "Plex Series agent support (Add themes to the updated Plex Series agent)", | ||
"bool_overwrite_plex_provided_themes": "Overwrite Plex provided themes", | ||
"bool_prefer_mp4a_codec": "Prefer MP4A AAC Codec (Improves compatibility with Apple devices)", | ||
"bool_remove_unused_theme_songs": "Remove unused theme songs (frees up space in your Plex metadata directory)", | ||
"bool_remove_unused_art": "Remove unused art (applies to collections, frees up space in your Plex metadata directory)", | ||
"bool_remove_unused_posters": "Remove unused posters (applies to collections, frees up space in your Plex metadata directory)", | ||
"bool_auto_update_items": "Automatically update items (only items changed or previously missing in ThemerrDB)", | ||
"bool_auto_update_movie_themes": "Update movie themes during automatic update", | ||
"bool_auto_update_tv_themes": "Update tv show themes during automatic update", | ||
"bool_auto_update_collection_themes": "Update collection themes during automatic update", | ||
"bool_update_collection_metadata_plex_movie": "Update collection metadata for Plex Movie agent (Updates poster, art, and summary)", | ||
"bool_update_collection_metadata_legacy": "Update collection metadata for legacy agents (Updates poster, art, and summary)", | ||
"int_update_themes_interval": "Interval for automatic update task, in minutes (min: 15)", | ||
"int_update_database_cache_interval": "Interval for database cache update task, in minutes (min: 15)", | ||
"int_plexapi_plexapi_timeout": "PlexAPI Timeout, in seconds (min: 1)", | ||
"int_plexapi_upload_retries_max": "Max Retries, integer (min: 0)", | ||
"int_plexapi_upload_threads": "Multiprocessing Threads, integer (min: 1)", | ||
"str_youtube_cookies": "YouTube Cookies (JSON format)", | ||
"enum_webapp_locale": "Web UI Locale", | ||
"str_webapp_http_host": "Web UI Host Address (requires Plex Media Server restart)", | ||
"int_webapp_http_port": "Web UI Port (requires Plex Media Server restart)", | ||
"bool_webapp_log_werkzeug_messages": "Log all web server messages (requires Plex Media Server restart)", | ||
"bool_migrate_locked_themes": "Migrate themes from < v0.3.0 (If you used Themerr before v0.3.0, set this to True)", | ||
"bool_migrate_locked_collection_fields": "Migrate collection metadata from < v0.3.0 (If you used Themerr before v0.3.0, set this to True)", | ||
"bool_ignore_locked_fields": "Ignore locked fields (Always upload media, even if fields are locked)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters