From 563408d437b336e312c22c620d923751a8fffce3 Mon Sep 17 00:00:00 2001 From: Tugba Celebioglu Date: Thu, 10 Oct 2024 19:16:13 +0200 Subject: [PATCH 1/3] Add missing translations for Turkish (tr) --- Resources/translations/validators.tr.xlf | 54 ++++++++++++------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/Resources/translations/validators.tr.xlf b/Resources/translations/validators.tr.xlf index af59485b..5c4157d6 100644 --- a/Resources/translations/validators.tr.xlf +++ b/Resources/translations/validators.tr.xlf @@ -20,7 +20,7 @@ The value you selected is not a valid choice. - Seçtiğiniz değer geçerli bir seçenek değil. + Seçtiğiniz değer geçerli bir seçenek değildir. You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices. @@ -40,7 +40,7 @@ This field is missing. - Bu alan, eksik + Bu alan, eksiktir This value is not a valid date. @@ -60,7 +60,7 @@ The file is not readable. - Dosya okunabilir değil. + Dosya okunabilir değildir. The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}. @@ -100,15 +100,15 @@ This value is not valid. - Bu değer geçerli değil. + Bu değer geçerli değildir. This value is not a valid time. - Bu değer doğru bir saat değil. + Bu değer doğru bir saat değildir. This value is not a valid URL. - Bu değer doğru bir URL değil. + Bu değer doğru bir URL değildir. The two values should be equal. @@ -136,11 +136,11 @@ This value is not a valid IP address. - Bu değer geçerli bir IP adresi değil. + Bu değer geçerli bir IP adresi değildir. This value is not a valid language. - Bu değer geçerli bir lisan değil. + Bu değer geçerli bir lisan değildir. This value is not a valid locale. @@ -192,7 +192,7 @@ No temporary folder was configured in php.ini, or the configured folder does not exist. - php.ini'de geçici bir klasör yapılandırılmadı, veya yapılandırılan klasör mevcut değil. + php.ini'de geçici bir klasör yapılandırılmadı, veya yapılandırılan klasör mevcut değildir. Cannot write temporary file to disk. @@ -224,7 +224,7 @@ This value is not a valid International Bank Account Number (IBAN). - Bu değer geçerli bir Uluslararası Banka Hesap Numarası (IBAN) değil. + Bu değer geçerli bir Uluslararası Banka Hesap Numarası (IBAN) değildir. This value is not a valid ISBN-10. @@ -244,7 +244,7 @@ This value is not a valid currency. - Bu değer geçerli bir para birimi değil. + Bu değer geçerli bir para birimi değildir. This value should be equal to {{ compared_value }}. @@ -312,7 +312,7 @@ This value is not a valid Business Identifier Code (BIC). - Bu değer geçerli bir İşletme Tanımlama Kodu (BIC) değil. + Bu değer geçerli bir İşletme Tanımlama Kodu (BIC) değildir. Error @@ -320,7 +320,7 @@ This value is not a valid UUID. - Bu değer geçerli bir UUID değil. + Bu değer geçerli bir UUID değildir. This value should be a multiple of {{ compared_value }}. @@ -340,7 +340,7 @@ This value should be positive. - Bu değer pozitif olmalı. + Bu değer pozitif olmalıdır. This value should be either positive or zero. @@ -356,7 +356,7 @@ This value is not a valid timezone. - Bu değer, geçerli bir saat dilimi değil. + Bu değer, geçerli bir saat dilimi değildir. This password has been leaked in a data breach, it must not be used. Please use another password. @@ -368,7 +368,7 @@ This value is not a valid hostname. - Bu değer, geçerli bir ana bilgisayar adı değil. + Bu değer, geçerli bir ana bilgisayar adı değildir. The number of elements in this collection should be a multiple of {{ compared_value }}. @@ -384,7 +384,7 @@ This value is not a valid International Securities Identification Number (ISIN). - Bu değer geçerli bir Uluslararası Menkul Kıymetler Kimlik Numarası değil (ISIN). + Bu değer geçerli bir Uluslararası Menkul Kıymetler Kimlik Numarası (ISIN) değildir. This value should be a valid expression. @@ -392,11 +392,11 @@ This value is not a valid CSS color. - Bu değer geçerli bir CSS rengi değil. + Bu değer geçerli bir CSS rengi değildir. This value is not a valid CIDR notation. - Bu değer geçerli bir CIDR yazımı değil. + Bu değer geçerli bir CIDR yazımı değildir. The value of the netmask should be between {{ min }} and {{ max }}. @@ -436,35 +436,35 @@ This value is not a valid MAC address. - Bu değer geçerli bir MAC adresi değil. + Bu değer geçerli bir MAC adresi değildir. This URL is missing a top-level domain. - Bu URL bir üst düzey alan adı eksik. + Bu URL bir üst seviye alan adı eksik. This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words. - This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words. + Bu değer çok kısa. En az bir kelime içermelidir.|Bu değer çok kısa. En az {{ min }} kelime içermelidir. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. - This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + Bu değer çok uzun. Tek bir kelime içermelidir.|Bu değer çok uzun. {{ max }} veya daha az kelime içermelidir. This value does not represent a valid week in the ISO 8601 format. - This value does not represent a valid week in the ISO 8601 format. + Bu değer ISO 8601 formatında geçerli bir haftayı temsil etmezdir. This value is not a valid week. - This value is not a valid week. + Bu değer geçerli hafta değildir. This value should not be before week "{{ min }}". - This value should not be before week "{{ min }}". + Bu değer “{{ min }}” haftasından önce olmamalıdır. This value should not be after week "{{ max }}". - This value should not be after week "{{ max }}". + Bu değer “{{ max }}” haftasından sonra olmamalıdır From 30c69c9852e57be99fe640c514c4e3c35dc4b8df Mon Sep 17 00:00:00 2001 From: symfonyaml Date: Mon, 21 Oct 2024 17:02:42 +0200 Subject: [PATCH 2/3] [Validator] [Choice] Fix callback option if not array returned --- Constraints/ChoiceValidator.php | 3 +++ Tests/Constraints/ChoiceValidatorTest.php | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/Constraints/ChoiceValidator.php b/Constraints/ChoiceValidator.php index a1c47a6b..5fa5318c 100644 --- a/Constraints/ChoiceValidator.php +++ b/Constraints/ChoiceValidator.php @@ -55,6 +55,9 @@ public function validate($value, Constraint $constraint) throw new ConstraintDefinitionException('The Choice constraint expects a valid callback.'); } $choices = $choices(); + if (!is_array($choices)) { + throw new ConstraintDefinitionException(sprintf('The Choice constraint callback "%s" is expected to return an array, but returned "%s".', trim($this->formatValue($constraint->callback), '"'), get_debug_type($choices))); + } } else { $choices = $constraint->choices; } diff --git a/Tests/Constraints/ChoiceValidatorTest.php b/Tests/Constraints/ChoiceValidatorTest.php index 5c3bcc47..d625884e 100644 --- a/Tests/Constraints/ChoiceValidatorTest.php +++ b/Tests/Constraints/ChoiceValidatorTest.php @@ -39,6 +39,11 @@ public function objectMethodCallback() return ['foo', 'bar']; } + public static function staticCallbackInvalid() + { + return null; + } + public function testExpectArrayIfMultipleIsTrue() { $this->expectException(UnexpectedValueException::class); @@ -134,6 +139,19 @@ public function testValidChoiceCallbackContextMethod() $this->assertNoViolation(); } + public function testInvalidChoiceCallbackContextMethod() + { + $this->expectException(ConstraintDefinitionException::class); + $this->expectExceptionMessage('The Choice constraint callback "staticCallbackInvalid" is expected to return an array, but returned "null".'); + + // search $this for "staticCallbackInvalid" + $this->setObject($this); + + $constraint = new Choice(['callback' => 'staticCallbackInvalid']); + + $this->validator->validate('bar', $constraint); + } + public function testValidChoiceCallbackContextObjectMethod() { // search $this for "objectMethodCallback" From 6efac0a6c489fa2362ec327041566fde84a094eb Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 23 Oct 2024 22:16:43 +0200 Subject: [PATCH 3/3] fix translation file syntax --- Resources/translations/validators.tr.xlf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/translations/validators.tr.xlf b/Resources/translations/validators.tr.xlf index 5c4157d6..93848e94 100644 --- a/Resources/translations/validators.tr.xlf +++ b/Resources/translations/validators.tr.xlf @@ -224,7 +224,7 @@ This value is not a valid International Bank Account Number (IBAN). - Bu değer geçerli bir Uluslararası Banka Hesap Numarası (IBAN) değildir. + Bu değer geçerli bir Uluslararası Banka Hesap Numarası (IBAN) değildir. This value is not a valid ISBN-10.