From 9cc8d39c3966cb96ab2f62e5957d7b9accd131d0 Mon Sep 17 00:00:00 2001 From: Reda DAOUDI Date: Thu, 5 Mar 2020 11:31:37 +0100 Subject: [PATCH] [Validator] Add two missing translations for the Arabic (ar) locale --- .../Validator/Resources/translations/validators.ar.xlf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf index 79dab63d7de5..7c509b482250 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ar.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 }}. + يجب أن يكون عدد العناصر في هذه المجموعة مضاعف {{ compared_value }}. +