Skip to content

Commit

Permalink
Merge pull request #1755 from nervosnetwork/develop
Browse files Browse the repository at this point in the history
Merge develop into testnet
  • Loading branch information
Keith-CY authored Aug 15, 2024
2 parents 230a82a + a6624d0 commit bc493d9
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 bc493d9

Please sign in to comment.