From 50f8f3c6e10d3d330bc02bfd2e6fd46d3b14e02c Mon Sep 17 00:00:00 2001 From: Maria Hosfeld Date: Wed, 29 Nov 2023 09:50:48 +0000 Subject: [PATCH] =?UTF-8?q?Language=20update=20from=20LingoHub=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Project Name: Planet Donations Project Link: https://translate.lingohub.com/plant-for-the-planet/dashboard/planet-donations User: Maria Hosfeld Easy language translations with LingoHub 🚀 --- public/locales/cs/common.json | 2 -- public/locales/de/common.json | 10 ++++++++-- public/locales/en/common.json | 2 +- public/locales/es/common.json | 2 -- public/locales/fr/common.json | 2 -- public/locales/it/common.json | 2 -- public/locales/pt-BR/common.json | 2 -- 7 files changed, 9 insertions(+), 13 deletions(-) diff --git a/public/locales/cs/common.json b/public/locales/cs/common.json index 348476c8..3123d367 100644 --- a/public/locales/cs/common.json +++ b/public/locales/cs/common.json @@ -19,13 +19,11 @@ "firstNameRequired": "Křestní jméno je vyžadováno", "lastName": "Příjmení", "lastNameRequired": "Příjmení je vyžadováno", - "atLeast3LettersRequired": "Alespoň 3 písmena vyžadovány", "address": "Adresa", "addressRequired": "Adresa je vyžadována", "city": "Město", "cityRequired": "Město je vyžadováno", "zipCode": "PSČ", - "zipCodeAlphaNumValidation": "PSČ je neplatné", "country": "Země", "countryRequired": "Země je vyžadována", "isACompanyDonation": "Dar je učiněn firmou", diff --git a/public/locales/de/common.json b/public/locales/de/common.json index 8214a67e..32cdb480 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -17,21 +17,27 @@ "contactDetails": "Kontaktdetails", "firstName": "Vorname", "firstNameRequired": "Vorname ist erforderlich", + "firstNameInvalid": "Vorname ist ungültig. Er kann nicht mit einem Sonderzeichen beginnen, und nur diese Sonderzeichen sind erlaubt: Leerzeichen ' . -", "lastName": "Nachname", "lastNameRequired": "Nachname ist erforderlich", - "atLeast3LettersRequired": "Mindestens drei Buchstaben erforderlich", + "lastNameInvalid": "Nachname ist ungültig. Er kann kann nicht mit einem Sonderzeichen beginnen, und nur diese Sonderzeichen sind erlaubt: Leerzeichen ' . -", + "max50Chars": "Maximal 50 Buchstaben.", "address": "Adresse", "addressRequired": "Adresse ist erforderlich", + "addressInvalid": "Adresse ist ungültig. Nur diese Sonderzeichen sind erlaubt: Leerzeichen . , # - /", "city": "Stadt", "cityRequired": "Stadt ist erforderlich", + "cityInvalid": "Stadt ist ungültig. Nur Buchstaben und diese Sonderzeichen sind erlaubt: Leerzeichen . , ( ) -", "zipCode": "PLZ", - "zipCodeAlphaNumValidation": "PLZ ist ungültig", + "zipCodeRequired": "Postleitzahl ist ein Pflichtfeld", + "zipCodeInvalid": "Postleitzahl ist ungültig", "country": "Land", "countryRequired": "Land ist erforderlich", "welcomePackageConsent": "Ja, bitte sendet mir das Willkommenspaket (nur EU-Länder).", "isACompanyDonation": "Dies ist eine Firmenspende", "companyName": "Name der Firma", "companyRequired": "Firmenname ist erforderlich", + "companyNameInvalid": "Firmenname ist ungültig. Nur diese Sonderzeichen sind erlaubt: Leerzeichen . , ' & ( ) ! -", "companyUneditableHelpText": "Editiere dein Profil, um den Firmennamen zu aktualisieren.", "askPublishName": "Zeige meinen vollen Namen in der Plant-for-the-Planet-Plattform und Bestenliste an.", "nameAlreadyPublished": "Dein vollständiger Name wird in der Bestenliste angezeigt, da dein Plant-for-the-Planet-Profil derzeit öffentlich ist.", diff --git a/public/locales/en/common.json b/public/locales/en/common.json index ba54bac7..5e202d0a 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -216,4 +216,4 @@ "top_project_standards_fulfilled": "The project inspection revealed that this project fulfilled at least 12 of the 19 Top Project <2>standards.", "standardsLink": "https://www.plant-for-the-planet.org/standards/", "enterValidEmail": "Please enter a valid email" -} +} \ No newline at end of file diff --git a/public/locales/es/common.json b/public/locales/es/common.json index d94240be..b09a135c 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -15,13 +15,11 @@ "firstNameRequired": "Se requiere el nombre de pila", "lastName": "Apellido", "lastNameRequired": "El apellido es obligatorio", - "atLeast3LettersRequired": "Se requieren al menos 3 letras", "address": "Dirección", "addressRequired": "Se requiere la dirección", "city": "Ciudad", "cityRequired": "La ciudad es requerida", "zipCode": "Código postal", - "zipCodeAlphaNumValidation": "El código postal no es válido", "country": "País", "countryRequired": "Se requiere el país", "isACompanyDonation": "Esta donación la realiza una empresa", diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 32aa8107..02aa0918 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -17,13 +17,11 @@ "firstNameRequired": "Prénom requis", "lastName": "Nom de famille", "lastNameRequired": "Nom de famille requis", - "atLeast3LettersRequired": "Au moins 3 lettres requises", "address": "Adresse", "addressRequired": "Adresse requise", "city": "Ville", "cityRequired": "Ville requise", "zipCode": "Code postal", - "zipCodeAlphaNumValidation": "Le code postal n'est pas valide", "country": "Pays", "countryRequired": "Pays requis", "isACompanyDonation": "Ce don est effectué par une entreprise", diff --git a/public/locales/it/common.json b/public/locales/it/common.json index f30c2e6c..2e67e0c4 100644 --- a/public/locales/it/common.json +++ b/public/locales/it/common.json @@ -15,13 +15,11 @@ "firstNameRequired": "Il nome è richiesto", "lastName": "Nome", "lastNameRequired": "Il cognome è richiesto", - "atLeast3LettersRequired": "Almeno 3 lettere richieste", "address": "Indirizzo", "addressRequired": "L'indirizzo è richiesto", "city": "Città", "cityRequired": "La città è richiesta", "zipCode": "Codice postale", - "zipCodeAlphaNumValidation": "Il codice postale non è valido", "country": "Paese", "countryRequired": "Il paese è richiesto", "isACompanyDonation": "Questa donazione è fatta da una società", diff --git a/public/locales/pt-BR/common.json b/public/locales/pt-BR/common.json index 70d601a1..794dce13 100644 --- a/public/locales/pt-BR/common.json +++ b/public/locales/pt-BR/common.json @@ -19,13 +19,11 @@ "firstNameRequired": "O primeiro nome é obrigatório", "lastName": "Sobrenome", "lastNameRequired": "Sobrenome é obrigatório", - "atLeast3LettersRequired": "Pelo menos 3 letras são necessárias", "address": "Endereço", "addressRequired": "O endereço é obrigatório", "city": "Cidade", "cityRequired": "Cidade é obrigatória", "zipCode": "Código Postal", - "zipCodeAlphaNumValidation": "O código postal é inválido", "country": "País", "countryRequired": "O país é exigido", "isACompanyDonation": "Esta doação é feita por uma empresa",