Skip to content

Commit

Permalink
fix: Fix translate.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanguoyu committed Dec 4, 2023
1 parent 6ba8bb0 commit c365c4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/neuron-ui/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"locktime-notice-content": "According to the actual running block height, there may be some time variances in locktime.",
"release-on": "Release on",
"locktime-warning": "Please ensure that receiver's wallet can support expiration unlocking. (Note: 1.Exchanges generally do not support expiration unlocking {{extraNote}})",
"allow-use-sent-cell": "允许使用待处理交易的 Cells 构建交易",
"allow-use-sent-cell": "Unconfirmed outputs are allowed in this transaction.",
"submit-transaction": "Submit the transaction"
},
"receive": {
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-ui/src/locales/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"locktime-notice-content": "鎖定時間根據區塊鏈實際運行情況會有一定的誤差。",
"release-on": "鎖定至",
"locktime-warning": "請確保對方錢包支持到期解鎖功能。(註:1.交易所壹般不支持到期解鎖功能 {{extraNote}})",
"allow-use-sent-cell": "允許使用待處理交易的 Cells 構建交易",
"allow-use-sent-cell": "允許使用待確認的 outputs 構建交易",
"submit-transaction": "發起交易"
},
"receive": {
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-ui/src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"locktime-notice-content": "锁定时间根据区块链实际运行情况会有一定的误差。",
"release-on": "锁定至",
"locktime-warning": "请确保对方钱包支持到期解锁功能。(注:1.交易所一般不支持到期解锁功能 {{extraNote}})",
"allow-use-sent-cell": "允许使用待处理交易的 Cells 构建交易",
"allow-use-sent-cell": "允许使用待确认的 outputs 构建交易",
"submit-transaction": "发起交易"
},
"receive": {
Expand Down

0 comments on commit c365c4a

Please sign in to comment.