Skip to content

Commit 79151ce

Browse files
Merge branch '6.4' into 7.3
* 6.4: [Validator] Review Slovak translations restore translation source entries [Validator] Review Romanian translations [Console] Don’t append a new line to test inputs ending with an EOT
2 parents 417127d + 6591fe9 commit 79151ce

File tree

3 files changed

+46
-46
lines changed

3 files changed

+46
-46
lines changed

Resources/translations/validators.ro.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">Acest fișier nu este un videoclip valid.</target>
475+
<target>Acest fișier nu este un videoclip valid.</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">Dimensiunea videoclipului nu a putut fi detectată.</target>
479+
<target>Dimensiunea videoclipului nu a putut fi detectată.</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">Lățimea videoclipului este prea mare ({{ width }}px). Lățimea maximă permisă este {{ max_width }}px.</target>
483+
<target>Lățimea videoclipului este prea mare ({{ width }}px). Lățimea maximă permisă este {{ 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">Lățimea videoclipului este prea mică ({{ width }}px). Lățimea minimă așteptată este {{ min_width }}px.</target>
487+
<target>Lățimea videoclipului este prea mică ({{ width }}px). Lățimea minimă așteptată este {{ 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">Înălțimea videoclipului este prea mare ({{ height }}px). Înălțimea maximă permisă este {{ max_height }}px.</target>
491+
<target>Înălțimea videoclipului este prea mare ({{ height }}px). Înălțimea maximă permisă este {{ 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">Înălțimea videoclipului este prea mică ({{ height }}px). Înălțimea minimă așteptată este {{ min_height }}px.</target>
495+
<target>Înălțimea videoclipului este prea mică ({{ height }}px). Înălțimea minimă așteptată este {{ 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">Videoclipul are prea puțini pixeli ({{ pixels }}). Cantitatea minimă așteptată este {{ min_pixels }}.</target>
499+
<target>Videoclipul are prea puțini pixeli ({{ pixels }}). Cantitatea minimă așteptată este {{ min_pixels }}.</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">Videoclipul are prea mulți pixeli ({{ pixels }}). Cantitatea maximă așteptată este {{ max_pixels }}.</target>
503+
<target>Videoclipul are prea mulți pixeli ({{ pixels }}). Cantitatea maximă așteptată este {{ max_pixels }}.</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">Raportul video este prea mare ({{ ratio }}). Raportul maxim permis este {{ max_ratio }}.</target>
507+
<target>Raportul video este prea mare ({{ ratio }}). Raportul maxim permis este {{ 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">Raportul video este prea mic ({{ ratio }}). Raportul minim așteptat este {{ min_ratio }}.</target>
511+
<target>Raportul video este prea mic ({{ ratio }}). Raportul minim așteptat este {{ 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">Videoclipul este pătrat ({{ width }}x{{ height }}px). Videoclipurile pătrate nu sunt permise.</target>
515+
<target>Videoclipul este pătrat ({{ width }}x{{ height }}px). Videoclipurile pătrate nu sunt permise.</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">Videoclipul are orientare peisaj ({{ width }}x{{ height }} px). Videoclipurile în orientare peisaj nu sunt permise.</target>
519+
<target>Videoclipul are orientare peisaj ({{ width }}x{{ height }} px). Videoclipurile în orientare peisaj nu sunt permise.</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">Videoclipul este în orientare portret ({{ width }}x{{ height }}px). Videoclipurile cu orientare portret nu sunt permise.</target>
523+
<target>Videoclipul este în orientare portret ({{ width }}x{{ height }}px). Videoclipurile cu orientare portret nu sunt permise.</target>
524524
</trans-unit>
525525
<trans-unit id="135">
526526
<source>The video file is corrupted.</source>
527-
<target state="needs-review-translation">Fișierul video este corupt.</target>
527+
<target>Fișierul video este corupt.</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">Videoclipul conține mai multe fluxuri. Doar un singur flux este permis.</target>
531+
<target>Videoclipul conține mai multe fluxuri. Doar un singur flux este permis.</target>
532532
</trans-unit>
533533
<trans-unit id="137">
534534
<source>Unsupported video codec "{{ codec }}".</source>
535-
<target state="needs-review-translation">Codec video neacceptat „{{ codec }}”.</target>
535+
<target>Codec video nesuportat „{{ codec }}”.</target>
536536
</trans-unit>
537537
<trans-unit id="138">
538538
<source>Unsupported video container "{{ container }}".</source>
539-
<target state="needs-review-translation">Container video nesuportat "{{ container }}".</target>
539+
<target>Container video nesuportat "{{ container }}".</target>
540540
</trans-unit>
541541
<trans-unit id="139">
542542
<source>The image file is corrupted.</source>
543-
<target state="needs-review-translation">Fișierul imagine este deteriorat.</target>
543+
<target>Fișierul imagine este corupt.</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">Imaginea are prea puțini pixeli ({{ pixels }}). Cantitatea minimă așteptată este {{ min_pixels }}.</target>
547+
<target>Imaginea are prea puțini pixeli ({{ pixels }}). Cantitatea minimă așteptată este {{ min_pixels }}.</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">Imaginea are prea mulți pixeli ({{ pixels }}). Cantitatea maximă așteptată este {{ max_pixels }}.</target>
551+
<target>Imaginea are prea mulți pixeli ({{ pixels }}). Cantitatea maximă așteptată este {{ max_pixels }}.</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">Acest nume de fișier nu corespunde setului de caractere așteptat.</target>
555+
<target>Acest nume de fișier nu corespunde setului de caractere așteptat.</target>
556556
</trans-unit>
557557
</body>
558558
</file>

Resources/translations/validators.sk.xlf

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
</trans-unit>
137137
<trans-unit id="37" resname="This is not a valid IP address.">
138138
<source>This value is not a valid IP address.</source>
139-
<target state="needs-review-translation">Táto hodnota nie je platná IP adresa.</target>
139+
<target>Táto hodnota nie je platná IP adresa.</target>
140140
</trans-unit>
141141
<trans-unit id="38">
142142
<source>This value is not a valid language.</source>
@@ -468,91 +468,91 @@
468468
</trans-unit>
469469
<trans-unit id="121">
470470
<source>This value is not a valid Twig template.</source>
471-
<target state="needs-review-translation">Táto hodnota nie je platná šablóna Twig.</target>
471+
<target>Táto hodnota nie je platnou Twig šablónou.</target>
472472
</trans-unit>
473473
<trans-unit id="122">
474474
<source>This file is not a valid video.</source>
475-
<target state="needs-review-translation">Tento súbor nie je platné video.</target>
475+
<target>Tento súbor nie je platné video.</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">Veľkosť videa sa nepodarilo zistiť.</target>
479+
<target>Veľkosť videa sa nepodarilo zistiť.</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">Šírka videa je príliš veľká ({{ width }}px). Povolená maximálna šírka je {{ max_width }}px.</target>
483+
<target>Šírka videa je príliš veľká ({{ width }}px). Povolená maximálna šírka je {{ 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">Šírka videa je príliš malá ({{ width }}px). Očakávaná minimálna šírka je {{ min_width }} px.</target>
487+
<target>Šírka videa je príliš malá ({{ width }}px). Očakávaná minimálna šírka je {{ 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">Výška videa je príliš veľká ({{ height }}px). Povolená maximálna výška je {{ max_height }}px.</target>
491+
<target>Výška videa je príliš veľká ({{ height }}px). Povolená maximálna výška je {{ 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">Výška videa je príliš malá ({{ height }}px). Očakávaná minimálna výška je {{ min_height }}px.</target>
495+
<target>Výška videa je príliš malá ({{ height }}px). Očakávaná minimálna výška je {{ 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">Video má príliš málo pixelov ({{ pixels }}). Očakávané minimálne množstvo je {{ min_pixels }}.</target>
499+
<target>Video má príliš málo pixelov ({{ pixels }}). Očakávané minimálne množstvo je {{ min_pixels }}.</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">Video má príliš veľa pixelov ({{ pixels }}). Očakávané maximum je {{ max_pixels }}.</target>
503+
<target>Video má príliš veľa pixelov ({{ pixels }}). Očakávané maximálne množstvo je {{ max_pixels }}.</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">Pomer videa je príliš veľký ({{ ratio }}). Povolený maximálny pomer je {{ max_ratio }}.</target>
507+
<target>Pomer strán videa je príliš veľký ({{ ratio }}). Povolený maximálny pomer strán je {{ 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">Pomer videa je príliš malý ({{ ratio }}). Očakávaný minimálny pomer je {{ min_ratio }}.</target>
511+
<target>Pomer strán videa je príliš malý ({{ ratio }}). Očakávaný minimálny pomer strán je {{ 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">Video je štvorcové ({{ width }}x{{ height }}px). Štvorcové videá nie sú povolené.</target>
515+
<target>Video je štvorcové ({{ width }}x{{ height }}px). Štvorcové videá nie sú povolené.</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">Video je na šírku ({{ width }}x{{ height }} px). Videá na šírku nie sú povolené.</target>
519+
<target>Video je orientované na šírku ({{ width }}x{{ height }} px). Videá orientované na šírku nie sú povolené.</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">Video je orientované na výšku ({{ width }}x{{ height }}px). Videá s orientáciou na výšku nie sú povolené.</target>
523+
<target>Video je orientované na výšku ({{ width }}x{{ height }}px). Videá orientované na výšku nie sú povolené.</target>
524524
</trans-unit>
525525
<trans-unit id="135">
526526
<source>The video file is corrupted.</source>
527-
<target state="needs-review-translation">Videosúbor je poškodený.</target>
527+
<target>Videosúbor je poškodený.</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">Video obsahuje viacero tokov. Povolený je len jeden tok.</target>
531+
<target>Video obsahuje viacero tokov. Povolený je len jeden tok.</target>
532532
</trans-unit>
533533
<trans-unit id="137">
534534
<source>Unsupported video codec "{{ codec }}".</source>
535-
<target state="needs-review-translation">Nepodporovaný videokodek {{ codec }}.</target>
535+
<target>Nepodporovaný videokodek "{{ codec }}".</target>
536536
</trans-unit>
537537
<trans-unit id="138">
538538
<source>Unsupported video container "{{ container }}".</source>
539-
<target state="needs-review-translation">Nepodporovaný kontajner videa "{{ container }}".</target>
539+
<target>Nepodporovaný kontajner videa "{{ container }}".</target>
540540
</trans-unit>
541541
<trans-unit id="139">
542542
<source>The image file is corrupted.</source>
543-
<target state="needs-review-translation">Súbor obrázka je poškodený.</target>
543+
<target>Súbor obrázka je poškodený.</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">Obrázok má príliš málo pixelov ({{ pixels }}). Očakávané minimum je {{ min_pixels }}.</target>
547+
<target>Obrázok má príliš málo pixelov ({{ pixels }}). Očakávané minimálne množstvo je {{ min_pixels }}.</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">Obrázok má príliš veľa pixelov ({{ pixels }}). Očakávané maximum je {{ max_pixels }}.</target>
551+
<target>Obrázok má príliš veľa pixelov ({{ pixels }}). Očakávané maximálne množstvo je {{ max_pixels }}.</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">Tento názov súboru nezodpovedá očakávanej znakovej sade.</target>
555+
<target>Tento názov súboru nezodpovedá očakávanej znakovej sade.</target>
556556
</trans-unit>
557557
</body>
558558
</file>

Resources/translations/validators.sq.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,11 +552,11 @@
552552
<target>Fajli i imazhit është korruptuar.</target>
553553
</trans-unit>
554554
<trans-unit id="140">
555-
<source>The image has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }}px.</source>
555+
<source>The image has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.</source>
556556
<target>Imazhi ka shumë pak pikselë ({{ pixels }}). Sasia minimale e pritur është {{ min_pixels }}px.</target>
557557
</trans-unit>
558558
<trans-unit id="141">
559-
<source>The image has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }}px.</source>
559+
<source>The image has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels.</source>
560560
<target>Imazhi ka shumë pikselë ({{ pixels }}). Shuma maksimale e pritur është {{ max_pixels }}px.</target>
561561
</trans-unit>
562562
<trans-unit id="142">

0 commit comments

Comments
 (0)