mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
support setting expense / income amount color
This commit is contained in:
@@ -181,6 +181,14 @@ export default {
|
||||
'None': 'None',
|
||||
'Thousands Separator': 'Thousands Separator',
|
||||
},
|
||||
'color': {
|
||||
'amount': {
|
||||
'Green': 'Green',
|
||||
'Red': 'Red',
|
||||
'Yellow': 'Yellow',
|
||||
'Black or White': 'Black or White'
|
||||
}
|
||||
},
|
||||
'timezone': {
|
||||
'International Date Line West': 'International Date Line West',
|
||||
'Coordinated Universal Time-11': 'Coordinated Universal Time-11',
|
||||
@@ -775,6 +783,7 @@ export default {
|
||||
'Sort': 'Sort',
|
||||
'Date': 'Date',
|
||||
'Time': 'Time',
|
||||
'Color': 'Color',
|
||||
'Type': 'Type',
|
||||
'All Types': 'All Types',
|
||||
'More': 'More',
|
||||
@@ -1103,6 +1112,8 @@ export default {
|
||||
'Currency Code': 'Currency Code',
|
||||
'Currency Name': 'Currency Name',
|
||||
'Currency Symbol': 'Currency Symbol',
|
||||
'Expense Amount Color': 'Expense Amount Color',
|
||||
'Income Amount Color': 'Income Amount Color',
|
||||
'Show Account Balance': 'Show Account Balance',
|
||||
'Hide Account Balance': 'Hide Account Balance',
|
||||
'Page Settings': 'Page Settings',
|
||||
|
||||
@@ -181,6 +181,14 @@ export default {
|
||||
'None': '无',
|
||||
'Thousands Separator': '千位分隔符',
|
||||
},
|
||||
'color': {
|
||||
'amount': {
|
||||
'Green': '绿色',
|
||||
'Red': '红色',
|
||||
'Yellow': '黄色',
|
||||
'Black or White': '黑色或白色'
|
||||
}
|
||||
},
|
||||
'timezone': {
|
||||
'International Date Line West': '国际日期变更线西',
|
||||
'Coordinated Universal Time-11': '协调世界时-11',
|
||||
@@ -775,6 +783,7 @@ export default {
|
||||
'Sort': '排序',
|
||||
'Date': '日期',
|
||||
'Time': '时间',
|
||||
'Color': '颜色',
|
||||
'Type': '类型',
|
||||
'All Types': '全部类型',
|
||||
'More': '更多',
|
||||
@@ -1103,6 +1112,8 @@ export default {
|
||||
'Currency Code': '货币代码',
|
||||
'Currency Name': '货币名称',
|
||||
'Currency Symbol': '货币符号',
|
||||
'Expense Amount Color': '支出金额颜色',
|
||||
'Income Amount Color': '收入金额颜色',
|
||||
'Show Account Balance': '显示账户余额',
|
||||
'Hide Account Balance': '隐藏账户余额',
|
||||
'Page Settings': '页面设置',
|
||||
|
||||
Reference in New Issue
Block a user