Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Optimized Chinese Translation #3190

Merged
merged 2 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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