Skip to content

Commit

Permalink
chore: i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1707 committed Sep 21, 2023
1 parent 145ea62 commit 6dbe6ed
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
25 changes: 24 additions & 1 deletion _raw/locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,30 @@
"wrapToken": "Wrap 代币",
"contractPopularity": "No.{{0}} on {{1}}",
"myMarkWithContract": "My mark on {{chainName}} contract",
"coboSafeNotPermission": "This delegate address does not have permission to initiate this transaction"
"coboSafeNotPermission": "This delegate address does not have permission to initiate this transaction",
"BroadcastMode": {
"instant": {
"title": "立即广播",
"desc": "交易创建后将被立即广播到链上节点"
},
"lowGas": {
"title": "省 Gas 广播",
"desc": "交易创建后会等链上Gas较低的时广播从而节省Gas"
},
"mev": {
"title": "MEV 广播",
"desc": "交易创建后会被广播到指定MEV节点"
},
"tips": {
"notSupportChain": "当前链不支持该模式",
"customRPC": "使用自定义RPC时不支持该模式",
"walletConnect": "Wallet Connect 签名不支持该模式",
"notSupported": "不支持该模式"
},
"lowGasDeadline": {
"label": "最长等待时间"
}
}
},
"signTypedData": {
"buyNFT": {
Expand Down
1 change: 1 addition & 0 deletions src/background/controller/provider/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ class ProviderController extends BaseController {
push_type: pushType,
low_gas_deadline: lowGasDeadline,
req_id: preReqId || '',
origin,
});
hash = res.req.tx_id || undefined;
reqId = res.req.id || undefined;
Expand Down

0 comments on commit 6dbe6ed

Please sign in to comment.