Skip to content

Commit 59b201d

Browse files
[Validator] Update translation for the Video constraint
1 parent 1dd5bd1 commit 59b201d

Some content is hidden

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

58 files changed

+4789
-1
lines changed

src/Symfony/Component/Validator/Constraints/Range.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Range extends Constraint
4747
public $minMessage = 'This value should be {{ limit }} or more.';
4848
public $maxMessage = 'This value should be {{ limit }} or less.';
4949
public $invalidMessage = 'This value should be a valid number.';
50-
public $invalidDateTimeMessage = 'This value should be a valid datetime.';
50+
public $invalidDateTimeMessage = 'This value is not a valid datetime.';
5151
public $min;
5252
public $minPropertyPath;
5353
public $max;

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

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,90 @@
470470
<source>This value is not a valid Twig template.</source>
471471
<target state="needs-review-translation">Hierdie waarde is nie 'n geldige Twig-sjabloon nie.</target>
472472
</trans-unit>
473+
<trans-unit id="122">
474+
<source>This file is not a valid video.</source>
475+
<target state="needs-review-translation">Hierdie lêer is nie 'n geldige video nie.</target>
476+
</trans-unit>
477+
<trans-unit id="123">
478+
<source>The size of the video could not be detected.</source>
479+
<target state="needs-review-translation">Die grootte van die video kon nie bepaal word nie.</target>
480+
</trans-unit>
481+
<trans-unit id="124">
482+
<source>The video width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.</source>
483+
<target state="needs-review-translation">Die videowydte is te groot ({{ width }}px). Toegelate maksimum wydte is {{ max_width }}px.</target>
484+
</trans-unit>
485+
<trans-unit id="125">
486+
<source>The video width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.</source>
487+
<target state="needs-review-translation">Die videobreedte is te klein ({{ width }}px). Minimum verwagte breedte is {{ min_width }}px.</target>
488+
</trans-unit>
489+
<trans-unit id="126">
490+
<source>The video height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.</source>
491+
<target state="needs-review-translation">Die videohoogte is te groot ({{ height }}px). Toegelate maksimum hoogte is {{ max_height }}px.</target>
492+
</trans-unit>
493+
<trans-unit id="127">
494+
<source>The video height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.</source>
495+
<target state="needs-review-translation">Die videohoogte is te klein ({{ height }}px). Minimum hoogte verwag is {{ min_height }}px.</target>
496+
</trans-unit>
497+
<trans-unit id="128">
498+
<source>The video has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.</source>
499+
<target state="needs-review-translation">Die video het te min pixels ({{ pixels }}). Minimum hoeveelheid verwag is {{ min_pixels }}.</target>
500+
</trans-unit>
501+
<trans-unit id="129">
502+
<source>The video has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.</source>
503+
<target state="needs-review-translation">Die video het te veel pixels ({{ pixels }}). Maksimum verwagte hoeveelheid is {{ max_pixels }}.</target>
504+
</trans-unit>
505+
<trans-unit id="130">
506+
<source>The video ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.</source>
507+
<target state="needs-review-translation">Die videoratio is te groot ({{ ratio }}). Toegelate maksimum ratio is {{ max_ratio }}.</target>
508+
</trans-unit>
509+
<trans-unit id="131">
510+
<source>The video ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.</source>
511+
<target state="needs-review-translation">Die videoratio is te klein ({{ ratio }}). Minimum verwagte ratio is {{ min_ratio }}.</target>
512+
</trans-unit>
513+
<trans-unit id="132">
514+
<source>The video is square ({{ width }}x{{ height }}px). Square videos are not allowed.</source>
515+
<target state="needs-review-translation">Die video is vierkantig ({{ width }}x{{ height }}px). Vierkantige video's word nie toegelaat nie.</target>
516+
</trans-unit>
517+
<trans-unit id="133">
518+
<source>The video is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented videos are not allowed.</source>
519+
<target state="needs-review-translation">Die video is landskap georiënteer ({{ width }}x{{ height }} px). Landskapvideo's word nie toegelaat nie.</target>
520+
</trans-unit>
521+
<trans-unit id="134">
522+
<source>The video is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented videos are not allowed.</source>
523+
<target state="needs-review-translation">Die video is portretgeoriënteerd ({{ width }}x{{ height }}px). Portretgeoriënteerde video's word nie toegelaat nie.</target>
524+
</trans-unit>
525+
<trans-unit id="135">
526+
<source>The video file is corrupted.</source>
527+
<target state="needs-review-translation">Die videolêer is korrup.</target>
528+
</trans-unit>
529+
<trans-unit id="136">
530+
<source>The video contains multiple streams. Only one stream is allowed.</source>
531+
<target state="needs-review-translation">Die video bevat veelvuldige strome. Slegs een stroom word toegelaat.</target>
532+
</trans-unit>
533+
<trans-unit id="137">
534+
<source>Unsupported video codec "{{ codec }}".</source>
535+
<target state="needs-review-translation">Nie-ondersteunde videokodek "{{ codec }}".</target>
536+
</trans-unit>
537+
<trans-unit id="138">
538+
<source>Unsupported video container "{{ container }}".</source>
539+
<target state="needs-review-translation">Nie-ondersteunde videohouer "{{ container }}".</target>
540+
</trans-unit>
541+
<trans-unit id="139">
542+
<source>The image file is corrupted.</source>
543+
<target state="needs-review-translation">Die beeldlêer is beskadig.</target>
544+
</trans-unit>
545+
<trans-unit id="140">
546+
<source>The image has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.</source>
547+
<target state="needs-review-translation">Die beeld het te min pixels ({{ pixels }}). Minimum hoeveelheid verwag is {{ min_pixels }}.</target>
548+
</trans-unit>
549+
<trans-unit id="141">
550+
<source>The image has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.</source>
551+
<target state="needs-review-translation">Die beeld het te veel pixels ({{ pixels }}). Maksimum verwagte aantal is {{ max_pixels }}.</target>
552+
</trans-unit>
553+
<trans-unit id="142">
554+
<source>This filename does not match the expected charset.</source>
555+
<target state="needs-review-translation">Hierdie lêernaam stem nie ooreen met die verwagte karakterstel nie.</target>
556+
</trans-unit>
473557
</body>
474558
</file>
475559
</xliff>

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

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,90 @@
470470
<source>This value is not a valid Twig template.</source>
471471
<target>هذه القيمة ليست نموذج Twig صالح.</target>
472472
</trans-unit>
473+
<trans-unit id="122">
474+
<source>This file is not a valid video.</source>
475+
<target state="needs-review-translation">هذا الملف ليس فيديو صالحًا.</target>
476+
</trans-unit>
477+
<trans-unit id="123">
478+
<source>The size of the video could not be detected.</source>
479+
<target state="needs-review-translation">تعذّر اكتشاف حجم الفيديو.</target>
480+
</trans-unit>
481+
<trans-unit id="124">
482+
<source>The video width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.</source>
483+
<target state="needs-review-translation">عرض الفيديو كبير جدًا ({{ width }}px). الحد الأقصى المسموح للعرض هو {{ max_width }}px.</target>
484+
</trans-unit>
485+
<trans-unit id="125">
486+
<source>The video width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.</source>
487+
<target state="needs-review-translation">عرض الفيديو صغير جدًا ({{ width }}px). العرض الأدنى المتوقع هو {{ min_width }} بكسل.</target>
488+
</trans-unit>
489+
<trans-unit id="126">
490+
<source>The video height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.</source>
491+
<target state="needs-review-translation">ارتفاع الفيديو كبير جدًا ({{ height }}px). الحد الأقصى المسموح للارتفاع هو {{ max_height }}px.</target>
492+
</trans-unit>
493+
<trans-unit id="127">
494+
<source>The video height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.</source>
495+
<target state="needs-review-translation">ارتفاع الفيديو صغير جدًا ({{ height }} بكسل). الارتفاع الأدنى المتوقع هو {{ min_height }} بكسل.</target>
496+
</trans-unit>
497+
<trans-unit id="128">
498+
<source>The video has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.</source>
499+
<target state="needs-review-translation">الفيديو يحتوي على عدد قليل جدًا من البكسلات ({{ pixels }}). الحد الأدنى المتوقع هو {{ min_pixels }}.</target>
500+
</trans-unit>
501+
<trans-unit id="129">
502+
<source>The video has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.</source>
503+
<target state="needs-review-translation">الفيديو يحتوي على عدد كبير جدًا من البكسلات ({{ pixels }}). الحد الأقصى المتوقع هو {{ max_pixels }}.</target>
504+
</trans-unit>
505+
<trans-unit id="130">
506+
<source>The video ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.</source>
507+
<target state="needs-review-translation">نسبة الفيديو كبيرة جدًا ({{ ratio }}). الحد الأقصى المسموح للنسبة هو {{ max_ratio }}.</target>
508+
</trans-unit>
509+
<trans-unit id="131">
510+
<source>The video ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.</source>
511+
<target state="needs-review-translation">نسبة الفيديو صغيرة جدًا ({{ ratio }}). النسبة الدنيا المتوقعة هي {{ min_ratio }}.</target>
512+
</trans-unit>
513+
<trans-unit id="132">
514+
<source>The video is square ({{ width }}x{{ height }}px). Square videos are not allowed.</source>
515+
<target state="needs-review-translation">الفيديو مربع ({{ width }}x{{ height }}px). مقاطع الفيديو المربعة غير مسموح بها.</target>
516+
</trans-unit>
517+
<trans-unit id="133">
518+
<source>The video is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented videos are not allowed.</source>
519+
<target state="needs-review-translation">الفيديو بوضعية أفقية ({{ width }}x{{ height }} بكسل). مقاطع الفيديو الأفقية غير مسموح بها.</target>
520+
</trans-unit>
521+
<trans-unit id="134">
522+
<source>The video is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented videos are not allowed.</source>
523+
<target state="needs-review-translation">الفيديو ذو اتجاه عمودي ({{ width }}x{{ height }} بكسل). مقاطع الفيديو ذات الاتجاه العمودي غير مسموح بها.</target>
524+
</trans-unit>
525+
<trans-unit id="135">
526+
<source>The video file is corrupted.</source>
527+
<target state="needs-review-translation">ملف الفيديو تالف.</target>
528+
</trans-unit>
529+
<trans-unit id="136">
530+
<source>The video contains multiple streams. Only one stream is allowed.</source>
531+
<target state="needs-review-translation">يحتوي الفيديو على عدة تدفقات. يُسمح بتدفق واحد فقط.</target>
532+
</trans-unit>
533+
<trans-unit id="137">
534+
<source>Unsupported video codec "{{ codec }}".</source>
535+
<target state="needs-review-translation">برنامج ترميز فيديو غير مدعوم "{{ codec }}".</target>
536+
</trans-unit>
537+
<trans-unit id="138">
538+
<source>Unsupported video container "{{ container }}".</source>
539+
<target state="needs-review-translation">حاوية فيديو غير مدعومة "{{ container }}".</target>
540+
</trans-unit>
541+
<trans-unit id="139">
542+
<source>The image file is corrupted.</source>
543+
<target state="needs-review-translation">ملف الصورة تالف.</target>
544+
</trans-unit>
545+
<trans-unit id="140">
546+
<source>The image has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.</source>
547+
<target state="needs-review-translation">تحتوي الصورة على عدد قليل جدًا من البكسلات ({{ pixels }}). الحد الأدنى المتوقع هو {{ min_pixels }}.</target>
548+
</trans-unit>
549+
<trans-unit id="141">
550+
<source>The image has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.</source>
551+
<target state="needs-review-translation">تحتوي الصورة على عدد كبير جدا من البكسلات ({{ pixels }}). العدد الأقصى المتوقع هو {{ max_pixels }}.</target>
552+
</trans-unit>
553+
<trans-unit id="142">
554+
<source>This filename does not match the expected charset.</source>
555+
<target state="needs-review-translation">اسم الملف هذا لا يطابق مجموعة المحارف المتوقعة.</target>
556+
</trans-unit>
473557
</body>
474558
</file>
475559
</xliff>

0 commit comments

Comments
 (0)