adds delete app data functionality

This commit is contained in:
mashazyu
2019-01-03 23:37:15 +01:00
parent d7c4932ec2
commit cb95c98031
6 changed files with 205 additions and 28 deletions
+8 -1
View File
@@ -37,7 +37,14 @@ export default {
},
deleteSegment: {
title: 'Delete app data',
explainer: 'Delete all app data from this phone'
explainer: 'Delete all app data from this phone',
question: 'Do you want to delete data from this phone?',
message: 'Please note that deletion of the data is permanent and irreversible. We recomend to export existing data before deletion.',
confirmation: 'Yes, I want to delete data permanently',
errors: {
couldNotDeleteFile: 'Could not delete file',
postFix: 'No data was deleted or changed'
}
},
tempScale: {
segmentTitle: 'Temperature scale',