8000 Proofreaded and fixed encoding problems in Slovenian translation · jaimesuez/symfony@208cc40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 208cc40

Browse files
author
Miha Vrhovnik
committed
Proofreaded and fixed encoding problems in Slovenian translation
1 parent 86cd2fd commit 208cc40

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

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

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,127 +4,127 @@
44
<body>
55
<trans-unit id="1">
66
<source>This value should be false</source>
7-
<target>Vrednost ne sme biti nepravilna</target>
7+
<target>Vrednost bi morala biti nepravilna (false)</target>
88
</trans-unit>
99
<trans-unit id="2">
1010
<source>This value should be true</source>
11-
<target>Vrednost bi morala biti pravilna</target>
11+
<target>Vrednost bi morala biti pravilna (true)</target>
1212
</trans-unit>
1313
<trans-unit id="3">
1414
<source>This value should be of type {{ type }}</source>
1515
<target>Vrednost mora biti naslednjega tipa {{ type }}</target>
1616
</trans-unit>
1717
<trans-unit id="4">
1818
<source>This value should be blank</source>
19-
<target>Vrednost ne sme biti prazna.</target>
19+
<target>Vrednost mora biti prazna</target>
2020
</trans-unit>
2121
<trans-unit id="5">
2222
<source>This value should be one of the given choices</source>
23-
<target>Vrednost naj bo ena izmed podanih možnosti</target>
23+
<target>Vrednost naj bo ena izmed podanih možnosti</target>
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>You should select at least {{ limit }} choices</source>
27-
<target>Izberite vsaj {{ limit }} možnosti</target>
27+
<target>Izberite vsaj {{ limit }} možnosti</target>
2828
</trans-unit>
2929
<trans-unit id="7">
3030
<source>You should select at most {{ limit }} choices</source>
31-
<target>Izberete lahko najveè {{ limit }} možnosti</target>
31+
<target>Izberete lahko največ {{ limit }} možnosti</target>
3232
</trans-unit>
3333
<trans-unit id="8">
3434
<source>The fields {{ fields }} were not expected</source>
35-
<target>Polja {{ fields }} niso bila prièakovana</target>
35+
<target>Naslednja polja {{ fields }} niso bila pričakovana</target>
3636
</trans-unit>
3737
<trans-unit id="9">
3838
<source>The fields {{ fields }} are missing</source>
39-
<target>Polja {{ fields }} ne obstajajo</target>
39+
<target>Naslednja polja {{ fields }} ne obstajajo</target>
4040
</trans-unit>
4141
<trans-unit id="10">
4242
<source>This value is not a valid date</source>
4343
<target>Vrednost ne vsebuje veljavnega datuma</target>
4444
</trans-unit>
4545
<trans-unit id="11">
4646
<source>This value is not a valid datetime</source>
47-
<target>Vrednost ne vsebuje veljavnega datuma in èasa</target>
47+
<target>Vrednost ne vsebuje veljavnega datuma in časa</target>
4848
</trans-unit>
4949
<trans-unit id="12">
5050
<source>This value is not a valid email address</source>
51-
<target>Vrednost ne vsebuje veljavnega email naslova</target>
51+
<target>Vpisana vrednost ni veljaven email naslov</target>
5252
</trans-unit>
5353
<trans-unit id="13">
5454
<source>The file could not be found</source>
55-
<target>Datoteke ni možno najti</target>
55+
<target>Datoteke ni mogoče najti</target>
5656
</trans-unit>
5757
<trans-unit id="14">
5858
<source>The file is not readable</source>
59-
<target>Datoteke ni možno prebrati</target>
59+
<target>Datoteke ni mogoče prebrati</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>Datoteka je prevelika ({{ size }}). Najveèja dovoljena velikost je {{ limit }}</target>
63+
<target>Datoteka je prevelika ({{ size }}). Največja dovoljena velikost je {{ 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>Mime tip v polju je nepravilen ({{ type }}). Dovoljene vrednosti so {{ types }</target>
67+
<target>Napačna Mime vrednost datoteke ({{ type }}). Dovoljene mime vrednosti so {{ types }}</target>
6868
</trans-unit>
6969
<trans-unit id="17">
7070
<source>This value should be {{ limit }} or less</source>
71-
<target>Vrednost mora biti {{ limit }} ali manj</target>
71+
<target>Vrednost mora biti manjša od {{ limit }}</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>Vpisana vrednost je predolga. Najveèja dolžina je {{ limit }} znakov</target>
75+
<target>Vpisana vrednost je predolga. Največja dolžina je {{ limit }} znakov</target>
7676
</trans-unit>
7777
<trans-unit id="19">
7878
<source>This value should be {{ limit }} or more</source>
7979
<target>Vpisana vrednost naj vsebuje vsaj {{ limit }} znakov</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>Vpisana vrednost je prekratka. Vsebovati mora vsaj {{ limit }} znakov</target>
83+
<target>Vpisana vrednost je prekratka. Vpišite vsaj {{ limit }} znakov</target>
8484
</trans-unit>
8585
<trans-unit id="21">
8686
<source>This value should not be blank</source>
87-
<target>Vrednost ne sme biti prazna.</target>
87+
<target>Vrednost ne sme biti prazna</target>
8888
</trans-unit>
8989
<trans-unit id="22">
9090
<source>This value should not be null</source>
91-
<target>Vrednost ne sme biti enaka niè.</target>
91+
<target>Vrednost ne sme biti nedefinirana (null)</target>
9292
</trans-unit>
9393
<trans-unit id="23">
9494
<source>This value should be null</source>
95-
<target>Vrednost mora biti enaka niè.</target>
95+
<target>Vrednost mora biti nedefinirana (null)</target>
9696
</trans-unit>
9797
<trans-unit id="24">
9898
<source>This value is not valid</source>
99-
<target>Vrednost ni pravilna.</target>
99+
<target>Vrednost ni pravilna</target>
100100
</trans-unit>
101101
<trans-unit id="25">
102102
<source>This value is not a valid time</source>
103-
<target>Vrednost ne vsebuje veljavnega èasa.</target>
103+
<target>Vrednost ne vsebuje veljavnega časa</target>
104104
</trans-unit>
105105
<trans-unit id="26">
106106
<source>This value is not a valid URL</source>
107107
<target>Vrednost ne vsebuje veljavnega URL naslova</target>
108108
</trans-unit>
109109
<trans-unit id="27">
110110
<source>This value should be instance of class {{ class }}</source>
111-
<target>Vrednost bi morala biti del razreda {{ class }}</target>
111+
<target>Vrednost bi morala biti instanca razreda {{ class }}</target>
112112
</trans-unit>
113113
<trans-unit id="28">
114114
<source>This field group should not contain extra fields</source>
115-
<target>To podroèje ne sme vsebovati dodatnih polj</target>
115+
<target>To področje ne sme vsebovati dodatnih polj</target>
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>Prenešena datoteka je prevelika. Prosim, poskusite naložiti manjšo datoteko</target>
119+
<target>Naložena datoteka je prevelika. Prosim, poizkusite naložiti manjšo</target>
120120
</trans-unit>
121121
<trans-unit id="30">
122122
<source>The CSRF token is invalid</source>
123-
<target>CSRF vrednost je neveljavena.</target>
123+
<target>CSRF vrednost je napačna</target>
124124
</trans-unit>
125125
<trans-unit id="31">
126126
<source>The two values should be equal</source>
127-
<target>Vrednosti bi morale biti enake.</target>
127+
<target>Vrednosti morata biti enaki</target>
128128
</trans-unit>
129129
</body>
130130
</file>

0 commit comments

Comments
 (0)
0