i18n(wallets): translate created-date + sort keys, rebuild CJK subset
Back-fill the 8 new keys (created label + the four sort options and asc/desc tooltips) into all eight languages via add_missing_translations.py (+64 keys, additive), and rebuild res/fonts/NotoSansCJK-Subset.ttf for the new glyphs (升 昇 렬). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1340,6 +1340,7 @@
|
||||
"wallets_col_size": "大小",
|
||||
"wallets_col_txs": "笔交易",
|
||||
"wallets_create": "创建钱包",
|
||||
"wallets_created": "创建于",
|
||||
"wallets_creating": "正在创建钱包——节点将重启…",
|
||||
"wallets_current": "当前",
|
||||
"wallets_exists": "已存在同名钱包。",
|
||||
@@ -1358,6 +1359,13 @@
|
||||
"wallets_new_label": "创建新钱包:",
|
||||
"wallets_open": "打开",
|
||||
"wallets_reveal": "打开文件夹",
|
||||
"wallets_sort_addresses": "地址数量",
|
||||
"wallets_sort_asc": "升序(最早/最少/最小优先)",
|
||||
"wallets_sort_by": "排序:",
|
||||
"wallets_sort_created": "创建日期",
|
||||
"wallets_sort_desc": "降序(最新/最多/最大优先)",
|
||||
"wallets_sort_size": "钱包大小",
|
||||
"wallets_sort_txs": "交易数量",
|
||||
"wallets_title": "钱包",
|
||||
"warning": "警告",
|
||||
"warning_upper": "警告!",
|
||||
|
||||
Reference in New Issue
Block a user