diff --git a/src/locales/en.json b/src/locales/en.json index dbda0579d..655eb1f52 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -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.", diff --git a/src/locales/zh.json b/src/locales/zh.json index b36ebc8d9..aa2c476b1 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -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交易状态。",