622 Use translation library for delete settings
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user