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:
2026-07-11 16:37:36 -05:00
parent 54a14485a5
commit d549127e41
10 changed files with 106 additions and 0 deletions

View File

@@ -1340,6 +1340,7 @@
"wallets_col_size": "Tamaño",
"wallets_col_txs": "tx",
"wallets_create": "Crear cartera",
"wallets_created": "creada",
"wallets_creating": "Creando cartera — el nodo se reiniciará…",
"wallets_current": "actual",
"wallets_exists": "Ya existe una cartera con ese nombre.",
@@ -1358,6 +1359,13 @@
"wallets_new_label": "Crear una nueva cartera:",
"wallets_open": "Abrir",
"wallets_reveal": "Mostrar carpeta",
"wallets_sort_addresses": "Número de direcciones",
"wallets_sort_asc": "Ascendente (más antiguo / menos / más pequeño primero)",
"wallets_sort_by": "Ordenar:",
"wallets_sort_created": "Fecha de creación",
"wallets_sort_desc": "Descendente (más reciente / más / más grande primero)",
"wallets_sort_size": "Tamaño de billetera",
"wallets_sort_txs": "Número de transacciones",
"wallets_title": "Carteras",
"warning": "Advertencia",
"warning_upper": "¡ADVERTENCIA!",