chore(i18n): Chinese: add some word (#862)
This commit is contained in:
parent
eb1a9440b5
commit
016452e636
|
|
@ -16,6 +16,7 @@
|
|||
"words.back": "返回",
|
||||
"words.copy": "复制",
|
||||
"words.create": "创建",
|
||||
"words.delete": "删除",
|
||||
"words.edit": "编辑",
|
||||
"words.entry": "条目",
|
||||
"words.id": "ID",
|
||||
|
|
|
|||
|
|
@ -159,6 +159,8 @@
|
|||
"lists.create": "创建列表",
|
||||
"lists.created.error": "创建列表失败",
|
||||
"lists.created.success": "创建列表成功",
|
||||
"lists.delete.error": "删除列表失败",
|
||||
"lists.delete.success": "删除列表成功",
|
||||
"lists.description": "描述",
|
||||
"lists.earnings": "收入",
|
||||
"lists.edit.error": "编辑列表失败",
|
||||
|
|
@ -226,6 +228,7 @@
|
|||
"wallet.transactions.to": "接收者",
|
||||
"wallet.transactions.tx": "交易",
|
||||
"wallet.transactions.type": "类型",
|
||||
"wallet.transactions.types.all": "所有",
|
||||
"wallet.transactions.types.burn": "销毁",
|
||||
"wallet.transactions.types.mint": "铸造",
|
||||
"wallet.transactions.types.purchase": "购买",
|
||||
|
|
|
|||
Loading…
Reference in New Issue