Skip to content

Commit

Permalink
fix: fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Aug 15, 2024
1 parent f531791 commit a6624d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@
"live_cell": "Live Cell",
"dead_cell": "Consumed Cell",
"cell_info": "Cell Info",
"pending_cell": "Pending Cell",
"bind_description": {
"binding": "\"Binding\": The UTXO corresponding to the current Cell has been consumed. If the \"Binding\" status persists for too long, please check the CKB transaction status under the BTC address that consumed this UTXO.",
"bound": "\"Bound\": \"Bound\" means that the Owner of the Cell is a live BTC UTXO, and the Cell has been bound to a specific BTC address.",
Expand Down
1 change: 1 addition & 0 deletions src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
"cell": {
"live_cell": "未消耗 Cell",
"dead_cell": "已消耗 Cell",
"pending_cell": "待确认 Cell",
"cell_info": "Cell 信息",
"bind_description": {
"binding": "“待绑定”:当前Cell 对应的UTXO 已被消耗。如果“待绑定”持续时间过长,请检查消耗 此UTXO 对应BTC地址下的CKB交易状态。",
Expand Down

0 comments on commit a6624d0

Please sign in to comment.