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": {
-16
View File
@@ -19,22 +19,6 @@ export default {
text: '',
},
},
deleteSegment: {
title: 'Delete app data',
explainer: 'Delete app data from this phone',
question: 'Do you want to delete app data from this phone?',
message:
'Please note that deletion of the app data is permanent and irreversible. We recommend exporting existing data before deletion.',
confirmation: 'Delete app data permanently',
errors: {
couldNotDeleteFile: 'Could not delete data',
postFix: 'No data was deleted or changed',
noData: 'There is no data to delete',
},
success: {
message: 'App data successfully deleted',
},
},
tempScale: {
segmentTitle: 'Temperature scale',
segmentExplainer: