create settings segment component, create new section on settings page

This commit is contained in:
mashazyu
2019-01-03 16:15:18 +01:00
parent 4a29ef6c09
commit a359f8b8fc
13 changed files with 70 additions and 62 deletions
+5 -1
View File
@@ -2,7 +2,7 @@
export default {
menuTitles: {
reminders: 'Reminders',
importExport: 'Import and Export',
dataManagement: 'Data management',
nfpSettings: 'NFP settings',
password: 'Password',
about: 'About'
@@ -35,6 +35,10 @@ export default {
},
segmentExplainer: 'Import data in CSV format'
},
deleteSegment: {
title: 'Delete app data',
explainer: 'Delete all app data from this phone'
},
tempScale: {
segmentTitle: 'Temperature scale',
segmentExplainer: 'Change the minimum and maximum value for the temperature chart',