mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
add desktop frontend framework
This commit is contained in:
@@ -702,6 +702,7 @@ export default {
|
||||
'Not Specified': 'Not Specified',
|
||||
'No results': 'No results',
|
||||
'Unknown': 'Unknown',
|
||||
'Other': 'Other',
|
||||
'Default': 'Default',
|
||||
'Done': 'Done',
|
||||
'Continue': 'Continue',
|
||||
@@ -746,6 +747,7 @@ export default {
|
||||
'Accounts': 'Accounts',
|
||||
'Statistics': 'Statistics',
|
||||
'Settings': 'Settings',
|
||||
'Application Settings': 'Application Settings',
|
||||
'Select All': 'Select All',
|
||||
'Select None': 'Select None',
|
||||
'Invert Selection': 'Invert Selection',
|
||||
@@ -806,6 +808,7 @@ export default {
|
||||
'PIN code is invalid': 'PIN code is invalid',
|
||||
'PIN code is wrong': 'PIN code is wrong',
|
||||
'Sign Up': 'Sign Up',
|
||||
'Overview': 'Overview',
|
||||
'Transaction List': 'Transaction List',
|
||||
'Account List': 'Account List',
|
||||
'This Week': 'This Week',
|
||||
@@ -915,6 +918,8 @@ export default {
|
||||
'No transaction data': 'No transaction data',
|
||||
'Are you sure you want to delete this transaction?': 'Are you sure you want to delete this transaction?',
|
||||
'Unable to delete this transaction': 'Unable to delete this transaction',
|
||||
'Transaction Data': 'Transaction Data',
|
||||
'Statistics Data': 'Statistics Data',
|
||||
'Unable to get transaction statistics': 'Unable to get transaction statistics',
|
||||
'Total Amount': 'Total Amount',
|
||||
'Total Assets': 'Total Assets',
|
||||
|
||||
@@ -702,6 +702,7 @@ export default {
|
||||
'Not Specified': '未指定',
|
||||
'No results': '无结果',
|
||||
'Unknown': '未知',
|
||||
'Other': '其他',
|
||||
'Default': '默认',
|
||||
'Done': '完成',
|
||||
'Continue': '继续',
|
||||
@@ -746,6 +747,7 @@ export default {
|
||||
'Accounts': '账户',
|
||||
'Statistics': '统计',
|
||||
'Settings': '设置',
|
||||
'Application Settings': '应用设置',
|
||||
'Select All': '全部选择',
|
||||
'Select None': '全部不选',
|
||||
'Invert Selection': '反向选择',
|
||||
@@ -806,6 +808,7 @@ export default {
|
||||
'PIN code is invalid': 'PIN码无效',
|
||||
'PIN code is wrong': 'PIN码错误',
|
||||
'Sign Up': '注册',
|
||||
'Overview': '总览',
|
||||
'Transaction List': '交易列表',
|
||||
'Account List': '账户列表',
|
||||
'This Week': '本周',
|
||||
@@ -915,6 +918,8 @@ export default {
|
||||
'No transaction data': '没有交易数据',
|
||||
'Are you sure you want to delete this transaction?': '您确定要删除该交易?',
|
||||
'Unable to delete this transaction': '无法删除该交易',
|
||||
'Transaction Data': '交易数据',
|
||||
'Statistics Data': '统计数据',
|
||||
'Unable to get transaction statistics': '无法获取交易统计数据',
|
||||
'Total Amount': '总金额',
|
||||
'Total Assets': '总资产',
|
||||
|
||||
Reference in New Issue
Block a user