Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/dashboard/src/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"wallet_transfer_error_no_address_has_been_set_name": "接收人地址无效。",
"wallet_transfer_error_no_ens_support": "网络不支持 ENS。",
"wallets_transfer_error_insufficient_balance": "{{symbol}} 余额不足",
"wallets_transfer_error_same_address_with_current_account": "此接收地址与发送地址相同,请重新检查。",
"wallets_transfer_send": "发送",
"wallets_transfer_memo_placeholder": "可选填信息",
"wallets_transfer_contract": "合约",
Expand Down
7 changes: 7 additions & 0 deletions packages/mask/shared-ui/locales/qya-AA.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,13 @@
"relative_time_seconds_ago": "crwdns4583:0{{seconds}}crwdne4583:0",
"relative_time_years_ago": "crwdns4585:0{{years}}crwdne4585:0",
"plugin_powered_by": "crwdns4587:0crwdne4587:0",
"plugin_wallet_snackbar_wait_for_confirming": "crwdns10629:0crwdne10629:0",
"plugin_wallet_snackbar_hash": "crwdns10631:0crwdne10631:0",
"plugin_wallet_snackbar_confirmed": "crwdns10633:0crwdne10633:0",
"plugin_wallet_snackbar_success": "crwdns10635:0crwdne10635:0",
"plugin_wallet_snackbar_failed": "crwdns10637:0crwdne10637:0",
"plugin_wallet_snackbar_swap_successful": "crwdns10639:0crwdne10639:0",
"plugin_wallet_snackbar_swap_token": "crwdns10641:0crwdne10641:0",
"plugin_wallet_guiding_step_1": "crwdns10197:0crwdne10197:0",
"plugin_wallet_guiding_step_2": "crwdns10199:0crwdne10199:0",
"plugin_wallet_connect_to": "crwdns10201:0crwdne10201:0",
Expand Down
9 changes: 1 addition & 8 deletions packages/mask/shared-ui/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,6 @@
"relative_time_seconds_ago": "{{seconds}} 秒前",
"relative_time_years_ago": "{{years}} 年前",
"plugin_powered_by": "技术支持:",
"plugin_wallet_snackbar_wait_for_confirming": "在钱包中确认这项交易",
"plugin_wallet_snackbar_hash": "交易已提交",
"plugin_wallet_snackbar_confirmed": "交易已确认",
"plugin_wallet_snackbar_success": "交易成功",
"plugin_wallet_snackbar_failed": "交易失败",
"plugin_wallet_snackbar_swap_successful": "成功兑换 Token",
"plugin_wallet_snackbar_swap_token": "兑换 Token",
"plugin_wallet_guiding_step_1": "1. 选择网络",
"plugin_wallet_guiding_step_2": "2. 选择钱包",
"plugin_wallet_connect_to": "连接到",
Expand Down Expand Up @@ -343,7 +336,7 @@
"plugin_red_packet_description_refund": "您可以退回 {{balance}} {{symbol}}。",
"plugin_red_packet_description_empty": "此红包是空的。",
"plugin_red_packet_description_broken": "此红包已被损坏。",
"plugin_red_packet_description_failover": "来自 {{name}} / {{shares}} 份额 / {{total}} {{symbol}} 总金额",
"plugin_red_packet_description_failover": "{{shares}} 份额 / {{total}} {{symbol}} 总金额",
"plugin_red_packet_claiming_from": "正在认领来自 {{name}} 的红包",
"plugin_red_packet_refunding_for": "{{balance}} {{symbol}} 红包正在退款",
"plugin_red_packet_amount_per_share": "单个份额",
Expand Down