From fbe7362362b00e2686781e7b45caba9321f4f4cb Mon Sep 17 00:00:00 2001 From: Kristijan Kanalas Date: Fri, 9 Aug 2019 15:24:37 +0200 Subject: [PATCH] Added translations in validator for Serbian Latin --- .../translations/validators.sr_Latn.xlf | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf index 1c57f20162e6..018dd1233ac6 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf @@ -334,6 +334,38 @@ This value should be valid JSON. Ova vrednost bi trebalo da bude validan JSON. + + This collection should contain only unique elements. + Ova kolekcija bi trebala da sadrži samo jedinstvene elemente. + + + This value should be positive. + Ova vrednost bi trebala biti pozitivna. + + + This value should be either positive or zero. + Ova vrednost bi trebala biti pozitivna ili nula. + + + This value should be negative. + Ova vrednost bi trebala biti negativna. + + + This value should be either negative or zero. + Ova vrednost bi trebala biti pozitivna ili nula. + + + This value is not a valid timezone. + Ova vrednost nije validna vremenska zona. + + + This password has been leaked in a data breach, it must not be used. Please use another password. + Ova lozinka je kompromitovana prilikom prethodnih napada, nemojte je koristiti. Koristite drugu lozinku. + + + This value should be between {{ min }} and {{ max }}. + Ova vrednost treba da bude između {{ min }} i {{ max }}. +