Skip to content
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