Merge feature/settings-validation (server validation, cache/TTS scaffold) into feature/ui-polish
This commit is contained in:
parent
23298b0f26
commit
ed3afc1f16
18 changed files with 896 additions and 24 deletions
|
|
@ -137,6 +137,18 @@
|
|||
<string name="bookshelf_settings">Bookshelf</string>
|
||||
<string name="bookshelf_settings_desc">Server, ABS, TTS</string>
|
||||
|
||||
<!-- TTS -->
|
||||
<string name="tts_screen">TTS</string>
|
||||
<string name="tts_engine">Engine</string>
|
||||
<string name="tts_voice">Voice</string>
|
||||
<string name="tts_book_id">Book ID</string>
|
||||
<string name="tts_speed">Speed</string>
|
||||
<string name="tts_create_job">Create job</string>
|
||||
<string name="tts_refresh_jobs">Refresh jobs</string>
|
||||
<string name="tts_jobs">Jobs</string>
|
||||
<string name="tts_jobs_button">TTS jobs</string>
|
||||
<string name="tts_button">TTS</string>
|
||||
|
||||
<!-- Bookshelf server settings -->
|
||||
<string name="bookshelf_settings_screen_title">Bookshelf server</string>
|
||||
<string name="bookshelf_url_option">Bookshelf API URL</string>
|
||||
|
|
@ -146,7 +158,10 @@
|
|||
<string name="abs_token_option">ABS token</string>
|
||||
<string name="abs_token_option_desc">API token from Audiobookshelf settings</string>
|
||||
<string name="save_button">Save</string>
|
||||
<string name="check_connection_button">Check connection</string>
|
||||
<string name="derive_abs_url_button">Derive ABS URL</string>
|
||||
<string name="fetch_libraries_button">Fetch libraries</string>
|
||||
<string name="connection_successful">Connection successful</string>
|
||||
<string name="libraries_fetched_successful">Connected to %1$d libraries</string>
|
||||
<string name="bookshelf_libraries_header">Libraries</string>
|
||||
<string name="bookshelf_library_subtitle">%1$s • %2$d items</string>
|
||||
|
|
@ -510,6 +525,13 @@
|
|||
<string name="browse_content_desc">Add books</string>
|
||||
<string name="bookshelf_screen">Bookshelf</string>
|
||||
<string name="bookshelf_content_desc">Remote bookshelf</string>
|
||||
<string name="bookshelf_offline_only_label">Offline only</string>
|
||||
<string name="bookshelf_cache_pending">Pending</string>
|
||||
<string name="bookshelf_cache_downloading">Downloading</string>
|
||||
<string name="bookshelf_cache_completed">Cached</string>
|
||||
<string name="bookshelf_cache_failed">Failed</string>
|
||||
<string name="bookshelf_download_action">Download</string>
|
||||
<string name="bookshelf_delete_cache_action">Delete</string>
|
||||
<string name="arrow_content_desc">Arrow</string>
|
||||
<string name="reset_start_content_desc">Reset start guide</string>
|
||||
<string name="open_in_web_content_desc">Open in web</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue