Skip to content

Commit 71754cc

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent ab44279 commit 71754cc

2 files changed

Lines changed: 53 additions & 0 deletions

File tree

app/src/main/res/values-b+en+001/strings.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@
112112
<string name="authenticator_activity_login_error">There was an issue processing your login request. Please try again later.</string>
113113
<string name="authenticator_activity_no_web_browser_found">No browser is available to open this link.</string>
114114
<string name="authenticator_activity_please_complete_login_process">Please complete login process in your browser</string>
115+
<string name="auto_upload_background_activity_action">Allow background activity</string>
116+
<string name="auto_upload_battery_optimization_reason">Nextcloud\'s background activity is limited by battery optimisation.</string>
117+
<string name="auto_upload_battery_saver_action">Open battery saver settings</string>
118+
<string name="auto_upload_battery_saver_reason">Battery saver is active and may pause uploads.</string>
115119
<string name="auto_upload_delete_dialog_description">This will remove the folder and auto-upload configuration. Any unfinished uploads will be canceled.</string>
116120
<string name="auto_upload_delete_dialog_title">Delete auto-upload folder?</string>
117121
<string name="auto_upload_file_behaviour_kept_in_folder">kept in original folder, as it is readonly</string>
@@ -128,6 +132,7 @@
128132
<string name="autoupload_hide_folder">Hide folder</string>
129133
<string name="avatar">Avatar</string>
130134
<string name="away">Away</string>
135+
<string name="backup_list_adapter_local_contacts">Local contacts</string>
131136
<string name="backup_settings">Backup settings</string>
132137
<string name="backup_title">Contacts and calendar backup</string>
133138
<string name="battery_optimization_close">Close</string>
@@ -496,6 +501,7 @@
496501
<string name="filedetails_download">Download</string>
497502
<string name="filedetails_export">Export</string>
498503
<string name="filedetails_renamed_in_upload_msg">File renamed %1$s during upload</string>
504+
<string name="filedetails_sync_all_files">Sync all</string>
499505
<string name="filedetails_sync_file">Sync</string>
500506
<string name="filedisplay_no_file_selected">No file selected</string>
501507
<string name="filename_empty">Filename cannot be empty</string>
@@ -770,6 +776,7 @@
770776
<string name="prefs_manage_accounts">Manage accounts</string>
771777
<string name="prefs_recommend">Recommend to a friend</string>
772778
<string name="prefs_remove_e2e">Remove encryption locally</string>
779+
<string name="prefs_remove_e2e_keys_and_files">Remove encrypted files and keys</string>
773780
<string name="prefs_setup_e2e">Set up end-to-end encryption</string>
774781
<string name="prefs_show_ecosystem_apps">Show app switcher</string>
775782
<string name="prefs_show_ecosystem_apps_summary">Nextcloud app suggestions in navigation heading</string>
@@ -809,6 +816,7 @@
809816
<string name="remote">(remote)</string>
810817
<string name="remote_file_fetch_failed">Failed to find file!</string>
811818
<string name="remove_e2e">You can remove end-to-end encryption locally on this client</string>
819+
<string name="remove_e2e_keys_and_files_dialog_warning">This operation will remove all encrypted files, private and public keys. Are you sure?</string>
812820
<string name="remove_e2e_message">You can remove end-to-end encryption locally on this client. The encrypted files will remain on server, but will not be synced to this computer any longer.</string>
813821
<string name="remove_fail_msg">Deletion failed</string>
814822
<string name="remove_local_account">Remove local account</string>
@@ -986,6 +994,8 @@
986994
<string name="subtitle_videos_only">Videos only</string>
987995
<string name="suggest">Suggest</string>
988996
<string name="sync">Sync</string>
997+
<string name="sync_all_action_dialog_description">All contained files and folders will be downloaded. This may require a significant amount of storage and take some time depending on your connection.</string>
998+
<string name="sync_all_action_dialog_title">Sync entire folder?</string>
989999
<string name="sync_anyway">Sync anyway</string>
9901000
<string name="sync_conflict_notification_action_title">Resolve conflicts</string>
9911001
<string name="sync_conflict_notification_description">Upload conflicts detected. Open uploads to resolve.</string>
@@ -1096,6 +1106,8 @@
10961106
<string name="upload_local_storage_full">Local storage full</string>
10971107
<string name="upload_local_storage_not_copied">File could not be copied to local storage</string>
10981108
<string name="upload_lock_failed">Locking folder failed</string>
1109+
<string name="upload_locked_message">The server is busy. Retrying…</string>
1110+
<string name="upload_locked_title">Upload in progress</string>
10991111
<string name="upload_manually_cancelled">Upload was cancelled by user</string>
11001112
<string name="upload_missing_storage_permission_allow_file_access">Allow all file access</string>
11011113
<string name="upload_missing_storage_permission_app_permissions">App permissions</string>
@@ -1276,6 +1288,18 @@
12761288
<item quantity="one">%d selected</item>
12771289
<item quantity="other">%d selected</item>
12781290
</plurals>
1291+
<plurals name="passcode_delay_seconds">
1292+
<item quantity="one">Try again in %d second due to too many wrong attempts</item>
1293+
<item quantity="other">Try again in %d seconds due to too many wrong attempts</item>
1294+
</plurals>
1295+
<plurals name="passcode_delay_minutes">
1296+
<item quantity="one">Try again in %d minute due to too many wrong attempts</item>
1297+
<item quantity="other">Try again in %d minutes due to too many wrong attempts</item>
1298+
</plurals>
1299+
<plurals name="passcode_delay_minutes_seconds">
1300+
<item quantity="one">Try again in %1$d minute and %2$d seconds due to too many wrong attempts</item>
1301+
<item quantity="other">Try again in %1$d minutes and %2$d seconds due to too many wrong attempts</item>
1302+
</plurals>
12791303
<plurals name="share_download_limit_description">
12801304
<item quantity="one">%1$d download remaining</item>
12811305
<item quantity="other">%1$d downloads remaining</item>

0 commit comments

Comments
 (0)