From 5bae90ed464039beeb012547f2ec233293ed15db Mon Sep 17 00:00:00 2001 From: Sebastiaan Stok Date: Sun, 1 Sep 2024 17:02:01 +0200 Subject: [PATCH] Fix broken translations - Wrong argument placeholder - Wrong translation-id - Add missing encoding --- Resources/translations/validators.en.xlf | 10 +++++----- Resources/translations/validators.nl.xlf | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Resources/translations/validators.en.xlf b/Resources/translations/validators.en.xlf index 3bdbf48..4fc4495 100644 --- a/Resources/translations/validators.en.xlf +++ b/Resources/translations/validators.en.xlf @@ -1,14 +1,14 @@ - - - + + + This value is not a registrable domain name. This value is not a registrable domain name. - This value exceeds the "{registrable}" part of the domain-name. - This value exceeds the "{registrable}" part of the domain-name. + This value exceeds the registrable "{{ registrable }}" part of the domain-name. + This value exceeds the registrable "{{ registrable }}" part of the domain-name. This value contains a domain-name suffix that is not publicly registrable. diff --git a/Resources/translations/validators.nl.xlf b/Resources/translations/validators.nl.xlf index d4d9cfc..7c62c98 100644 --- a/Resources/translations/validators.nl.xlf +++ b/Resources/translations/validators.nl.xlf @@ -1,6 +1,6 @@ - - - + + + This value is not a registrable domain name. @@ -8,7 +8,7 @@ This value exceeds the registrable "{{ registrable }}" part of the domain-name. - Deze waarde overschrijdt het registreerbare "{registrable}" gedeelte van de domainnaam. + Deze waarde overschrijdt het registreerbare "{{ registrable }}" gedeelte van de domainnaam. This value contains a domain-name suffix that is not publicly registrable. @@ -24,7 +24,7 @@ Deze waarde bevat geen geldige domeinnaam suffix. - This value does not contain a domeinnaam suffix that is supported by ICANN. + This value does not contain a domain-name suffix that is supported by ICANN. Deze waarde bevat geen domeinnaam suffix welke ondersteund is door ICANN.