chore(i18n): Chinese: add some word (#862)

This commit is contained in:
Wenxuan Shen 2024-10-10 21:28:42 +08:00 committed by GitHub
parent eb1a9440b5
commit 016452e636
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@
"words.back": "返回",
"words.copy": "复制",
"words.create": "创建",
"words.delete": "删除",
"words.edit": "编辑",
"words.entry": "条目",
"words.id": "ID",

View File

@ -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": "购买",