|
4 | 4 | <body>
|
5 | 5 | <trans-unit id="1">
|
6 | 6 | <source>This value should be false</source>
|
7 |
| - <target>Vrednost ne sme biti nepravilna</target> |
| 7 | + <target>Vrednost bi morala biti nepravilna (false)</target> |
8 | 8 | </trans-unit>
|
9 | 9 | <trans-unit id="2">
|
10 | 10 | <source>This value should be true</source>
|
11 |
| - <target>Vrednost bi morala biti pravilna</target> |
| 11 | + <target>Vrednost bi morala biti pravilna (true)</target> |
12 | 12 | </trans-unit>
|
13 | 13 | <trans-unit id="3">
|
14 | 14 | <source>This value should be of type {{ type }}</source>
|
15 | 15 | <target>Vrednost mora biti naslednjega tipa {{ type }}</target>
|
16 | 16 | </trans-unit>
|
17 | 17 | <trans-unit id="4">
|
18 | 18 | <source>This value should be blank</source>
|
19 |
| - <target>Vrednost ne sme biti prazna.</target> |
| 19 | + <target>Vrednost mora biti prazna</target> |
20 | 20 | </trans-unit>
|
21 | 21 | <trans-unit id="5">
|
22 | 22 | <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> |
24 | 24 | </trans-unit>
|
25 | 25 | <trans-unit id="6">
|
26 | 26 | <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> |
28 | 28 | </trans-unit>
|
29 | 29 | <trans-unit id="7">
|
30 | 30 | <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> |
32 | 32 | </trans-unit>
|
33 | 33 | <trans-unit id="8">
|
34 | 34 | <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> |
36 | 36 | </trans-unit>
|
37 | 37 | <trans-unit id="9">
|
38 | 38 | <source>The fields {{ fields }} are missing</source>
|
39 |
| - <target>Polja {{ fields }} ne obstajajo</target> |
| 39 | + <target>Naslednja polja {{ fields }} ne obstajajo</target> |
40 | 40 | </trans-unit>
|
41 | 41 | <trans-unit id="10">
|
42 | 42 | <source>This value is not a valid date</source>
|
43 | 43 | <target>Vrednost ne vsebuje veljavnega datuma</target>
|
44 | 44 | </trans-unit>
|
45 | 45 | <trans-unit id="11">
|
46 | 46 | <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> |
48 | 48 | </trans-unit>
|
49 | 49 | <trans-unit id="12">
|
50 | 50 | <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> |
52 | 52 | </trans-unit>
|
53 | 53 | <trans-unit id="13">
|
54 | 54 | <source>The file could not be found</source>
|
55 |
| - <target>Datoteke ni možno najti</target> |
| 55 | + <target>Datoteke ni mogoče najti</target> |
56 | 56 | </trans-unit>
|
57 | 57 | <trans-unit id="14">
|
58 | 58 | <source>The file is not readable</source>
|
59 |
| - <target>Datoteke ni možno prebrati</target> |
| 59 | + <target>Datoteke ni mogoče prebrati</target> |
60 | 60 | </trans-unit>
|
61 | 61 | <trans-unit id="15">
|
62 | 62 | <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> |
64 | 64 | </trans-unit>
|
65 | 65 | <trans-unit id="16">
|
66 | 66 | <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> |
68 | 68 | </trans-unit>
|
69 | 69 | <trans-unit id="17">
|
70 | 70 | <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> |
72 | 72 | </trans-unit>
|
73 | 73 | <trans-unit id="18">
|
74 | 74 | <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> |
76 | 76 | </trans-unit>
|
77 | 77 | <trans-unit id="19">
|
78 | 78 | <source>This value should be {{ limit }} or more</source>
|
79 | 79 | <target>Vpisana vrednost naj vsebuje vsaj {{ limit }} znakov</target>
|
80 | 80 | </trans-unit>
|
81 | 81 | <trans-unit id="20">
|
82 | 82 | <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> |
84 | 84 | </trans-unit>
|
85 | 85 | <trans-unit id="21">
|
86 | 86 | <source>This value should not be blank</source>
|
87 |
| - <target>Vrednost ne sme biti prazna.</target> |
| 87 | + <target>Vrednost ne sme biti prazna</target> |
88 | 88 | </trans-unit>
|
89 | 89 | <trans-unit id="22">
|
90 | 90 | <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> |
92 | 92 | </trans-unit>
|
93 | 93 | <trans-unit id="23">
|
94 | 94 | <source>This value should be null</source>
|
95 |
| - <target>Vrednost mora biti enaka niè.</target> |
| 95 | + <target>Vrednost mora biti nedefinirana (null)</target> |
96 | 96 | </trans-unit>
|
97 | 97 | <trans-unit id="24">
|
98 | 98 | <source>This value is not valid</source>
|
99 |
| - <target>Vrednost ni pravilna.</target> |
| 99 | + <target>Vrednost ni pravilna</target> |
100 | 100 | </trans-unit>
|
101 | 101 | <trans-unit id="25">
|
102 | 102 | <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> |
104 | 104 | </trans-unit>
|
105 | 105 | <trans-unit id="26">
|
106 | 106 | <source>This value is not a valid URL</source>
|
107 | 107 | <target>Vrednost ne vsebuje veljavnega URL naslova</target>
|
108 | 108 | </trans-unit>
|
109 | 109 | <trans-unit id="27">
|
110 | 110 | <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> |
112 | 112 | </trans-unit>
|
113 | 113 | <trans-unit id="28">
|
114 | 114 | <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> |
116 | 116 | </trans-unit>
|
117 | 117 | <trans-unit id="29">
|
118 | 118 | <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> |
120 | 120 | </trans-unit>
|
121 | 121 | <trans-unit id="30">
|
122 | 122 | <source>The CSRF token is invalid</source>
|
123 |
| - <target>CSRF vrednost je neveljavena.</target> |
| 123 | + <target>CSRF vrednost je napačna</target> |
124 | 124 | </trans-unit>
|
125 | 125 | <trans-unit id="31">
|
126 | 126 | <source>The two values should be equal</source>
|
127 |
| - <target>Vrednosti bi morale biti enake.</target> |
| 127 | + <target>Vrednosti morata biti enaki</target> |
128 | 128 | </trans-unit>
|
129 | 129 | </body>
|
130 | 130 | </file>
|
|
0 commit comments