8000 Merge remote branch 'Crozin/polish-translation' · jaimesuez/symfony@0fd52a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fd52a4

Browse files
committed
Merge remote branch 'Crozin/polish-translation'
* Crozin/polish-translation: Improved Polish validators translations. Whitespace fixed.
2 parents 1bcfb53 + c8ab0dd commit 0fd52a4

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pl.xliff

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>You should select at least {{ limit }} choices</source>
27-
<target>Powinieneś wybrać co najmniej {{ limit }} opcji</target>
27+
<target>Powinieneś wybrać co najmniej {{ limit }} opcji</target>
2828
</trans-unit>
2929
<trans-unit id="7">
3030
<source>You should select at most {{ limit }} choices</source>
3131
<target>Powinieneś wybrać maksymalnie {{ limit }} opcji</target>
3232
</trans-unit>
3333
<trans-unit id="8">
3434
<source>The fields {{ fields }} were not expected</source>
35-
<target>Pola {{ fields }} były nieoczekiwane</target>
35+
<target>Pola {{ fields }} nie były oczekiwane</target>
3636
</trans-unit>
3737
<trans-unit id="9">
3838
<source>The fields {{ fields }} are missing</source>
39-
<target>Brakowało pól {{ fields }}</target>
39+
<target>Brakuje pól {{ fields }}</target>
4040
</trans-unit>
4141
<trans-unit id="10">
4242
<source>This value is not a valid date</source>
@@ -52,43 +52,43 @@
5252
</trans-unit>
5353
<trans-unit id="13">
5454
<source>The file could not be found</source>
55-
<target>Nie można było znaleźć pliku</target>
55+
<target>Plik nie mógł zostać odnaleziony</target>
5656
</trans-unit>
5757
<trans-unit id="14">
5858
<source>The file is not readable</source>
5959
<target>Nie można odczytać pliku</target>
6060
</trans-unit>
6161
<trans-unit id="15">
6262
<source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}</source>
63-
<target>Plik jest zbyt wielki {{ size }}. Maksymalny dozwolony rozmiar to {{ limit }}</target>
63+
<target>Plik jest za duży ({{ size }}). Maksymalny dozwolony rozmiar to {{ limit }}</target>
6464
</trans-unit>
6565
<trans-unit id="16">
6666
<source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}</source>
67-
<target>Nieprawdidłowy typ mime pliku {{ type }}. Dozwolone typy mime to {{ types }}</target>
67+
<target>Nieprawdidłowy typ mime pliku ({{ type }}). Dozwolone typy mime to {{ types }}</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>This value should be {{ limit }} or less</source>
71-
<target>Ta wartośc powinna być {{ limit }} lub mniejsza</target>
71+
<target>Ta wartość powinna wynosić {{ limit }} lub mniej</target>
7272
</trans-unit>
7373
<trans-unit id="18">
7474
<source>This value is too long. It should have {{ limit }} characters or less</source>
75-
<target>Ta wartość jest zbyt długa. Powinna mieć {{ limit }} znaków lub mniej</target>
75+
<target>Ta wartość jest zbyt długa. Powinna mieć {{ limit }} lub mniej znaków</target>
7676
</trans-unit>
7777
<trans-unit id="19">
7878
<source>This value should be {{ limit }} or more</source>
79-
<target>Ta wartość powinna być {{ limit }} lub większa</target>
79+
<target>Ta wartość powinna wynosić {{ limit }} lub więcej</target>
8080
</trans-unit>
8181
<trans-unit id="20">
8282
<source>This value is too short. It should have {{ limit }} characters or more</source>
83-
<target>Ta wartość jest zbyt krótka. Powinna mieć {{ limit }} znaków lub więcej</target>
83+
<target>Ta wartość jest zbyt krótka. Powinna mieć {{ limit }} lub więcej znaków</target>
8484
</trans-unit>
8585
<trans-unit id="21">
8686
<source>This value should not be blank</source>
87-
<target>Ta wartość nie może być pusta</target>
87+
<target>Ta wartość nie powinna być pusta</target>
8888
</trans-unit>
8989
<trans-unit id="22">
9090
<source>This value should not be null</source>
91-
<target>Ta wartość nie może być nullem</target>
91+
<target>Ta wartość nie powinna być nullem</target>
9292
</trans-unit>
9393
<trans-unit id="23">
9494
<source>This value should be null</source>
@@ -104,7 +104,7 @@
104104
</trans-unit>
105105
<trans-unit id="26">
106106
<source>This value is not a valid URL</source>
107-
<target>Ta wartość nie jest prawidłowym URLem</target>
107+
<target>Ta wartość nie jest prawidłowym URL-em</target>
108108
</trans-unit>
109109
<trans-unit id="27">
110110
<source>This value should be instance of class {{ class }}</source>
@@ -116,15 +116,15 @@
116116
</trans-unit>
117117
<trans-unit id="29">
118118
<source>The uploaded file was too large. Please try to upload a smaller file</source>
119-
<target>Wgrany plik był zbyt wielki. Proszę spróbować wgrać mniejszy plik</target>
119+
<target>Wgrany plik był za duży. Proszę spróbować wgrać mniejszy plik</target>
120120
</trans-unit>
121121
<trans-unit id="30">
122122
<source>The CSRF token is invalid</source>
123123
<target>Token CSRF jest nieprawidłowy</target>
124124
</trans-unit>
125125
<trans-unit id="31">
126126
<source>The two values should be equal</source>
127-
<target>Dwie wartości powinny być równe</target>
127+
<target>Obie wartości powinny być równe</target>
128128
</trans-unit>
129129
</body>
130130
</file>

0 commit comments

Comments
 (0)
0