622 Use translation library for delete settings

This commit is contained in:
Lisa Hillebrand
2022-10-16 14:37:15 +02:00
parent df6bc575d0
commit 43106f0081
4 changed files with 40 additions and 41 deletions
+17
View File
@@ -81,6 +81,23 @@
},
"settings": {
"data": {
"delete": {
"dialog": {
"cancel": "Cancel",
"delete": "Delete app data permanently",
"message": "Please note that deletion of the app data is permanent and irreversible. We recommend exporting existing data before deletion.",
"title": "Do you want to delete app data from this phone?"
},
"error": {
"delete": "Could not delete data",
"noData": "There is no data to delete"
},
"subTitle": "Delete app data from this phone",
"success": {
"message": "App data successfully deleted"
},
"title": "Delete app data"
},
"export": {
"button": "Export data",
"error": {