Skip to content

Commit a981c26

Browse files
minor symfony#59435 [Translations] Make sure PL translations validators.pl.xlf follow the same style (PatNowak)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [Translations] Make sure PL translations validators.pl.xlf follow the same style | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? |no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | Fix symfony#59423 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT Symfony-59423: [Translations] Make sure PL translations validators.pl.xlf follow the same style - use consistently 'Ta wartość' instead of 'Podana wartość' in several places. The translation for 'This value is not a valid slug' has been validated. It looks fine. The word 'slug' is obviously not common in Polish, but it looks correct in the given context. SEO specialists and web developers are aware of that and what does it mean. Commits ------- 75e7454 [Translations] Make sure PL translations validators.pl.xlf follow the same style
2 parents f63d644 + 75e7454 commit a981c26

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -440,35 +440,35 @@
440440
</trans-unit>
441441
<trans-unit id="113">
442442
<source>This URL is missing a top-level domain.</source>
443-
<target>Podany URL nie zawiera domeny najwyższego poziomu.</target>
443+
<target>Ten URL nie zawiera domeny najwyższego poziomu.</target>
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>Podana wartość jest zbyt krótka. Powinna zawierać co najmniej jedno słowo.|Podana wartość jest zbyt krótka. Powinna zawierać co najmniej {{ min }} słów.</target>
447+
<target>Ta wartość jest zbyt krótka. Powinna zawierać co najmniej jedno słowo.|Ta wartość jest zbyt krótka. Powinna zawierać co najmniej {{ min }} słów.</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>Podana wartość jest zbyt długa. Powinna zawierać jedno słowo.|Podana wartość jest zbyt długa. Powinna zawierać {{ max }} słów lub mniej.</target>
451+
<target>Ta wartość jest zbyt długa. Powinna zawierać jedno słowo.|Ta wartość jest zbyt długa. Powinna zawierać {{ max }} słów lub mniej.</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>Podana wartość nie jest poprawnym oznaczeniem tygodnia w formacie ISO 8601.</target>
455+
<target>Ta wartość nie jest poprawnym oznaczeniem tygodnia w formacie ISO 8601.</target>
456456
</trans-unit>
457457
<trans-unit id="117">
458458
<source>This value is not a valid week.</source>
459-
<target>Podana wartość nie jest poprawnym oznaczeniem tygodnia.</target>
459+
<target>Ta wartość nie jest poprawnym oznaczeniem tygodnia.</target>
460460
</trans-unit>
461461
<trans-unit id="118">
462462
<source>This value should not be before week "{{ min }}".</source>
463-
<target>Podana wartość nie powinna być przed tygodniem "{{ min }}".</target>
463+
<target>Ta wartość nie powinna być przed tygodniem "{{ min }}".</target>
464464
</trans-unit>
465465
<trans-unit id="119">
466466
<source>This value should not be after week "{{ max }}".</source>
467-
<target>Podana wartość nie powinna być po tygodniu "{{ max }}".</target>
467+
<target>Ta wartość nie powinna być po tygodniu "{{ max }}".</target>
468468
</trans-unit>
469469
<trans-unit id="120">
470470
<source>This value is not a valid slug.</source>
471-
<target state="needs-review-translation">Ta wartość nie jest prawidłowym slugiem.</target>
471+
<target>Ta wartość nie jest prawidłowym slugiem.</target>
472472
</trans-unit>
473473
</body>
474474
</file>

0 commit comments

Comments
 (0)