mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
add parameters translation
This commit is contained in:
@@ -224,7 +224,12 @@ export default {
|
|||||||
'nickname': 'Nickname',
|
'nickname': 'Nickname',
|
||||||
'oldPassword': 'Current Password',
|
'oldPassword': 'Current Password',
|
||||||
'defaultCurrency': 'Default Currency',
|
'defaultCurrency': 'Default Currency',
|
||||||
|
'name': 'Name',
|
||||||
|
'category': 'Category',
|
||||||
|
'type': 'Type',
|
||||||
'color': 'Color',
|
'color': 'Color',
|
||||||
|
'currency': 'Currency',
|
||||||
|
'comment': 'Comment',
|
||||||
},
|
},
|
||||||
'parameterizedError': {
|
'parameterizedError': {
|
||||||
'parameter invalid': '{parameter} is invalid',
|
'parameter invalid': '{parameter} is invalid',
|
||||||
|
|||||||
@@ -224,7 +224,12 @@ export default {
|
|||||||
'nickname': '昵称',
|
'nickname': '昵称',
|
||||||
'oldPassword': '当前密码',
|
'oldPassword': '当前密码',
|
||||||
'defaultCurrency': '默认货币',
|
'defaultCurrency': '默认货币',
|
||||||
|
'name': '名称',
|
||||||
|
'category': '分类',
|
||||||
|
'type': '类型',
|
||||||
'color': '颜色',
|
'color': '颜色',
|
||||||
|
'currency': '货币',
|
||||||
|
'comment': '备注',
|
||||||
},
|
},
|
||||||
'parameterizedError': {
|
'parameterizedError': {
|
||||||
'parameter invalid': '{parameter}无效',
|
'parameter invalid': '{parameter}无效',
|
||||||
|
|||||||
Reference in New Issue
Block a user