MM-48339 - Gekidou Alert box for Advanced Settings (#6758)

* added the alert box

* MM-48339 - Adds Alert box to confirm data deletion

* MM-48339 - update en.json

* corrections from PR review

* i18n id clean up

* i18n id clean up

* update i18n

* remove t()
This commit is contained in:
Avinash Lingaloo
2022-11-30 14:05:26 +04:00
committed by GitHub
parent c8ccbeffb1
commit 95af1afe6b
3 changed files with 33 additions and 11 deletions

View File

@@ -14,7 +14,6 @@
"account.settings": "Settings",
"account.user_status.title": "User Presence",
"account.your_profile": "Your Profile",
"advanced_settings.delete_data": "Delete Documents & Data",
"alert.channel_deleted.description": "The channel {displayName} has been archived.",
"alert.channel_deleted.title": "Archived channel",
"alert.push_proxy_error.description": "Due to the configuration for this server, notifications cannot be received in the mobile app. Contact your system admin for more information.",
@@ -394,6 +393,7 @@
"mobile.calls_ok": "OK",
"mobile.calls_participant_limit_title": "Participant limit reached",
"mobile.calls_raise_hand": "Raise hand",
"mobile.calls_react": "React",
"mobile.calls_see_logs": "See server logs",
"mobile.calls_speaker": "Speaker",
"mobile.calls_start_call": "Start Call",
@@ -802,6 +802,10 @@
"settings.about.serverVersionNoBuild": "{version}",
"settings.about.version": "App Version:",
"settings.advanced_settings": "Advanced Settings",
"settings.advanced.cancel": "Cancel",
"settings.advanced.delete": "Delete",
"settings.advanced.delete_data": "Delete local files",
"settings.advanced.delete_message.confirmation": "\nThis will delete all files downloaded through the app for this server. Please confirm to proceed.\n",
"settings.display": "Display",
"settings.link.error.text": "Unable to open the link.",
"settings.link.error.title": "Error",