Skip to content

Commit 001bfe0

Browse files
committed
Update strings file for translation automation
1 parent c5859db commit 001bfe0

File tree

1 file changed

+49
-5
lines changed

1 file changed

+49
-5
lines changed

fastlane/resources/values/strings.xml

Lines changed: 49 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@
1818
<string name="rename_tag_error_length">Tag length too long</string>
1919
<string name="rename_tag_error_spaces">Tags cannot contain spaces</string>
2020
<string name="rename_tag_message">An error occurred renaming the tag. Please, try again. If the problem continues, contact us at %1$s%2$s%3$s%4$s%5$s for help.</string>
21-
<string name="rename_tag_message_email" translatable="false">\u003c\u0061\u0020\u0068\u0072\u0065\u0066\u003d\u0022\u006d\u0061\u0069\u006c\u0074\u006f\u003a\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0040\u0073\u0069\u006d\u0070\u006c\u0065\u006e\u006f\u0074\u0065\u002e\u0063\u006f\u006d\u0022\u003e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0040\u0073\u0069\u006d\u0070\u006c\u0065\u006e\u006f\u0074\u0065\u002e\u0063\u006f\u006d\u003c\u002f\u0061\u003e</string>
2221
<string name="rename_tag_message_length">The tag length is too long. Please, try again with a shorter name. If the problem continues, contact us at %1$s%2$s%3$s%4$s%5$s for help.</string>
2322
<string name="tag_name">Tag name</string>
2423
<string name="delete_tag">Delete Tag</string>
2524
<string name="save">Save</string>
25+
<string name="back">Back</string>
2626
<string name="cancel">Cancel</string>
27+
<string name="empty">Empty</string>
2728
<string name="empty_trash">Empty Trash</string>
28-
<string name="confirm_empty_trash">Are you sure you want to empty the trash?</string>
29+
<string name="confirm_empty_trash">Do you want to empty the trash? All notes in trash will be permanently deleted. This action cannot be undone.</string>
2930
<string name="yes">Yes</string>
3031
<string name="no">No</string>
3132
<string name="word">Word</string>
@@ -40,6 +41,10 @@
4041
<string name="search_tags">Search Tags</string>
4142
<string name="search_tags_hint">Search tags</string>
4243
<string name="notes">Notes</string>
44+
<string name="delete">Delete</string>
45+
<string name="delete_dialog_error_message">An error occurred deleting the note. Please, try again. If the problem continues, contact us at %1$s%2$s%3$s%4$s%5$s for help.</string>
46+
<string name="delete_dialog_message">Do you want to permanently delete this note? This action cannot be undone.</string>
47+
<string name="delete_dialog_title">Delete Permanently</string>
4348
<string name="trash">Trash</string>
4449
<string name="untagged_notes">Untagged Notes</string>
4550
<string name="today">Today</string>
@@ -53,6 +58,7 @@
5358
<string name="unpin_from_top">Unpin from Top</string>
5459
<string name="created">Created</string>
5560
<string name="modified">Modified</string>
61+
<string name="synced">Synced</string>
5662
<string name="tab_edit">Edit</string>
5763
<string name="tab_preview">Preview</string>
5864
<string name="list_hide">Hide List</string>
@@ -71,12 +77,18 @@
7177
<string name="previous">Previous</string>
7278
<string name="next">Next</string>
7379
<string name="of">of</string>
80+
<string name="membership">Membership</string>
81+
<string name="membership_free">Free</string>
82+
<string name="membership_free_upgrade">Upgrade</string>
83+
<string name="membership_premium">Premium</string>
7484
<string name="references">Referenced In</string>
7585
<string name="references_one">%1$d Reference, Last modified %2$s</string>
7686
<string name="references_other">%1$d References, Last modified %2$s</string>
7787
<string name="settings_item_get_help">Get help</string>
7888
<string name="web_view_error">A web view must be installed on your device to preview markdown.</string>
7989
<string name="web_view_error_button">Go to WebView app</string>
90+
<string name="support_email" translatable="false">\u003c\u0061\u0020\u0068\u0072\u0065\u0066\u003d\u0022\u006d\u0061\u0069\u006c\u0074\u006f\u003a\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0040\u0073\u0069\u006d\u0070\u006c\u0065\u006e\u006f\u0074\u0065\u002e\u0063\u006f\u006d\u0022\u003e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0040\u0073\u0069\u006d\u0070\u006c\u0065\u006e\u006f\u0074\u0065\u002e\u0063\u006f\u006d\u003c\u002f\u0061\u003e</string>
91+
<string name="empty_tags_hint">Once you add tags to your notes, your tags will appear here.</string>
8092

