From af738c0c8f752b8d00020cfdbbcda13da2717103 Mon Sep 17 00:00:00 2001 From: arai Date: Sat, 29 Feb 2020 09:37:39 +0900 Subject: [PATCH] [Validator] add Japanese translation --- .../Validator/Resources/translations/validators.ja.xlf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf index 21e2392c7d..f4e4f69946 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf @@ -366,6 +366,14 @@ This value should be between {{ min }} and {{ max }}. {{ min }}以上{{ max }}以下でなければなりません。 + + This value is not a valid hostname. + 有効なホスト名ではありません。 + + + The number of elements in this collection should be a multiple of {{ compared_value }}. + 要素の数は{{Compare_value}}の倍数でなければなりません。 +