From 7a3c50a1f28e19c50e2c00367c441cdd2d728ba9 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:25 -0700 Subject: [PATCH 01/24] i18n(ar): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/ar/component-wallet-simulator.json | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.manifests/src/intl/ar/component-wallet-simulator.json/source.json b/.manifests/src/intl/ar/component-wallet-simulator.json/source.json index b9e5d593db4..6f18dc1d1ab 100644 --- a/.manifests/src/intl/ar/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/ar/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:57:28.094Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:14:54.004Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/ar/component-wallet-simulator.json b/src/intl/ar/component-wallet-simulator.json index 0dd405a22f1..4bea7155243 100644 --- a/src/intl/ar/component-wallet-simulator.json +++ b/src/intl/ar/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "رجوع", + "sim-more-info": "مزيد من المعلومات", "sim-your-total": "الإجمالي الخاص بك", "sim-send": "إرسال", "sim-receive": "استلام", From 7e8dd4afb30ec9e915b5d3af4c047456eeb82597 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:26 -0700 Subject: [PATCH 02/24] i18n(bn): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/bn/component-wallet-simulator.json | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.manifests/src/intl/bn/component-wallet-simulator.json/source.json b/.manifests/src/intl/bn/component-wallet-simulator.json/source.json index d3c4438963f..989a015f336 100644 --- a/.manifests/src/intl/bn/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/bn/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:58:45.797Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:15:01.767Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/bn/component-wallet-simulator.json b/src/intl/bn/component-wallet-simulator.json index 62a507caa30..dc521ae00d6 100644 --- a/src/intl/bn/component-wallet-simulator.json +++ b/src/intl/bn/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "পিছনে", + "sim-more-info": "আরও তথ্য", "sim-your-total": "আপনার মোট", "sim-send": "পাঠান", "sim-receive": "গ্রহণ করুন", From f3a1dfd97082d030fbf858f89bbe41ef9343d935 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:27 -0700 Subject: [PATCH 03/24] i18n(cs): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/cs/component-wallet-simulator.json | 3 ++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.manifests/src/intl/cs/component-wallet-simulator.json/source.json b/.manifests/src/intl/cs/component-wallet-simulator.json/source.json index da5d9875c03..48867e6ea1f 100644 --- a/.manifests/src/intl/cs/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/cs/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:59:01.304Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:18:57.355Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/cs/component-wallet-simulator.json b/src/intl/cs/component-wallet-simulator.json index 5a7d94f5d48..fd3cb315630 100644 --- a/src/intl/cs/component-wallet-simulator.json +++ b/src/intl/cs/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "Zpět", + "sim-more-info": "Více informací", "sim-your-total": "Váš zůstatek", "sim-send": "Odeslat", "sim-receive": "Přijmout", @@ -162,4 +163,4 @@ "sim-cw-logged-in": "Jste přihlášeni!", "sim-cw-connect-account": "Připojit účet?", "sim-cw-search-website": "Hledat nebo zadat web" -} \ No newline at end of file +} From 428be077309981ed7bcdd52b589301b48027d7fd Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:28 -0700 Subject: [PATCH 04/24] i18n(de): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/de/component-wallet-simulator.json | 3 ++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.manifests/src/intl/de/component-wallet-simulator.json/source.json b/.manifests/src/intl/de/component-wallet-simulator.json/source.json index 8715c2603e3..ba622e8a04d 100644 --- a/.manifests/src/intl/de/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/de/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:58:55.039Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:14:49.619Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/de/component-wallet-simulator.json b/src/intl/de/component-wallet-simulator.json index 825e74474ed..a939cd5a1fd 100644 --- a/src/intl/de/component-wallet-simulator.json +++ b/src/intl/de/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "Zurück", + "sim-more-info": "Weitere Informationen", "sim-your-total": "Dein Gesamtguthaben", "sim-send": "Senden", "sim-receive": "Empfangen", @@ -162,4 +163,4 @@ "sim-cw-logged-in": "Du bist eingeloggt!", "sim-cw-connect-account": "Konto verbinden?", "sim-cw-search-website": "Suchen oder Website eingeben" -} \ No newline at end of file +} From 072998022eaa832f28a6e3c24eb2b91196c84a97 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:29 -0700 Subject: [PATCH 05/24] i18n(es): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/es/component-wallet-simulator.json | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.manifests/src/intl/es/component-wallet-simulator.json/source.json b/.manifests/src/intl/es/component-wallet-simulator.json/source.json index 341bae58c4c..8ca7bae0d04 100644 --- a/.manifests/src/intl/es/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/es/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:57:29.293Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:15:12.261Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/es/component-wallet-simulator.json b/src/intl/es/component-wallet-simulator.json index 88953771e55..d20b7000b99 100644 --- a/src/intl/es/component-wallet-simulator.json +++ b/src/intl/es/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "Atrás", + "sim-more-info": "Más información", "sim-your-total": "Tu total", "sim-send": "Enviar", "sim-receive": "Recibir", From 3914101b30814c0e57006b0bb65ec5ed119e5c88 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:30 -0700 Subject: [PATCH 06/24] i18n(fr): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/fr/component-wallet-simulator.json | 3 ++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.manifests/src/intl/fr/component-wallet-simulator.json/source.json b/.manifests/src/intl/fr/component-wallet-simulator.json/source.json index 0db03107b91..21523a6e633 100644 --- a/.manifests/src/intl/fr/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/fr/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:58:52.379Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:14:57.970Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/fr/component-wallet-simulator.json b/src/intl/fr/component-wallet-simulator.json index 8c5bd2268e5..7482a0baff8 100644 --- a/src/intl/fr/component-wallet-simulator.json +++ b/src/intl/fr/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "Retour", + "sim-more-info": "Plus d'infos", "sim-your-total": "Votre total", "sim-send": "Envoyer", "sim-receive": "Recevoir", @@ -162,4 +163,4 @@ "sim-cw-logged-in": "Vous êtes connecté !", "sim-cw-connect-account": "Connecter le compte ?", "sim-cw-search-website": "Rechercher ou entrer un site Web" -} \ No newline at end of file +} From 43a26bcc0fb396868bf18a55a975498119065df2 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:31 -0700 Subject: [PATCH 07/24] i18n(hi): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/hi/component-wallet-simulator.json | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.manifests/src/intl/hi/component-wallet-simulator.json/source.json b/.manifests/src/intl/hi/component-wallet-simulator.json/source.json index 004cd372862..4a732f1a2e1 100644 --- a/.manifests/src/intl/hi/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/hi/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:58:48.361Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:15:04.071Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/hi/component-wallet-simulator.json b/src/intl/hi/component-wallet-simulator.json index 2ee78a20a70..0ce573e21c8 100644 --- a/src/intl/hi/component-wallet-simulator.json +++ b/src/intl/hi/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "पीछे", + "sim-more-info": "अधिक जानकारी", "sim-your-total": "आपका कुल", "sim-send": "भेजें", "sim-receive": "प्राप्त करें", From 6301fde7bd88bb86265599597ab4deeecdf23da1 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:32 -0700 Subject: [PATCH 08/24] i18n(id): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/id/component-wallet-simulator.json | 3 ++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.manifests/src/intl/id/component-wallet-simulator.json/source.json b/.manifests/src/intl/id/component-wallet-simulator.json/source.json index 52815edaeeb..45efb523dfd 100644 --- a/.manifests/src/intl/id/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/id/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:58:44.457Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:19:01.540Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/id/component-wallet-simulator.json b/src/intl/id/component-wallet-simulator.json index 51131c758cb..50efa606241 100644 --- a/src/intl/id/component-wallet-simulator.json +++ b/src/intl/id/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "Kembali", + "sim-more-info": "Info lebih lanjut", "sim-your-total": "Total Anda", "sim-send": "Kirim", "sim-receive": "Terima", @@ -162,4 +163,4 @@ "sim-cw-logged-in": "Anda sudah masuk!", "sim-cw-connect-account": "Hubungkan akun?", "sim-cw-search-website": "Cari atau masukkan situs web" -} \ No newline at end of file +} From 353c88f293c10ec9e3fa3c6652f6c528ab360147 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:33 -0700 Subject: [PATCH 09/24] i18n(it): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/it/component-wallet-simulator.json | 3 ++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.manifests/src/intl/it/component-wallet-simulator.json/source.json b/.manifests/src/intl/it/component-wallet-simulator.json/source.json index da694217e91..8191b3803a3 100644 --- a/.manifests/src/intl/it/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/it/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:58:57.592Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:14:41.663Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/it/component-wallet-simulator.json b/src/intl/it/component-wallet-simulator.json index e937ea127dd..da98b97abb8 100644 --- a/src/intl/it/component-wallet-simulator.json +++ b/src/intl/it/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "Indietro", + "sim-more-info": "Maggiori informazioni", "sim-your-total": "Il tuo totale", "sim-send": "Invia", "sim-receive": "Ricevi", @@ -162,4 +163,4 @@ "sim-cw-logged-in": "Hai effettuato l'accesso!", "sim-cw-connect-account": "Connettere l'account?", "sim-cw-search-website": "Cerca o inserisci il sito web" -} \ No newline at end of file +} From 6f4b37316127c3d2994b7305ecff4c6fbbcf1f29 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:34 -0700 Subject: [PATCH 10/24] i18n(ja): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/ja/component-wallet-simulator.json | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.manifests/src/intl/ja/component-wallet-simulator.json/source.json b/.manifests/src/intl/ja/component-wallet-simulator.json/source.json index dff2487a7ce..66b885e4d88 100644 --- a/.manifests/src/intl/ja/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/ja/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:59:06.771Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:17:22.275Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/ja/component-wallet-simulator.json b/src/intl/ja/component-wallet-simulator.json index 5c497270cd9..235c33890bc 100644 --- a/src/intl/ja/component-wallet-simulator.json +++ b/src/intl/ja/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "戻る", + "sim-more-info": "詳細情報", "sim-your-total": "合計残高", "sim-send": "送信", "sim-receive": "受信", From 8ec4ef62dcab5b62db94f0f5a1e98b627364c7bc Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:34 -0700 Subject: [PATCH 11/24] i18n(ko): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/ko/component-wallet-simulator.json | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.manifests/src/intl/ko/component-wallet-simulator.json/source.json b/.manifests/src/intl/ko/component-wallet-simulator.json/source.json index 31f4aec1148..b8c69c67016 100644 --- a/.manifests/src/intl/ko/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/ko/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:59:15.840Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:14:51.615Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/ko/component-wallet-simulator.json b/src/intl/ko/component-wallet-simulator.json index 11e755294f2..070c4e5825b 100644 --- a/src/intl/ko/component-wallet-simulator.json +++ b/src/intl/ko/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "뒤로", + "sim-more-info": "자세한 정보", "sim-your-total": "총액", "sim-send": "보내기", "sim-receive": "받기", From 87d684e81383f96ffd6a1b8945d85073022ddaa2 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:35 -0700 Subject: [PATCH 12/24] i18n(mr): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/mr/component-wallet-simulator.json | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.manifests/src/intl/mr/component-wallet-simulator.json/source.json b/.manifests/src/intl/mr/component-wallet-simulator.json/source.json index d0a0f3d2055..8f248c47b74 100644 --- a/.manifests/src/intl/mr/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/mr/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:59:17.264Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:14:39.811Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/mr/component-wallet-simulator.json b/src/intl/mr/component-wallet-simulator.json index d2da5d0977b..e6fec8614fa 100644 --- a/src/intl/mr/component-wallet-simulator.json +++ b/src/intl/mr/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "मागे", + "sim-more-info": "अधिक माहिती", "sim-your-total": "तुमची एकूण रक्कम", "sim-send": "पाठवा", "sim-receive": "प्राप्त करा", From 3b7a92eb6f100287122a9a8ea3493034ea2fe173 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:36 -0700 Subject: [PATCH 13/24] i18n(pl): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/pl/component-wallet-simulator.json | 3 ++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.manifests/src/intl/pl/component-wallet-simulator.json/source.json b/.manifests/src/intl/pl/component-wallet-simulator.json/source.json index b0815caf45f..07c197a0b0b 100644 --- a/.manifests/src/intl/pl/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/pl/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:59:21.136Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:14:37.636Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/pl/component-wallet-simulator.json b/src/intl/pl/component-wallet-simulator.json index 928994427ae..829b6cbf1db 100644 --- a/src/intl/pl/component-wallet-simulator.json +++ b/src/intl/pl/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "Wróć", + "sim-more-info": "Więcej informacji", "sim-your-total": "Twoje saldo", "sim-send": "Wyślij", "sim-receive": "Odbierz", @@ -162,4 +163,4 @@ "sim-cw-logged-in": "Jesteś zalogowany!", "sim-cw-connect-account": "Połączyć konto?", "sim-cw-search-website": "Szukaj lub wprowadź adres strony" -} \ No newline at end of file +} From 6c43f6522b4d2613f866eacc32bb7cae7c04b5e4 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:37 -0700 Subject: [PATCH 14/24] i18n(pt-br): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/pt-br/component-wallet-simulator.json | 3 ++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.manifests/src/intl/pt-br/component-wallet-simulator.json/source.json b/.manifests/src/intl/pt-br/component-wallet-simulator.json/source.json index b834879afe1..32b244adc9d 100644 --- a/.manifests/src/intl/pt-br/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/pt-br/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:59:10.628Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:14:43.627Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/pt-br/component-wallet-simulator.json b/src/intl/pt-br/component-wallet-simulator.json index dc3e2abaeef..a47b9fd371d 100644 --- a/src/intl/pt-br/component-wallet-simulator.json +++ b/src/intl/pt-br/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "Voltar", + "sim-more-info": "Mais informações", "sim-your-total": "Seu total", "sim-send": "Enviar", "sim-receive": "Receber", @@ -162,4 +163,4 @@ "sim-cw-logged-in": "Você está conectado!", "sim-cw-connect-account": "Conectar conta?", "sim-cw-search-website": "Pesquisar ou inserir site" -} \ No newline at end of file +} From 3c6e2f26a75d295a6d353c0388be0b7d56faa3d0 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:38 -0700 Subject: [PATCH 15/24] i18n(ru): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/ru/component-wallet-simulator.json | 3 ++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.manifests/src/intl/ru/component-wallet-simulator.json/source.json b/.manifests/src/intl/ru/component-wallet-simulator.json/source.json index 53322dbece7..dca102d6f8d 100644 --- a/.manifests/src/intl/ru/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/ru/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:59:41.932Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:14:47.746Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/ru/component-wallet-simulator.json b/src/intl/ru/component-wallet-simulator.json index 815e32158b7..5361d6bf1a4 100644 --- a/src/intl/ru/component-wallet-simulator.json +++ b/src/intl/ru/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "Назад", + "sim-more-info": "Подробнее", "sim-your-total": "Ваш баланс", "sim-send": "Отправить", "sim-receive": "Получить", @@ -162,4 +163,4 @@ "sim-cw-logged-in": "Вы вошли в систему!", "sim-cw-connect-account": "Подключить аккаунт?", "sim-cw-search-website": "Поиск или ввод веб-сайта" -} \ No newline at end of file +} From 452d891e0aa02481adbcf25aa754e2361d987d90 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:39 -0700 Subject: [PATCH 16/24] i18n(sw): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/sw/component-wallet-simulator.json | 3 ++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.manifests/src/intl/sw/component-wallet-simulator.json/source.json b/.manifests/src/intl/sw/component-wallet-simulator.json/source.json index b62cae78948..7cd8cee7d71 100644 --- a/.manifests/src/intl/sw/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/sw/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:59:45.699Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:14:45.724Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/sw/component-wallet-simulator.json b/src/intl/sw/component-wallet-simulator.json index 93c1f9988cb..cdbfba6a3b2 100644 --- a/src/intl/sw/component-wallet-simulator.json +++ b/src/intl/sw/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "Nyuma", + "sim-more-info": "Maelezo zaidi", "sim-your-total": "Jumla yako", "sim-send": "Tuma", "sim-receive": "Pokea", @@ -162,4 +163,4 @@ "sim-cw-logged-in": "Umeingia!", "sim-cw-connect-account": "Unganisha akaunti?", "sim-cw-search-website": "Tafuta au weka tovuti" -} \ No newline at end of file +} From 55a8edbede36026336e4fda34880ac18e8b79177 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:40 -0700 Subject: [PATCH 17/24] i18n(ta): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/ta/component-wallet-simulator.json | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.manifests/src/intl/ta/component-wallet-simulator.json/source.json b/.manifests/src/intl/ta/component-wallet-simulator.json/source.json index b0fd78237f6..56d856c8584 100644 --- a/.manifests/src/intl/ta/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/ta/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:59:57.701Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:15:54.251Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/ta/component-wallet-simulator.json b/src/intl/ta/component-wallet-simulator.json index 84f709a8ecc..3cbd8c1dcac 100644 --- a/src/intl/ta/component-wallet-simulator.json +++ b/src/intl/ta/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "பின்செல்", + "sim-more-info": "மேலும் தகவல்", "sim-your-total": "உங்கள் மொத்தம்", "sim-send": "அனுப்பு", "sim-receive": "பெறு", From 0bd425e92727da116204e9e633f52e31e2c1d87e Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:40 -0700 Subject: [PATCH 18/24] i18n(te): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/te/component-wallet-simulator.json | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.manifests/src/intl/te/component-wallet-simulator.json/source.json b/.manifests/src/intl/te/component-wallet-simulator.json/source.json index 7cdb6064605..95e609c3672 100644 --- a/.manifests/src/intl/te/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/te/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T20:59:56.483Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:18:09.761Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/te/component-wallet-simulator.json b/src/intl/te/component-wallet-simulator.json index 55d09c8703d..b3adcb56854 100644 --- a/src/intl/te/component-wallet-simulator.json +++ b/src/intl/te/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "వెనుకకు", + "sim-more-info": "మరింత సమాచారం", "sim-your-total": "మీ మొత్తం", "sim-send": "పంపండి", "sim-receive": "స్వీకరించండి", From 9573285b00af72d12f3154978735e115eed2ebde Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:41 -0700 Subject: [PATCH 19/24] i18n(tr): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/tr/component-wallet-simulator.json | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.manifests/src/intl/tr/component-wallet-simulator.json/source.json b/.manifests/src/intl/tr/component-wallet-simulator.json/source.json index bbd7807f649..ccb007cc222 100644 --- a/.manifests/src/intl/tr/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/tr/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T21:00:25.509Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:18:16.427Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/tr/component-wallet-simulator.json b/src/intl/tr/component-wallet-simulator.json index 83f2c55e7ed..db74e8bb7b9 100644 --- a/src/intl/tr/component-wallet-simulator.json +++ b/src/intl/tr/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "Geri", + "sim-more-info": "Daha fazla bilgi", "sim-your-total": "Toplamınız", "sim-send": "Gönder", "sim-receive": "Al", From 7d30abc880088aa5b63cb447f0c50c63d7b27d78 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:42 -0700 Subject: [PATCH 20/24] i18n(uk): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/uk/component-wallet-simulator.json | 3 ++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.manifests/src/intl/uk/component-wallet-simulator.json/source.json b/.manifests/src/intl/uk/component-wallet-simulator.json/source.json index ab3ed6676e8..499d829d257 100644 --- a/.manifests/src/intl/uk/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/uk/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T21:00:36.288Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:23:22.828Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/uk/component-wallet-simulator.json b/src/intl/uk/component-wallet-simulator.json index 780aef59bcd..3fb3e03a656 100644 --- a/src/intl/uk/component-wallet-simulator.json +++ b/src/intl/uk/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "Назад", + "sim-more-info": "Детальніше", "sim-your-total": "Ваша загальна сума", "sim-send": "Надіслати", "sim-receive": "Отримати", @@ -162,4 +163,4 @@ "sim-cw-logged-in": "Ви увійшли в систему!", "sim-cw-connect-account": "Підключити акаунт?", "sim-cw-search-website": "Шукати або ввести вебсайт" -} \ No newline at end of file +} From 00d84bc93b0fa79d8ccf7ca28b333dfa12093e80 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:43 -0700 Subject: [PATCH 21/24] i18n(ur): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/ur/component-wallet-simulator.json | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.manifests/src/intl/ur/component-wallet-simulator.json/source.json b/.manifests/src/intl/ur/component-wallet-simulator.json/source.json index 99bc30f637c..c3fbf859064 100644 --- a/.manifests/src/intl/ur/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/ur/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T21:00:46.882Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:15:31.107Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/ur/component-wallet-simulator.json b/src/intl/ur/component-wallet-simulator.json index 3c35fcfa22e..385e122c00b 100644 --- a/src/intl/ur/component-wallet-simulator.json +++ b/src/intl/ur/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "واپس", + "sim-more-info": "مزید معلومات", "sim-your-total": "آپ کا کل", "sim-send": "بھیجیں", "sim-receive": "وصول کریں", From 3d5e4d83f6cef5b40da6126a1e0c5c039c04af55 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:44 -0700 Subject: [PATCH 22/24] i18n(vi): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/vi/component-wallet-simulator.json | 3 ++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.manifests/src/intl/vi/component-wallet-simulator.json/source.json b/.manifests/src/intl/vi/component-wallet-simulator.json/source.json index 9f0bc40354a..de214d5a336 100644 --- a/.manifests/src/intl/vi/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/vi/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T21:00:30.665Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:15:33.221Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/vi/component-wallet-simulator.json b/src/intl/vi/component-wallet-simulator.json index 9061944be0b..254d63f0e10 100644 --- a/src/intl/vi/component-wallet-simulator.json +++ b/src/intl/vi/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "Quay lại", + "sim-more-info": "Thông tin thêm", "sim-your-total": "Tổng của bạn", "sim-send": "Gửi", "sim-receive": "Nhận", @@ -162,4 +163,4 @@ "sim-cw-logged-in": "Bạn đã đăng nhập!", "sim-cw-connect-account": "Kết nối Tài khoản?", "sim-cw-search-website": "Tìm kiếm hoặc nhập trang web" -} \ No newline at end of file +} From a61dc025cc3312e293c1f74b47a74df37ccf8d54 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:45 -0700 Subject: [PATCH 23/24] i18n(zh): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/zh/component-wallet-simulator.json | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.manifests/src/intl/zh/component-wallet-simulator.json/source.json b/.manifests/src/intl/zh/component-wallet-simulator.json/source.json index f0fea638006..b0bda328c75 100644 --- a/.manifests/src/intl/zh/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/zh/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T21:00:34.917Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:15:38.330Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/zh/component-wallet-simulator.json b/src/intl/zh/component-wallet-simulator.json index 50488f647e1..f273979c22e 100644 --- a/src/intl/zh/component-wallet-simulator.json +++ b/src/intl/zh/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "返回", + "sim-more-info": "更多信息", "sim-your-total": "你的总额", "sim-send": "发送", "sim-receive": "接收", From 7763d8e698db8a35ba391ad7f3e32d036ceedfd3 Mon Sep 17 00:00:00 2001 From: wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:23:46 -0700 Subject: [PATCH 24/24] i18n(zh-tw): LLM translation Co-Authored-By: Gemini --- .../component-wallet-simulator.json/source.json | 15 ++++++++++----- src/intl/zh-tw/component-wallet-simulator.json | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.manifests/src/intl/zh-tw/component-wallet-simulator.json/source.json b/.manifests/src/intl/zh-tw/component-wallet-simulator.json/source.json index 62d6a7b187f..af230a65409 100644 --- a/.manifests/src/intl/zh-tw/component-wallet-simulator.json/source.json +++ b/.manifests/src/intl/zh-tw/component-wallet-simulator.json/source.json @@ -1,16 +1,20 @@ { "version": 1, "sourceFile": "src/intl/en/component-wallet-simulator.json", - "generatedAt": "2026-04-18T21:00:38.966Z", - "rootHash": "86f422ca5b5e", + "generatedAt": "2026-04-20T15:20:04.184Z", + "rootHash": "dc3bc3308e2c", "tree": { - "contentHash": "cea939fc065a", - "anchorHash": "3681c571b02c", + "contentHash": "cbea2396a120", + "anchorHash": "ccb96eed7282", "children": { "sim-back": { "contentHash": "76900f1bfd16", "anchorHash": "e3b0c44298fc" }, + "sim-more-info": { + "contentHash": "7dd4d97d9aae", + "anchorHash": "e3b0c44298fc" + }, "sim-your-total": { "contentHash": "5038762bb0d3", "anchorHash": "e3b0c44298fc" @@ -876,6 +880,7 @@ }, "childrenOrder": [ "sim-back", + "sim-more-info", "sim-your-total", "sim-send", "sim-receive", @@ -1040,5 +1045,5 @@ "sim-cw-search-website" ] }, - "sourceCommitSha": "b92b89be9b3b7d3827fcee4d562ce76560cf717b" + "sourceCommitSha": "291369439fa61b40cb4116a5e6b9b918940a5fad" } diff --git a/src/intl/zh-tw/component-wallet-simulator.json b/src/intl/zh-tw/component-wallet-simulator.json index 22941f440d7..82a83974848 100644 --- a/src/intl/zh-tw/component-wallet-simulator.json +++ b/src/intl/zh-tw/component-wallet-simulator.json @@ -1,5 +1,6 @@ { "sim-back": "返回", + "sim-more-info": "更多資訊", "sim-your-total": "你的總計", "sim-send": "發送", "sim-receive": "接收",