New languages (#256)
* Remove custom-onnxruntime-arm64.aar * Refactor remaining, hardcoded UI strings into localizable resources and added French and Russian to language list * Fix background auto-advance for Text-to-Speech (TTS)
This commit is contained in:
parent
224d12d1fb
commit
4582b506f3
33 changed files with 940 additions and 488 deletions
|
|
@ -24,6 +24,12 @@
|
|||
<item quantity="other">%1$d results found</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Shown in the PDF search results summary bar. %1$d = total number of matches found. -->
|
||||
<plurals name="search_matches_count">
|
||||
<item quantity="one">%1$d match found</item>
|
||||
<item quantity="other">%1$d matches found</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="dialog_delete_permanently">
|
||||
<item quantity="one">Delete File Permanently</item>
|
||||
<item quantity="other">Delete Files Permanently</item>
|
||||
|
|
@ -52,4 +58,22 @@
|
|||
<item quantity="one">%1$d book removed from library.</item>
|
||||
<item quantity="other">%1$d books removed from library.</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
|
||||
<!-- Word count for folders shown in shelf subtitles. %1$d = number of folders. -->
|
||||
<plurals name="folder_count">
|
||||
<item quantity="one">%1$d folder</item>
|
||||
<item quantity="other">%1$d folders</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Word count for tags shown in filter chips. %1$d = number of tags. -->
|
||||
<plurals name="tag_count">
|
||||
<item quantity="one">%1$d tag</item>
|
||||
<item quantity="other">%1$d tags</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Parenthetical cache chunk count in TTS cache entries. %1$d = number of cached audio chunks. -->
|
||||
<plurals name="tts_cache_chunk_count_parenthetical">
|
||||
<item quantity="one">(%1$d chunk)</item>
|
||||
<item quantity="other">(%1$d chunks)</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue