init frontend framework

This commit is contained in:
MaysWind
2020-10-18 19:57:43 +08:00
parent fe361df470
commit 769eb604bd
20 changed files with 12353 additions and 6 deletions
+12
View File
@@ -0,0 +1,12 @@
export default {
'global': {
'app': {
'title': 'lightweight account book'
}
},
'Home': 'Home',
'Journals': 'Journals',
'Accounts': 'Accounts',
'Charts': 'Charts',
'Settings': 'Settings'
}