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": "Größe",
|
||||
"wallets_col_txs": "Tx",
|
||||
"wallets_create": "Wallet erstellen",
|
||||
"wallets_created": "erstellt",
|
||||
"wallets_creating": "Wallet wird erstellt — der Node wird neu gestartet…",
|
||||
"wallets_current": "aktuell",
|
||||
"wallets_exists": "Eine Wallet mit diesem Namen existiert bereits.",
|
||||
@@ -1358,6 +1359,13 @@
|
||||
"wallets_new_label": "Eine neue Wallet erstellen:",
|
||||
"wallets_open": "Öffnen",
|
||||
"wallets_reveal": "Ordner anzeigen",
|
||||
"wallets_sort_addresses": "Adressanzahl",
|
||||
"wallets_sort_asc": "Aufsteigend (ältestes / wenigste / kleinstes zuerst)",
|
||||
"wallets_sort_by": "Sortieren:",
|
||||
"wallets_sort_created": "Erstellungsdatum",
|
||||
"wallets_sort_desc": "Absteigend (neuestes / meiste / größtes zuerst)",
|
||||
"wallets_sort_size": "Wallet-Größe",
|
||||
"wallets_sort_txs": "Transaktionsanzahl",
|
||||
"wallets_title": "Wallets",
|
||||
"warning": "Warnung",
|
||||
"warning_upper": "WARNUNG!",
|
||||
|
||||
Reference in New Issue
Block a user