8193
<!-- Preferences -->
8294
<string name="export_file">simplenote.json</string>
@@ -90,13 +102,26 @@
90102
<string name="share_analytics">Share analytics</string>
91103
<string name="share_analytics_summary">Help us improve Simplenote by sharing usage data with our analytics tool. %1$sLearn more%2$s</string>
92104

105+
<!-- Tags -->
106+
<string name="add_tag">Add Tag</string>
107+
<string name="dialog_tag_add_button_negative">@android:string/cancel</string>
108+
<string name="dialog_tag_add_button_positive">@string/save</string>
109+
<string name="dialog_tag_add_hint">@string/tag_name</string>
110+
<string name="dialog_tag_add_title">@string/add_tag</string>
111+
<string name="dialog_tag_error_message">An error occurred adding the tag. Please, try again. If the problem continues, contact us at %1$s%2$s%3$s%4$s%5$s for help.</string>
112+
<string name="dialog_tag_error_message_email" translatable="false">\u003c\u0061\u0020\u0068\u0072\u0065\u0066\u003d\u0022\u006d\u0061\u0069\u006c\u0074\u006f\u003a\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0040\u0073\u0069\u006d\u0070\u006c\u0065\u006e\u006f\u0074\u0065\u002e\u0063\u006f\u006d\u0022\u003e\u0073\u0075\u0070\u0070\u006f\u0072\u0074\u0040\u0073\u0069\u006d\u0070\u006c\u0065\u006e\u006f\u0074\u0065\u002e\u0063\u006f\u006d\u003c\u002f\u0061\u003e</string>
113+
<string name="tag_error_empty">Tags cannot be empty</string>
114+
<string name="tag_error_exists">Tag already exists</string>
115+
<string name="tag_error_length">Tag length too long</string>
116+
<string name="tag_error_spaces">Tags cannot contain spaces</string>
117+
93118
<!-- Undo -->
94119
<string name="undo">Undo</string>
95120
<string name="note_deleted">Note trashed.</string>
96121
<string name="notes_trashed">Notes trashed.</string>
97122

98123
<!-- welcome note for new users -->
99-
<string name="welcome_note">Welcome to Simplenote Android!\nOpen this note for instructions.\n\nTo create a new note, tap the blue \"New Note\" button with the plus icon.\n\nTo search your notes, tap the \"Search\" button with the magnifying glass icon and enter any text. Simplenote will show you recent searches initially and suggested searches while entering text. Notes matching the entered text will be shown once the search is submitted.\n\nGot a really important note? Pin it to the top of the note list. You can pin a note in two ways. Long-press the note in the list and tap the \"Pin to top\" button with the pin icon. Tap the \"More Options\" button with the three vertical dots icon while viewing a note and check the \"Pin\" box.\n\nUse tags to help organize your notes. Create a tag in the \"Add tag&#8230;\" field at the bottom of a note. You can also add an email address as a tag to share a note with someone.\n\nEasily share notes with other Android apps by tapping \"Share\" in the \"More Options\" menu while viewing a note.\n\nDeleted notes go in the trash. You can restore them if you want, or empty the trash to get rid of them forever.\n\nYou can access your notes on the web and your other devices. Go to http://simplenote.com to get started.\n\nWe hope you enjoy using Simplenote!</string>
124+
<string name="welcome_note">Welcome to Simplenote Android!\nOpen this note for instructions.\n\nTo create a new note, tap the \"New Note\" button with the plus icon.\n\nTo search your notes, tap the \"Search\" button with the magnifying glass icon and enter any text. Simplenote will show you recent searches initially and suggested searches while entering text. Notes matching the entered text will be shown once the search is submitted.\n\nGot a really important note? Pin it to the top of the note list. You can pin a note in two ways. Long-press the note in the list and tap the \"Pin to top\" button with the pin icon. Tap the \"More Options\" button with the three vertical dots icon while viewing a note and check the \"Pin\" box.\n\nUse tags to help organize your notes. Create a tag in either the \"Edit Tags\" screen using the \"Add Tag\" button or the \"Add tag&#8230;\" field at the bottom of a note. You can also add an email address as a tag to share a note with someone.\n\nEasily share notes with other Android apps by tapping \"Share\" in the \"More Options\" menu while viewing a note.\n\nDeleted notes go in the trash. You can restore them if you want, or empty the trash to get rid of them forever.\n\nYou can access your notes on the web and your other devices. Go to http://simplenote.com to get started.\n\nWe hope you enjoy using Simplenote!</string>
100125
<string name="confirm_delete_tag">Are you sure you want to delete this tag?</string>
101126
<string name="new_note_list">New note&#8230;</string>
102127
<string name="open_drawer">Open drawer</string>
@@ -128,6 +153,20 @@
128153
<string name="wpcom_log_in_error_generic">Couldn\'t log in with WordPress.com. Please try again.</string>
129154
<string name="wpcom_log_in_error_unverified">Activate your WordPress.com account via email and try again.</string>
130155

