From e1713862997b29dd91f7203da0db6d4ef38355d6 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 14 Feb 2020 07:56:04 +0100 Subject: [PATCH] sync validator translation files with master --- .../Validator/Resources/translations/validators.de.xlf | 4 ++++ .../Validator/Resources/translations/validators.en.xlf | 4 ++++ .../Validator/Resources/translations/validators.fr.xlf | 4 ++++ .../Validator/Resources/translations/validators.ru.xlf | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf index 8ee3120482..0702e8dfcd 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf @@ -366,6 +366,10 @@ This value should be between {{ min }} and {{ max }}. Dieser Wert sollte zwischen {{ min }} und {{ max }} sein. + + This value is not a valid hostname. + Dieser Wert ist kein gültiger Hostname. + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf index 100d552076..635e6736f6 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf @@ -366,6 +366,10 @@ This value should be between {{ min }} and {{ max }}. This value should be between {{ min }} and {{ max }}. + + This value is not a valid hostname. + This value is not a valid hostname. + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf index dc7e73e3c7..4a7ab3538c 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf @@ -366,6 +366,10 @@ This value should be between {{ min }} and {{ max }}. Cette valeur doit être comprise entre {{ min }} et {{ max }}. + + This value is not a valid hostname. + Cette valeur n'est pas un nom d'hôte valide. + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf index 361be20f79..80911a9902 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf @@ -366,6 +366,10 @@ This value should be between {{ min }} and {{ max }}. Значение должно быть между {{ min }} и {{ max }}. + + This value is not a valid hostname. + Значение не является корректным именем хоста. +