commit 00b7f799411f41fc544a0518a304a0cf29d58fa1 parent 4df9f4b5462e755e969f15040457a2a106b7d2fb Author: Florian Dold <dold@taler.net> Date: Mon, 24 Aug 2026 02:53:23 +0200 AML web UI: translate the IBAN length error Diffstat:
7 files changed, 45 insertions(+), 1 deletion(-)
diff --git a/packages/taler-exchange-aml-webui/src/i18n/aml-backoffice.pot b/packages/taler-exchange-aml-webui/src/i18n/aml-backoffice.pot @@ -1757,6 +1757,11 @@ msgstr "" #. screenid: 111 #: packages/taler-exchange-aml-webui/src/pages/Search.tsx:597 +msgid "IBAN length is invalid for this country." +msgstr "" + +#. screenid: 111 +#: packages/taler-exchange-aml-webui/src/pages/Search.tsx:597 msgid "It should only contain numbers and letters." msgstr "" @@ -2110,4 +2115,3 @@ msgstr "" #: packages/taler-exchange-aml-webui/src/components/MeasureList.tsx:105 msgid "A list of all the predefined measures you can use." msgstr "" - diff --git a/packages/taler-exchange-aml-webui/src/i18n/de.po b/packages/taler-exchange-aml-webui/src/i18n/de.po @@ -1876,6 +1876,11 @@ msgstr "IBANs haben mehr als 4 Zeichen." #. screenid: 111 #: packages/taler-exchange-aml-webui/src/pages/Search.tsx:597 +msgid "IBAN length is invalid for this country." +msgstr "Die IBAN-Länge ist für dieses Land ungültig." + +#. screenid: 111 +#: packages/taler-exchange-aml-webui/src/pages/Search.tsx:597 msgid "It should only contain numbers and letters." msgstr "Es sollte nur Zahlen und Buchstaben enthalten." diff --git a/packages/taler-exchange-aml-webui/src/i18n/en.po b/packages/taler-exchange-aml-webui/src/i18n/en.po @@ -1764,6 +1764,11 @@ msgstr "" #. screenid: 111 #: packages/taler-exchange-aml-webui/src/pages/Search.tsx:597 +msgid "IBAN length is invalid for this country." +msgstr "IBAN length is invalid for this country." + +#. screenid: 111 +#: packages/taler-exchange-aml-webui/src/pages/Search.tsx:597 msgid "It should only contain numbers and letters." msgstr "" diff --git a/packages/taler-exchange-aml-webui/src/i18n/es.po b/packages/taler-exchange-aml-webui/src/i18n/es.po @@ -1863,6 +1863,11 @@ msgstr "Los IBAN tienen más de 4 caracteres." #. screenid: 111 #: packages/taler-exchange-aml-webui/src/pages/Search.tsx:597 +msgid "IBAN length is invalid for this country." +msgstr "La longitud del IBAN no es válida para este país." + +#. screenid: 111 +#: packages/taler-exchange-aml-webui/src/pages/Search.tsx:597 msgid "It should only contain numbers and letters." msgstr "Solo debe contener números y letras." diff --git a/packages/taler-exchange-aml-webui/src/i18n/fr.po b/packages/taler-exchange-aml-webui/src/i18n/fr.po @@ -1875,6 +1875,11 @@ msgstr "Les IBAN comportent plus de 4 caractères." #. screenid: 111 #: packages/taler-exchange-aml-webui/src/pages/Search.tsx:597 +msgid "IBAN length is invalid for this country." +msgstr "La longueur de l’IBAN n’est pas valide pour ce pays." + +#. screenid: 111 +#: packages/taler-exchange-aml-webui/src/pages/Search.tsx:597 msgid "It should only contain numbers and letters." msgstr "Il ne doit contenir que des chiffres et des lettres." diff --git a/packages/taler-exchange-aml-webui/src/i18n/it.po b/packages/taler-exchange-aml-webui/src/i18n/it.po @@ -1867,6 +1867,11 @@ msgstr "Gli IBAN hanno più di 4 caratteri." #. screenid: 111 #: packages/taler-exchange-aml-webui/src/pages/Search.tsx:597 +msgid "IBAN length is invalid for this country." +msgstr "La lunghezza dell'IBAN non è valida per questo paese." + +#. screenid: 111 +#: packages/taler-exchange-aml-webui/src/pages/Search.tsx:597 msgid "It should only contain numbers and letters." msgstr "Deve contenere solo numeri e lettere." diff --git a/packages/taler-exchange-aml-webui/src/i18n/strings.ts b/packages/taler-exchange-aml-webui/src/i18n/strings.ts @@ -976,6 +976,9 @@ strings['it'] = { "IBANs have more than 4 characters.": [ "Gli IBAN hanno più di 4 caratteri." ], + "IBAN length is invalid for this country.": [ + "La lunghezza dell'IBAN non è valida per questo paese." + ], "It should only contain numbers and letters.": [ "Deve contenere solo numeri e lettere." ], @@ -2171,6 +2174,9 @@ strings['fr'] = { "IBANs have more than 4 characters.": [ "Les IBAN comportent plus de 4 caractères." ], + "IBAN length is invalid for this country.": [ + "La longueur de l’IBAN n’est pas valide pour ce pays." + ], "It should only contain numbers and letters.": [ "Il ne doit contenir que des chiffres et des lettres." ], @@ -3366,6 +3372,9 @@ strings['es'] = { "IBANs have more than 4 characters.": [ "Los IBAN tienen más de 4 caracteres." ], + "IBAN length is invalid for this country.": [ + "La longitud del IBAN no es válida para este país." + ], "It should only contain numbers and letters.": [ "Solo debe contener números y letras." ], @@ -4630,6 +4639,9 @@ strings['en'] = { "IBANs have more than 4 characters.": [ "" ], + "IBAN length is invalid for this country.": [ + "IBAN length is invalid for this country." + ], "It should only contain numbers and letters.": [ "" ], @@ -5840,6 +5852,9 @@ strings['de'] = { "IBANs have more than 4 characters.": [ "IBANs haben mehr als 4 Zeichen." ], + "IBAN length is invalid for this country.": [ + "Die IBAN-Länge ist für dieses Land ungültig." + ], "It should only contain numbers and letters.": [ "Es sollte nur Zahlen und Buchstaben enthalten." ],