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