ColorPresets + Room Migration 4 → 5.
This commit is contained in:
parent
945634c653
commit
5b8ddb4dfb
41 changed files with 1694 additions and 140 deletions
|
|
@ -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