156+
<!-- Styles -->
157+
<string name="style">Style</string>
158+
<string name="style_black">Black</string>
159+
<string name="style_classic">Classic</string>
160+
<string name="style_default">Default</string>
161+
<string name="style_dialog_locked_button_positive">Upgrade</string>
162+
<string name="style_dialog_locked_message">To use this style, you must have a premium membership.</string>
163+
<string name="style_dialog_locked_title">Premium Style</string>
164+
<string name="style_matrix">Matrix</string>
165+
<string name="style_mono">Mono</string>
166+
<string name="style_preview">![Image](%1$s%2$s%3$shttps://img_url.com/jpg%4$s) Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur varius, ante eget lobortis mollis, felis leo maximus dolor, at mattis purus turpis et mi. Morbi a sapien turpis.</string>
167+
<string name="style_publication">Publication</string>
168+
<string name="style_sepia">Sepia</string>
169+
131170
<!-- Themes -->
132171
<string name="theme_light">Light</string>
133172
<string name="theme_dark">Dark</string>
@@ -228,9 +267,14 @@
228267

229268
<string name="description_delete_item">Delete item</string>
230269
<string name="description_down">Down</string>
270+
<string name="description_locked">Locked</string>
231271
<string name="description_sort">Sort</string>
232272
<string name="description_up">Up</string>
233273

274+
<string name="dialog_tag_conflict_button_positive">Merge</string>
275+
<string name="dialog_tag_conflict_message">The tag \"%1$s\" already exists. Would you like to merge \"%2$s\" into the \"%3$s\" tag?</string>
276+
<string name="dialog_tag_conflict_title">Tag Conflict</string>
277+
234278
<string name="empty_notes_all">Create your first note</string>
235279
<string name="empty_notes_search">No notes found</string>
236280
<string name="empty_notes_search_button">Create a new note titled \"%1$s\"</string>
@@ -296,8 +340,8 @@
296340
<string name="simperium_dialog_message_login">Could not log in with the provided email address and password.</string>
297341
<string name="simperium_dialog_message_login_reset">Your password is insecure and must be reset. The password requirements are:\n\n- Password cannot match email\n- Minimum of %1$d characters\n- No new lines\n- No tabs</string>
298342
<string name="simperium_dialog_message_network">There is no network available. Please, connect to a network and try again.</string>
299-
<string name="simperium_dialog_message_password">The password requirements are:\n\n- Password cannot match email\n- Minimum of %1$d characters\n- No new lines\n- No tabs</string>
300-
<string name="simperium_dialog_message_password_login">Passwords must be a minimum of %1$d characters excluding new lines, spaces, and tabs.</string>
343+
<string name="simperium_dialog_message_password">The password requirements are:\n\n- Password cannot match email\n- Minimum of %1$d characters\n- No new lines\n- No returns\n- No tabs</string>
344+
<string name="simperium_dialog_message_password_login">Passwords must be a minimum of %1$d characters.</string>
301345
<string name="simperium_dialog_message_signup">Could not sign up with the provided email address and password.</string>
302346
<string name="simperium_dialog_message_signup_existing">The email address you entered is already associated with a Simplenote account.</string>
303347
<string name="simperium_dialog_progress_logging_in">Logging in&#8230;</string>

0 commit comments

Comments
 (0)