Skip to content

Commit 9326606

Browse files
minor #61663 [Validator] Review translations for Polish language(pl) (god107)
This PR was merged into the 6.4 branch. Discussion ---------- [Validator] Review translations for Polish language(pl) | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix #61637 | License | MIT Commits ------- ae8eab8 [Validator] Review translations for Polish (pl)
2 parents d6bca9b + ae8eab8 commit 9326606

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -472,87 +472,87 @@
472472
</trans-unit>
473473
<trans-unit id="122">
474474
<source>This file is not a valid video.</source>
475-
<target state="needs-review-translation">Ten plik nie jest prawidłowym plikiem wideo.</target>
475+
<target>Ten plik nie jest prawidłowym plikiem wideo.</target>
476476
</trans-unit>
477477
<trans-unit id="123">
478478
<source>The size of the video could not be detected.</source>
479-
<target state="needs-review-translation">Nie można było wykryć rozmiaru wideo.</target>
479+
<target>Nie można wykryć rozmiaru wideo.</target>
480480
</trans-unit>
481481
<trans-unit id="124">
482482
<source>The video width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.</source>
483-
<target state="needs-review-translation">Szerokość wideo jest zbyt duża ({{ width }}px). Dozwolona maksymalna szerokość to {{ max_width }}px.</target>
483+
<target>Szerokość wideo jest zbyt duża ({{ width }}px). Maksymalna dopuszczalna szerokość to {{ max_width }}px.</target>
484484
</trans-unit>
485485
<trans-unit id="125">
486486
<source>The video width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.</source>
487-
<target state="needs-review-translation">Szerokość wideo jest zbyt mała ({{ width }}px). Minimalna oczekiwana szerokość to {{ min_width }}px.</target>
487+
<target>Szerokość wideo jest zbyt mała ({{ width }}px). Oczekiwana minimalna szerokość to {{ min_width }}px.</target>
488488
</trans-unit>
489489
<trans-unit id="126">
490490
<source>The video height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.</source>
491-
<target state="needs-review-translation">Wysokość wideo jest zbyt duża ({{ height }}px). Dozwolona maksymalna wysokość to {{ max_height }}px.</target>
491+
<target>Wysokość wideo jest zbyt duża ({{ height }}px). Maksymalna dopuszczalna wysokość to {{ max_height }}px.</target>
492492
</trans-unit>
493493
<trans-unit id="127">
494494
<source>The video height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.</source>
495-
<target state="needs-review-translation">Wysokość wideo jest zbyt mała ({{ height }}px). Oczekiwana minimalna wysokość to {{ min_height }}px.</target>
495+
<target>Wysokość wideo jest zbyt mała ({{ height }}px). Oczekiwana minimalna wysokość to {{ min_height }}px.</target>
496496
</trans-unit>
497497
<trans-unit id="128">
498498
<source>The video has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.</source>
499-
<target state="needs-review-translation">Wideo ma za mało pikseli ({{ pixels }}). Oczekiwana minimalna ilość to {{ min_pixels }}.</target>
499+
<target>Wideo ma zbyt mało ({{ pixels }} pikseli). Oczekiwana minimalna liczba to {{ min_pixels }} pikseli.</target>
500500
</trans-unit>
501501
<trans-unit id="129">
502502
<source>The video has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.</source>
503-
<target state="needs-review-translation">Wideo ma zbyt wiele pikseli ({{ pixels }}). Oczekiwana maksymalna liczba to {{ max_pixels }}.</target>
503+
<target>Wideo ma zbyt wiele ({{ pixels }} pikseli). Oczekiwana maksymalna liczba to {{ max_pixels }} pikseli.</target>
504504
</trans-unit>
505505
<trans-unit id="130">
506506
<source>The video ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.</source>
507-
<target state="needs-review-translation">Współczynnik wideo jest zbyt duży ({{ ratio }}). Dozwolony maksymalny współczynnik to {{ max_ratio }}.</target>
507+
<target>Współczynnik proporcji wideo jest zbyt duży ({{ ratio }}). Maksymalny dopuszczalny współczynnik to {{ max_ratio }}.</target>
508508
</trans-unit>
509509
<trans-unit id="131">
510510
<source>The video ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.</source>
511-
<target state="needs-review-translation">Proporcje wideo zbyt małe ({{ ratio }}). Oczekiwany minimalny współczynnik to {{ min_ratio }}.</target>
511+
<target>Współczynnik proporcji wideo jest zbyt mały ({{ ratio }}). Oczekiwany minimalny współczynnik to {{ min_ratio }}.</target>
512512
</trans-unit>
513513
<trans-unit id="132">
514514
<source>The video is square ({{ width }}x{{ height }}px). Square videos are not allowed.</source>
515-
<target state="needs-review-translation">Wideo ma kształt kwadratu ({{ width }}x{{ height }}px). Kwadratowe filmy są niedozwolone.</target>
515+
<target>Wideo jest w formacie kwadratowym ({{ width }}x{{ height }}px). Filmy w tym formacie są niedozwolone.</target>
516516
</trans-unit>
517517
<trans-unit id="133">
518518
<source>The video is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented videos are not allowed.</source>
519-
<target state="needs-review-translation">Wideo ma orientację poziomą ({{ width }}x{{ height }} px). Filmy w orientacji poziomej są niedozwolone.</target>
519+
<target>Wideo ma orientację poziomą ({{ width }}x{{ height }}px). Filmy w orientacji poziomej są niedozwolone.</target>
520520
</trans-unit>
521521
<trans-unit id="134">
522522
<source>The video is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented videos are not allowed.</source>
523-
<target state="needs-review-translation">Wideo ma orientację pionową ({{ width }}x{{ height }}px). Filmy w orientacji pionowej są niedozwolone.</target>
523+
<target>Wideo ma orientację pionową ({{ width }}x{{ height }}px). Filmy w orientacji pionowej są niedozwolone.</target>
524524
</trans-unit>
525525
<trans-unit id="135">
526526
<source>The video file is corrupted.</source>
527-
<target state="needs-review-translation">Plik wideo jest uszkodzony.</target>
527+
<target>Plik wideo jest uszkodzony.</target>
528528
</trans-unit>
529529
<trans-unit id="136">
530530
<source>The video contains multiple streams. Only one stream is allowed.</source>
531-
<target state="needs-review-translation">Wideo zawiera wiele strumieni. Dozwolony jest tylko jeden strumień.</target>
531+
<target>Wideo zawiera wiele strumieni. Dozwolony jest tylko jeden strumień.</target>
532532
</trans-unit>
533533
<trans-unit id="137">
534534
<source>Unsupported video codec "{{ codec }}".</source>
535-
<target state="needs-review-translation">Nieobsługiwany kodek wideo {{ codec }}.</target>
535+
<target>Nieobsługiwany kodek wideo "{{ codec }}".</target>
536536
</trans-unit>
537537
<trans-unit id="138">
538538
<source>Unsupported video container "{{ container }}".</source>
539-
<target state="needs-review-translation">Nieobsługiwany kontener wideo "{{ container }}".</target>
539+
<target>Nieobsługiwany kontener wideo "{{ container }}".</target>
540540
</trans-unit>
541541
<trans-unit id="139">
542542
<source>The image file is corrupted.</source>
543-
<target state="needs-review-translation">Plik obrazu jest uszkodzony.</target>
543+
<target>Plik obrazu jest uszkodzony.</target>
544544
</trans-unit>
545545
<trans-unit id="140">
546546
<source>The image has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.</source>
547-
<target state="needs-review-translation">Obraz ma zbyt mało pikseli ({{ pixels }}). Oczekiwana minimalna liczba to {{ min_pixels }}.</target>
547+
<target>Obraz ma zbyt mało ({{ pixels }} pikseli). Oczekiwana minimalna liczba to {{ min_pixels }} pikseli.</target>
548548
</trans-unit>
549549
<trans-unit id="141">
550550
<source>The image has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.</source>
551-
<target state="needs-review-translation">Obraz ma zbyt wiele pikseli ({{ pixels }}). Oczekiwana maksymalna liczba to {{ max_pixels }}.</target>
551+
<target>Obraz ma zbyt wiele ({{ pixels }} pikseli). Oczekiwana maksymalna liczba to {{ max_pixels }} pikseli.</target>
552552
</trans-unit>
553553
<trans-unit id="142">
554554
<source>This filename does not match the expected charset.</source>
555-
<target state="needs-review-translation">Ta nazwa pliku nie odpowiada oczekiwanemu zestawowi znaków.</target>
555+
<target>Ta nazwa pliku nie odpowiada oczekiwanemu zestawowi znaków.</target>
556556
</trans-unit>
557557
</body>
558558
</file>

0 commit comments

Comments
 (0)