8000 [Validator] [Resources] fixed polish validator translated messages fo… · nathanlon/symfony@d26f133 · GitHub
[go: up one dir, main page]

Skip to content

Commit d26f133

Browse files
author
Mephistofeles
committed
[Validator] [Resources] fixed polish validator translated messages for polish locale
Added pluralization support and translated new messages.
1 parent c99b108 commit d26f133

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>You must select at least {{ limit }} choices.</source>
27-
<target>Powinieneś wybrać co najmniej {{ limit }} opcji.</target>
27+
<target>Powinieneś wybrać co najmniej {{ limit }} opcję.|Powinieneś wybrać co najmniej {{ limit }} opcje.|Powinieneś wybrać co najmniej {{ limit }} opcji.</target>
2828
</trans-unit>
2929
<trans-unit id="7">
3030
<source>You must select at most {{ limit }} choices.</source>
31-
<target>Powinieneś wybrać maksymalnie {{ limit }} opcji.</target>
31+
<target>Powinieneś wybrać maksymalnie {{ limit }} opcję.|Powinieneś wybrać maksymalnie {{ limit }} opcje.|Powinieneś wybrać maksymalnie {{ limit }} opcji.</target>
3232
</trans-unit>
3333
<trans-unit id="8">
3434
<source>One or more of the given values is invalid.</source>
@@ -202,6 +202,18 @@
202202
<source>A PHP extension caused the upload to fail.</source>
203203
<target>Rozszerzenie PHP spowodowało błąd podczas wgrywania.</target>
204204
</trans-unit>
205+
<trans-unit id="54">
206+
<source>This collection should contain {{ limit }} elements or more.</source>
207+
<target>Ten zbiór powinien zawierać {{ limit }} lub więcej elementów.</target>
208+
</trans-unit>
209+
<trans-unit id="55">
210+
<source>This collection should contain {{ limit }} elements or less.</source>
211+
<target>Ten zbiór powinien zawierać {{ limit }} lub mniej elementów.</target>
212+
</trans-unit>
213+
<trans-unit id="56">
214+
<source>This collection should contain exactly {{ limit }} elements.</source>
215+
<target>Ten zbiór powinien zawierać dokładnie {{ limit }} element.|Ten zbiór powinien zawierać dokładnie {{ limit }} elementy.|Ten zbiór powinien zawierać dokładnie {{ limit }} elementów.</target>
216+
</trans-unit>
205217
</body>
206218
</file>
207219
</xliff>

0 commit comments

Comments
 (0)
0