ColorPresets + Room Migration 4 → 5.
This commit is contained in:
parent
945634c653
commit
5b8ddb4dfb
41 changed files with 1694 additions and 140 deletions
|
|
@ -124,6 +124,8 @@
|
|||
<string name="read_query">%1$s прочитано</string>
|
||||
<string name="file_path_query">Шлях до файлу: %1$s</string>
|
||||
<string name="update_query">Оновлення %1$s</string>
|
||||
<string name="color_preset_query">Пресет %1$s</string>
|
||||
<string name="color_preset_selected_query">Вибрано «%1$s»</string>
|
||||
|
||||
<!-- Action Texts -->
|
||||
<string name="cancel">Відмінити</string>
|
||||
|
|
@ -205,18 +207,22 @@
|
|||
<string name="line_height_option">Висота рядка</string>
|
||||
<string name="paragraph_height_option">Висота абзаца</string>
|
||||
<string name="paragraph_indentation_option">Абзацний відступ</string>
|
||||
<string name="color_preset_option">Пресет кольорів</string>
|
||||
<string name="background_color_option">Колір фона</string>
|
||||
<string name="font_color_option">Колір шрифта</string>
|
||||
<string name="check_for_updates_option">Перевіряти на оновлення</string>
|
||||
<string name="check_for_updates_option_desc">Перевіряти на новішу версію застосунку при запуску</string>
|
||||
<string name="side_padding_option">Бокові відступи</string>
|
||||
<string name="translator_double_click_to_translate_option">Переклад подвійним кліком</string>
|
||||
<string name="translator_double_click_to_translate_option_desc">Двічі клацніть на абзац, щоб перекласти його</string>
|
||||
<string name="double_click_translation_option">Переклад подвійним кліком</string>
|
||||
<string name="double_click_translation_option_desc">Двічі клацніть на абзац, щоб перекласти його</string>
|
||||
<string name="fast_color_preset_change_option">Швидка зміна пресета кольорів</string>
|
||||
<string name="fast_color_preset_change_option_desc">Проведіть вліво або вправо, щоб змінити пресет кольорів</string>
|
||||
|
||||
<!-- Colors -->
|
||||
<!-- Color presets -->
|
||||
<string name="red_color">Червоний</string>
|
||||
<string name="green_color">Зелений</string>
|
||||
<string name="blue_color">Синій</string>
|
||||
<string name="color_preset_placeholder">Назвіть пресет…</string>
|
||||
|
||||
<!-- Dark Theme properties -->
|
||||
<string name="dark_theme_off">Вимкнена</string>
|
||||
|
|
@ -484,8 +490,12 @@
|
|||
<string name="reset_start_content_desc">Скинути початковий посібник</string>
|
||||
<string name="exit_editing_content_desc">Вийти з режиму редагування</string>
|
||||
<string name="open_in_web_content_desc">Відкрити в браузері</string>
|
||||
<string name="delete_color_preset_content_desc">Видалити пресет кольорів</string>
|
||||
<string name="create_color_preset_content_desc">Створити новий пресет кольорів</string>
|
||||
<string name="shuffle_color_preset_content_desc">Перетасувати кольори</string>
|
||||
<string name="tryzub_content_desc">Тризуб</string>
|
||||
<string name="github_project_content_desc">GitHub Проєкт</string>
|
||||
<string name="github_profile_content_desc">GitHub Профіль</string>
|
||||
<string name="drag_content_desc">Тягнути</string>
|
||||
|
||||
</resources>
|
||||
|
|
@ -139,6 +139,8 @@
|
|||
<string name="read_query">%1$s read</string>
|
||||
<string name="file_path_query">File path: %1$s</string>
|
||||
<string name="update_query">Update %1$s</string>
|
||||
<string name="color_preset_query">Preset %1$s</string>
|
||||
<string name="color_preset_selected_query">Selected «%1$s»</string>
|
||||
|
||||
<!-- Action Texts -->
|
||||
<string name="cancel">Cancel</string>
|
||||
|
|
@ -220,18 +222,22 @@
|
|||
<string name="line_height_option">Line height</string>
|
||||
<string name="paragraph_height_option">Paragraph height</string>
|
||||
<string name="paragraph_indentation_option">Paragraph indentation</string>
|
||||
<string name="color_preset_option">Color preset</string>
|
||||
<string name="background_color_option">Background color</string>
|
||||
<string name="font_color_option">Font color</string>
|
||||
<string name="check_for_updates_option">Check for updates</string>
|
||||
<string name="check_for_updates_option_desc">Check for newer app version on startup</string>
|
||||
<string name="side_padding_option">Side padding</string>
|
||||
<string name="translator_double_click_to_translate_option">Double click translation</string>
|
||||
<string name="translator_double_click_to_translate_option_desc">Double click on paragraph to translate it</string>
|
||||
<string name="double_click_translation_option">Double click translation</string>
|
||||
<string name="double_click_translation_option_desc">Double click on paragraph to translate it</string>
|
||||
<string name="fast_color_preset_change_option">Fast color preset change</string>
|
||||
<string name="fast_color_preset_change_option_desc">Swipe left or right to change color preset</string>
|
||||
|
||||
<!-- Colors -->
|
||||
<!-- Color presets -->
|
||||
<string name="red_color">Red</string>
|
||||
<string name="green_color">Green</string>
|
||||
<string name="blue_color">Blue</string>
|
||||
<string name="color_preset_placeholder">Name a preset…</string>
|
||||
|
||||
<!-- Dark Theme properties -->
|
||||
<string name="dark_theme_off">Disabled</string>
|
||||
|
|
@ -500,10 +506,14 @@
|
|||
<string name="reset_start_content_desc">Reset start guide</string>
|
||||
<string name="exit_editing_content_desc">Exit editing mode</string>
|
||||
<string name="open_in_web_content_desc">Open in web</string>
|
||||
<string name="delete_color_preset_content_desc">Delete color preset</string>
|
||||
<string name="create_color_preset_content_desc">Create new color preset</string>
|
||||
<string name="shuffle_color_preset_content_desc">Shuffle colors</string>
|
||||
<string name="x_content_desc" translatable="false">X</string>
|
||||
<string name="reddit_content_desc" translatable="false">Reddit</string>
|
||||
<string name="tryzub_content_desc">Tryzub</string>
|
||||
<string name="github_project_content_desc">GitHub Project</string>
|
||||
<string name="github_profile_content_desc">GitHub Profile</string>
|
||||
<string name="drag_content_desc">Drag</string>
|
||||
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue