Skip to content

Commit

Permalink
New Crowdin updates (#44)
Browse files Browse the repository at this point in the history
* Update source file strings.xml

* New translations strings.xml (Afrikaans)
  • Loading branch information
DanielRendox authored Nov 25, 2024
1 parent f3fb67c commit 7a37aae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions app/src/main/res/values-af-rZA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<item quantity="one">%d item</item>
<item quantity="other">%d items</item>
</plurals>
<string name="add_grocery_list_button_description">Add new grocery list</string>
<string name="add_grocery_list_button_description">Create new grocery list</string>
<!-- SettingsScreen -->
<string name="settings_dark_theme_config_system_default">System</string>
<string name="settings_dark_theme_config_light">Light</string>
Expand All @@ -37,12 +37,12 @@
<string name="settings_preferences">Preferences</string>
<string name="settings_open_last_viewed_list">Open Last Viewed List</string>
<string name="settings_default_list">Open Default List</string>
<string name="settings_default_list_unspecified">Unspecified</string>
<string name="settings_default_list_unspecified">Undefined</string>
<string name="settings_reorder_categories_title">Reorder Categories</string>
<string name="settings_reorder_categories_description">Grocery Genius sorts items by their categories. You can arrange them to match your favorite store.</string>
<string name="settings_dynamic_color_not_supported_message">Your device does not support dynamic color</string>
<string name="settings_feedback">Feedback</string>
<string name="github_link_description">View the source code, contribute, report bugs, and request features.</string>
<string name="github_link_description">View the source code, contribute, report bugs, and suggest features.</string>
<string name="email_link_title">Email Developer</string>
<string name="email_link_description">Reach out to the developer for friendly feedback, suggestions, or any other input you have in mind.</string>
<string name="settings_credits">Credits</string>
Expand All @@ -69,11 +69,11 @@
<string name="reset">Reset</string>
<string name="retry">Retry</string>
<!-- Components -->
<string name="custom_category_title">Custom</string>
<string name="toggle_dropdown_menu_visibility">Show/hide dropdown menu\n</string>
<string name="custom_category_title">Custom groceries</string>
<string name="toggle_dropdown_menu_visibility">Show/hide dropdown menu</string>
<string name="drag_handle">Drag handle</string>
<!-- Notifications -->
<string name="sync_work_notification_channel_name">Sync</string>
<string name="sync_work_notification_channel_description"> Periodic synchronization of grocery database.</string>
<string name="sync_work_notification_channel_name">Synchronization</string>
<string name="sync_work_notification_channel_description">Periodic synchronization of grocery database.</string>
<string name="sync_work_notification_title">Syncing your groceries</string>
</resources>
14 changes: 7 additions & 7 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<item quantity="one">%d item</item>
<item quantity="other">%d items</item>
</plurals>
<string name="add_grocery_list_button_description">Add new grocery list</string>
<string name="add_grocery_list_button_description">Create new grocery list</string>
<!-- SettingsScreen -->
<string name="settings_dark_theme_config_system_default">System</string>
<string name="settings_dark_theme_config_light">Light</string>
Expand All @@ -38,13 +38,13 @@
<string name="settings_preferences">Preferences</string>
<string name="settings_open_last_viewed_list">Open Last Viewed List</string>
<string name="settings_default_list">Open Default List</string>
<string name="settings_default_list_unspecified">Unspecified</string>
<string name="settings_default_list_unspecified">Undefined</string>
<string name="settings_reorder_categories_title">Reorder Categories</string>
<string name="settings_reorder_categories_description">Grocery Genius sorts items by their categories. You can arrange them to match your favorite store.</string>
<string name="settings_dynamic_color_not_supported_message">Your device does not support dynamic color</string>
<string name="settings_feedback">Feedback</string>
<string name="github_link_title" translatable="false">GitHub</string>
<string name="github_link_description">View the source code, contribute, report bugs, and request features.</string>
<string name="github_link_description">View the source code, contribute, report bugs, and suggest features.</string>
<string name="email_link_title">Email Developer</string>
<string name="email_link_description">Reach out to the developer for friendly feedback, suggestions, or any other input you have in mind.</string>
<string name="settings_credits">Credits</string>
Expand All @@ -71,11 +71,11 @@
<string name="reset">Reset</string>
<string name="retry">Retry</string>
<!-- Components -->
<string name="custom_category_title">Custom</string>
<string name="toggle_dropdown_menu_visibility">Show/hide dropdown menu\n</string>
<string name="custom_category_title">Custom groceries</string>
<string name="toggle_dropdown_menu_visibility">Show/hide dropdown menu</string>
<string name="drag_handle">Drag handle</string>
<!-- Notifications -->
<string name="sync_work_notification_channel_name">Sync</string>
<string name="sync_work_notification_channel_description"> Periodic synchronization of grocery database.</string>
<string name="sync_work_notification_channel_name">Synchronization</string>
<string name="sync_work_notification_channel_description">Periodic synchronization of grocery database.</string>
<string name="sync_work_notification_title">Syncing your groceries</string>
</resources>

0 comments on commit 7a37aae

Please sign in to comment.