Skip to content

Commit

Permalink
fix: Optimized Chinese Translation (#3190)
Browse files Browse the repository at this point in the history
  • Loading branch information
devchenyan committed Jun 18, 2024
1 parent 7a14035 commit 981ce74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions packages/neuron-ui/src/locales/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -1227,8 +1227,8 @@
"description": "備註",
"action": "操作"
},
"locked": "鎖定",
"unlocked": "解鎖",
"locked": "已鎖定",
"unlocked": "已解鎖",
"default-description": ""
},
"cell-detail-dialog": {
Expand Down Expand Up @@ -1257,8 +1257,8 @@
"capacity": "解鎖所選 Cell {{capacity}} CKB"
},
"cell-consume-dialog": {
"title": "消耗 Cell",
"warn-consume": "消耗Cell不會保留任何數據,並將花費全部的CKB,請確保沒有重要數據需要保留。"
"title": "花費 Cell",
"warn-consume": "花費Cell不會保留任何數據,並將花費全部的CKB,請確保沒有重要數據需要保留。"
},
"cell-consolidate-dialog": {
"title": "合並",
Expand All @@ -1268,7 +1268,7 @@
"password-placeholder": "請輸入錢包密碼",
"lock": "鎖定",
"unlock": "解鎖",
"consume": "消耗",
"consume": "花費",
"verify": "驗證",
"consolidate": "合並"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/neuron-ui/src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1226,8 +1226,8 @@
"description": "备注",
"action": "操作"
},
"locked": "锁定",
"unlocked": "解锁",
"locked": "已锁定",
"unlocked": "已解锁",
"default-description": ""
},
"cell-detail-dialog": {
Expand Down Expand Up @@ -1260,8 +1260,8 @@
"capacity": "解锁所选 Cell {{capacity}} CKB"
},
"cell-consume-dialog": {
"title": "消耗 Cell",
"warn-consume": "消耗Cell不会保留任何数据,并将花费全部的CKB,请确保没有重要数据需要保留。"
"title": "花费 Cell",
"warn-consume": "花费Cell不会保留任何数据,并将花费全部的CKB,请确保没有重要数据需要保留。"
},
"cell-consolidate-dialog": {
"title": "合并 Cells",
Expand All @@ -1271,7 +1271,7 @@
"password-placeholder": "请输入钱包密码",
"lock": "锁定",
"unlock": "解锁",
"consume": "消耗",
"consume": "花费",
"verify": "验证",
"consolidate": "合并"
},
Expand Down

1 comment on commit 981ce74

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 9569277941

Please sign in to comment.