Skip to content

Commit 6724c25

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: clean up code for doctrine/persistence 2.x Generate missing translations using Gemini
2 parents f50309e + 75303aa commit 6724c25

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+455
-241
lines changed

src/Symfony/Bridge/Doctrine/Tests/Security/RememberMe/DoctrineTokenProviderTest.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ protected function bootstrapProvider(): DoctrineTokenProvider
122122
$config = ORMSetup::createConfiguration(true);
123123
$config->setSchemaManagerFactory(new DefaultSchemaManagerFactory());
124124

125-
if (!class_exists(\Doctrine\Persistence\Mapping\Driver\AnnotationDriver::class)) { // doctrine/persistence >= 3.0
126-
$config->setLazyGhostObjectEnabled(true);
127-
}
125+
$config->setLazyGhostObjectEnabled(true);
128126

129127
$connection = DriverManager::getConnection([
130128
'driver' => 'pdo_sqlite',

src/Symfony/Component/Validator/Resources/translations/validators.af.xlf

+10-6
Original file line numberDiff line numberDiff line change
@@ -444,27 +444,31 @@
444444
</trans-unit>
445445
<trans-unit id="114">
446446
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447-
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
447+
<target state="needs-review-translation">Hierdie waarde is te kort. Dit moet ten minste een woord bevat.|Hierdie waarde is te kort. Dit moet ten minste {{ min }} woorde bevat.</target>
448448
</trans-unit>
449449
<trans-unit id="115">
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451-
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
451+
<target state="needs-review-translation">Hierdie waarde is te lank. Dit moet een woord bevat.,Hierdie waarde is te lank. Dit moet {{ max }} woorde of minder bevat.</target>
452452
</trans-unit>
453453
<trans-unit id="116">
454454
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455-
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
455+
<target state="needs-review-translation">Hierdie waarde stel nie 'n geldige week in die ISO 8601-formaat voor nie.</target>
456456
</trans-unit>
457457
<trans-unit id="117">
458458
<source>This value is not a valid week.</source>
459-
<target state="needs-translation">This value is not a valid week.</target>
459+
<target state="needs-review-translation">Hierdie waarde is nie 'n geldige week nie.</target>
460460
</trans-unit>
461461
<trans-unit id="118">
462462
<source>This value should not be before week "{{ min }}".</source>
463-
<target state="needs-translation">This value should not be before week "{{ min }}".</target>
463+
<target state="needs-review-translation">Hierdie waarde mag nie voor week "{{ min }}" wees nie.</target>
464464
</trans-unit>
465465
<trans-unit id="119">
466466
<source>This value should not be after week "{{ max }}".</source>
467-
<target state="needs-translation">This value should not be after week "{{ max }}".</target>
467+
<target state="needs-review-translation">Hierdie waarde mag nie na week "{{ max }}" kom nie.</target>
468+
</trans-unit>
469+
<trans-unit id="120">
470+
<source>This value is not a valid slug.</source>
471+
<target state="needs-review-translation">Hierdie waarde is nie 'n geldige slug nie.</target>
468472
</trans-unit>
469473
</body>
470474
</file>

src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf

+10-6
Original file line numberDiff line numberDiff line change
@@ -444,27 +444,31 @@
444444
</trans-unit>
445445
<trans-unit id="114">
446446
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447-
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
447+
<target state="needs-review-translation">هذه القيمة قصيرة جدًا. يجب أن تحتوي على كلمة واحدة على الأقل.|هذه القيمة قصيرة جدًا. يجب أن تحتوي على {{ min }} كلمة على الأقل.</target>
448448
</trans-unit>
449449
<trans-unit id="115">
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451-
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
451+
<target state="needs-review-translation">هذه القيمة طويلة جدًا. يجب أن تحتوي على كلمة واحدة فقط.|هذه القيمة طويلة جدًا. يجب أن تحتوي على {{ max }} كلمة أو أقل.</target>
452452
</trans-unit>
453453
<trans-unit id="116">
454454
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455-
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
455+
<target state="needs-review-translation">هذه القيمة لا تمثل أسبوعًا صالحًا في تنسيق ISO 8601.</target>
456456
</trans-unit>
457457
<trans-unit id="117">
458458
<source>This value is not a valid week.</source>
459-
<target state="needs-translation">This value is not a valid week.</target>
459+
<target state="needs-review-translation">هذه القيمة ليست أسبوعًا صالحًا.</target>
460460
</trans-unit>
461461
<trans-unit id="118">
462462
<source>This value should not be before week "{{ min }}".</source>
463-
<target state="needs-translation">This value should not be before week "{{ min }}".</target>
463+
<target state="needs-review-translation">يجب ألا تكون هذه القيمة قبل الأسبوع "{{ min }}".</target>
464464
</trans-unit>
465465
<trans-unit id="119">
466466
<source>This value should not be after week "{{ max }}".</source>
467-
<target state="needs-translation">This value should not be after week "{{ max }}".</target>
467+
<target state="needs-review-translation">يجب ألا تكون هذه القيمة بعد الأسبوع "{{ max }}".</target>
468+
</trans-unit>
469+
<trans-unit id="120">
470+
<source>This value is not a valid slug.</source>
471+
<target state="needs-review-translation">هذه القيمة ليست شريحة صالحة.</target>
468472
</trans-unit>
469473
</body>
470474
</file>

src/Symfony/Component/Validator/Resources/translations/validators.az.xlf

+10-6
Original file line numberDiff line numberDiff line change
@@ -444,27 +444,31 @@
444444
</trans-unit>
445445
<trans-unit id="114">
446446
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447-
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
447+
<target state="needs-review-translation">Bu dəyər çox qısadır. Heç olmasa bir söz daxil etməlisiniz.|Bu dəyər çox qısadır. Heç olmasa {{ min }} söz daxil etməlisiniz.</target>
448448
</trans-unit>
449449
<trans-unit id="115">
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451-
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
451+
<target state="needs-review-translation">Bu dəyər çox uzundur. Yalnız bir söz daxil etməlisiniz.|Bu dəyər çox uzundur. {{ max }} və ya daha az söz daxil etməlisiniz.</target>
452452
</trans-unit>
453453
<trans-unit id="116">
454454
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455-
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
455+
<target state="needs-review-translation">Bu dəyər ISO 8601 formatında etibarlı bir həftəni təmsil etmir.</target>
456456
</trans-unit>
457457
<trans-unit id="117">
458458
<source>This value is not a valid week.</source>
459-
<target state="needs-translation">This value is not a valid week.</target>
459+
<target state="needs-review-translation">Bu dəyər etibarlı bir həftə deyil.</target>
460460
</trans-unit>
461461
<trans-unit id="118">
462462
<source>This value should not be before week "{{ min }}".</source>
463-
<target state="needs-translation">This value should not be before week "{{ min }}".</target>
463+
<target state="needs-review-translation">Bu dəyər "{{ min }}" həftəsindən əvvəl olmamalıdır.</target>
464464
</trans-unit>
465465
<trans-unit id="119">
466466
<source>This value should not be after week "{{ max }}".</source>
467-
<target state="needs-translation">This value should not be after week "{{ max }}".</target>
467+
<target state="needs-review-translation">Bu dəyər "{{ max }}" həftəsindən sonra olmamalıdır.</target>
468+
</trans-unit>
469+
<trans-unit id="120">
470+
<source>This value is not a valid slug.</source>
471+
<target state="needs-review-translation">Bu dəyər etibarlı slug deyil.</target>
468472
</trans-unit>
469473
</body>
470474
</file>

src/Symfony/Component/Validator/Resources/translations/validators.be.xlf

+10-6
Original file line numberDiff line numberDiff line change
@@ -444,27 +444,31 @@
444444
</trans-unit>
445445
<trans-unit id="114">
446446
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447-
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
447+
<target state="needs-review-translation">Гэта значэнне занадта кароткае. Яно павінна ўтрымліваць хаця б адно слова.|Гэта значэнне занадта кароткае. Яно павінна ўтрымліваць хаця б {{ min }} словы.</target>
448448
</trans-unit>
449449
<trans-unit id="115">
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451-
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
451+
<target state="needs-review-translation">Гэта значэнне занадта доўгае. Яно павінна ўтрымліваць адно слова.|Гэта значэнне занадта доўгае. Яно павінна ўтрымліваць {{ max }} словы або менш.</target>
452452
</trans-unit>
453453
<trans-unit id="116">
454454
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455-
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
455+
<target state="needs-review-translation">Гэта значэнне не адпавядае правільнаму тыдні ў фармаце ISO 8601.</target>
456456
</trans-unit>
457457
<trans-unit id="117">
458458
<source>This value is not a valid week.</source>
459-
<target state="needs-translation">This value is not a valid week.</target>
459+
<target state="needs-review-translation">Гэта значэнне не з'яўляецца сапраўдным тыднем.</target>
460460
</trans-unit>
461461
<trans-unit id="118">
462462
<source>This value should not be before week "{{ min }}".</source>
463-
<target state="needs-translation">This value should not be before week "{{ min }}".</target>
463+
<target state="needs-review-translation">Гэта значэнне не павінна быць раней за тыдзень "{{ min }}".</target>
464464
</trans-unit>
465465
<trans-unit id="119">
466466
<source>This value should not be after week "{{ max }}".</source>
467-
<target state="needs-translation">This value should not be after week "{{ max }}".</target>
467+
<target state="needs-review-translation">Гэта значэнне не павінна быць пасля тыдня "{{ max }}".</target>
468+
</trans-unit>
469+
<trans-unit id="120">
470+
<source>This value is not a valid slug.</source>
471+
<target state="needs-review-translation">Гэта значэнне не з'яўляецца сапраўдным слугам.</target>
468472
</trans-unit>
469473
</body>
470474
</file>

src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf

+10-6
Original file line numberDiff line numberDiff line change
@@ -444,27 +444,31 @@
444444
</trans-unit>
445445
<trans-unit id="114">
446446
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447-
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
447+
<target state="needs-review-translation">Тази стойност е твърде кратка. Трябва да съдържа поне една дума.|Тази стойност е твърде кратка. Трябва да съдържа поне {{ min }} думи.</target>
448448
</trans-unit>
449449
<trans-unit id="115">
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451-
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
451+
<target state="needs-review-translation">Тази стойност е твърде дълга. Трябва да съдържа само една дума.|Тази стойност е твърде дълга. Трябва да съдържа {{ max }} думи или по-малко.</target>
452452
</trans-unit>
453453
<trans-unit id="116">
454454
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455-
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
455+
<target state="needs-review-translation">Тази стойност не представлява валидна седмица във формат ISO 8601.</target>
456456
</trans-unit>
457457
<trans-unit id="117">
458458
<source>This value is not a valid week.</source>
459-
<target state="needs-translation">This value is not a valid week.</target>
459+
<target state="needs-review-translation">Тази стойност не е валидна седмица.</target>
460460
</trans-unit>
461461
<trans-unit id="118">
462462
<source>This value should not be before week "{{ min }}".</source>
463-
<target state="needs-translation">This value should not be before week "{{ min }}".</target>
463+
<target state="needs-review-translation">Тази стойност не трябва да бъде преди седмица "{{ min }}".</target>
464464
</trans-unit>
465465
<trans-unit id="119">
466466
<source>This value should not be after week "{{ max }}".</source>
467-
<target state="needs-translation">This value should not be after week "{{ max }}".</target>
467+
<target state="needs-review-translation">Тази стойност не трябва да бъде след седмица "{{ max }}".</target>
468+
</trans-unit>
469+
<trans-unit id="120">
470+
<source>This value is not a valid slug.</source>
471+
<target state="needs-review-translation">Тази стойност не е валиден слаг.</target>
468472
</trans-unit>
469473
</body>
470474
</file>

src/Symfony/Component/Validator/Resources/translations/validators.bs.xlf

+10-6
Original file line numberDiff line numberDiff line change
@@ -444,27 +444,31 @@
444444
</trans-unit>
445445
<trans-unit id="114">
446446
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447-
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
447+
<target state="needs-review-translation">Ova vrijednost je prekratka. Trebala bi sadržavati barem jednu riječ.|Ova vrijednost je prekratka. Trebala bi sadržavati barem {{ min }} riječi.</target>
448448
</trans-unit>
449449
<trans-unit id="115">
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451-
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
451+
<target state="needs-review-translation">Ova vrijednost je predugačka. Trebala bi sadržavati samo jednu riječ.|Ova vrijednost je predugačka. Trebala bi sadržavati {{ max }} riječi ili manje.</target>
452452
</trans-unit>
453453
<trans-unit id="116">
454454
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455-
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
455+
<target state="needs-review-translation">Ova vrijednost ne predstavlja valjani tjedan u ISO 8601 formatu.</target>
456456
</trans-unit>
457457
<trans-unit id="117">
458458
<source>This value is not a valid week.</source>
459-
<target state="needs-translation">This value is not a valid week.</target>
459+
<target state="needs-review-translation">Ova vrijednost nije važeća sedmica.</target>
460460
</trans-unit>
461461
<trans-unit id="118">
462462
<source>This value should not be before week "{{ min }}".</source>
463-
<target state="needs-translation">This value should not be before week "{{ min }}".</target>
463+
<target state="needs-review-translation">Ova vrijednost ne smije biti prije tjedna "{{ min }}".</target>
464464
</trans-unit>
465465
<trans-unit id="119">
466466
<source>This value should not be after week "{{ max }}".</source>
467-
<target state="needs-translation">This value should not be after week "{{ max }}".</target>
467+
<target state="needs-review-translation">Ova vrijednost ne bi trebala biti nakon sedmice "{{ max }}".</target>
468+
</trans-unit>
469+
<trans-unit id="120">
470+
<source>This value is not a valid slug.</source>
471+
<target state="needs-review-translation">Ova vrijednost nije važeći slug.</target>
468472
</trans-unit>
469473
</body>
470474
</file>

src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf

+4
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,10 @@
466466
<source>This value should not be after week "{{ max }}".</source>
467467
<target>Aquest valor no ha de ser posterior a la setmana "{{ max }}".</target>
468468
</trans-unit>
469+
<trans-unit id="120">
470+
<source>This value is not a valid slug.</source>
471+
<target state="needs-review-translation">Aquest valor no és un slug vàlid.</target>
472+
</trans-unit>
469473
</body>
470474
</file>
471475
</xliff>

0 commit comments

Comments
 (0)