621 Use translation library for data export
This commit is contained in:
@@ -81,6 +81,16 @@
|
||||
},
|
||||
"settings": {
|
||||
"data": {
|
||||
"export": {
|
||||
"button": "Export data",
|
||||
"error": {
|
||||
"convert": "Could not convert data to CSV",
|
||||
"data": "There is no data to export",
|
||||
"share": "There was a problem sharing the data export file"
|
||||
},
|
||||
"text": "Export data in CSV format for backup or so you can use it elsewhere",
|
||||
"title": "My drip. data export"
|
||||
},
|
||||
"import": {
|
||||
"button": "Import data",
|
||||
"dialog": {
|
||||
|
||||
@@ -19,18 +19,6 @@ export default {
|
||||
text: '',
|
||||
},
|
||||
},
|
||||
export: {
|
||||
errors: {
|
||||
noData: 'There is no data to export',
|
||||
couldNotConvert: 'Could not convert data to CSV',
|
||||
problemSharing: 'There was a problem sharing the data export file',
|
||||
},
|
||||
title: 'My drip. data export',
|
||||
subject: 'My drip. data export',
|
||||
button: 'Export data',
|
||||
segmentExplainer:
|
||||
'Export data in CSV format for backup or so you can use it elsewhere',
|
||||
},
|
||||
deleteSegment: {
|
||||
title: 'Delete app data',
|
||||
explainer: 'Delete app data from this phone',
|
||||
|
||||
Reference in New Issue
Block a user