You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@
24
24
</trans-unit>
25
25
<trans-unitid="6">
26
26
<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>
28
28
</trans-unit>
29
29
<trans-unitid="7">
30
30
<source>You must select at most {{ limit }} choices.</source>
<source>One or more of the given values is invalid.</source>
@@ -202,6 +202,18 @@
202
202
<source>A PHP extension caused the upload to fail.</source>
203
203
<target>Rozszerzenie PHP spowodowało błąd podczas wgrywania.</target>
204
204
</trans-unit>
205
+
<trans-unitid="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-unitid="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-unitid="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>
0 commit comments