Skip to content

Commit 2774705

Browse files
minor symfony#31247 [Validator] Fixed imprecise translations (toniperic)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes symfony#31247). Discussion ---------- [Validator] Fixed imprecise translations | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT Commits ------- 6b50b43 [Validator] Fixed imprecise translations
2 parents 7efaa17 + 6b50b43 commit 2774705

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

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

+18-18
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</trans-unit>
2121
<trans-unit id="5">
2222
<source>The value you selected is not a valid choice.</source>
23-
<target>Ova vrijednost treba biti jedna od ponuđenih.</target>
23+
<target>Ova vrijednost nije valjan izbor.</target>
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.</source>
@@ -36,7 +36,7 @@
3636
</trans-unit>
3737
<trans-unit id="9">
3838
<source>This field was not expected.</source>
39-
<target>Ovo polje nije očekivalo.</target>
39+
<target>Ovo polje nije očekivano.</target>
4040
</trans-unit>
4141
<trans-unit id="10">
4242
<source>This field is missing.</source>
@@ -48,7 +48,7 @@
4848
</trans-unit>
4949
<trans-unit id="12">
5050
<source>This value is not a valid datetime.</source>
51-
<target>Ova vrijednost nije ispravan datum-vrijeme.</target>
51+
<target>Ova vrijednost nije ispravnog datum-vrijeme formata.</target>
5252
</trans-unit>
5353
<trans-unit id="13">
5454
<source>This value is not a valid email address.</source>
@@ -88,11 +88,11 @@
8888
</trans-unit>
8989
<trans-unit id="22">
9090
<source>This value should not be blank.</source>
91-
<target>Ova vrijednost ne smije biti prazna.</target>
91+
<target>Ova vrijednost ne bi trebala biti prazna.</target>
9292
</trans-unit>
9393
<trans-unit id="23">
9494
<source>This value should not be null.</source>
95-
<target>Ova vrijednost ne smije biti null.</target>
95+
<target>Ova vrijednost ne bi trebala biti null.</target>
9696
</trans-unit>
9797
<trans-unit id="24">
9898
<source>This value should be null.</source>
@@ -148,7 +148,7 @@
148148
</trans-unit>
149149
<trans-unit id="40">
150150
<source>This value is not a valid country.</source>
151-
<target>Ova vrijednost nije ispravna zemlja.</target>
151+
<target>Ova vrijednost nije ispravna država.</target>
152152
</trans-unit>
153153
<trans-unit id="41">
154154
<source>This value is already used.</source>
@@ -192,7 +192,7 @@
192192
</trans-unit>
193193
<trans-unit id="51">
194194
<source>No temporary folder was configured in php.ini.</source>
195-
<target>U php.ini datoteci nije konfiguriran privremeni folder.</target>
195+
<target>U php.ini datoteci nije konfiguriran privremeni direktorij.</target>
196196
</trans-unit>
197197
<trans-unit id="52">
198198
<source>Cannot write temporary file to disk.</source>
@@ -220,7 +220,7 @@
220220
</trans-unit>
221221
<trans-unit id="58">
222222
<source>Unsupported card type or invalid card number.</source>
223-
<target>Neispravan broj kartice ili tip kartice nije podržan.</target>
223+
<target>Tip kartice nije podržan ili je broj kartice neispravan.</target>
224224
</trans-unit>
225225
<trans-unit id="59">
226226
<source>This is not a valid International Bank Account Number (IBAN).</source>
@@ -248,35 +248,35 @@
248248
</trans-unit>
249249
<trans-unit id="65">
250250
<source>This value should be equal to {{ compared_value }}.</source>
251-
<target>Ova vrijednost bi trebala biti jednaka {{ compared_value }}.</target>
251+
<target>Ova vrijednost treba biti jednaka {{ compared_value }}.</target>
252252
</trans-unit>
253253
<trans-unit id="66">
254254
<source>This value should be greater than {{ compared_value }}.</source>
255-
<target>Ova vrijednost bi trebala biti veća od {{ compared_value }}.</target>
255+
<target>Ova vrijednost treba biti veća od {{ compared_value }}.</target>
256256
</trans-unit>
257257
<trans-unit id="67">
258258
<source>This value should be greater than or equal to {{ compared_value }}.</source>
259-
<target>Ova vrijednost bi trebala biti veća ili jednaka od {{ compared_value }}.</target>
259+
<target>Ova vrijednost treba biti veća od ili jednaka {{ compared_value }}.</target>
260260
</trans-unit>
261261
<trans-unit id="68">
262262
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
263-
<target>Ova vrijednost bi trebala biti {{ compared_value_type }} {{ compared_value }}.</target>
263+
<target>Ova vrijednost treba biti {{ compared_value_type }} {{ compared_value }}.</target>
264264
</trans-unit>
265265
<trans-unit id="69">
266266
<source>This value should be less than {{ compared_value }}.</source>
267-
<target>Ova vrijednost bi trebala biti manja od {{ compared_value }}.</target>
267+
<target>Ova vrijednost treba biti manja od {{ compared_value }}.</target>
268268
</trans-unit>
269269
<trans-unit id="70">
270270
<source>This value should be less than or equal to {{ compared_value }}.</source>
271-
<target>Ova vrijednost bi trebala biti manja ili jednaka {{ compared_value }}.</target>
271+
<target>Ova vrijednost treba biti manja od ili jednaka {{ compared_value }}.</target>
272272
</trans-unit>
273273
<trans-unit id="71">
274274
<source>This value should not be equal to {{ compared_value }}.</source>
275-
<target>Ova vrijednost ne bi trebala biti {{ compared_value }}.</target>
275+
<target>Ova vrijednost treba biti različita od {{ compared_value }}.</target>
276276
</trans-unit>
277277
<trans-unit id="72">
278278
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279-
<target>Ova vrijednost ne bi trebala biti {{ compared_value_type }} {{ compared_value }}.</target>
279+
<target>Ova vrijednost treba biti različita od {{ compared_value_type }} {{ compared_value }}.</target>
280280
</trans-unit>
281281
<trans-unit id="73">
282282
<source>The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.</source>
@@ -304,11 +304,11 @@
304304
</trans-unit>
305305
<trans-unit id="79">
306306
<source>The host could not be resolved.</source>
307-
<target>Poslužitelj nije mogao biti razriješen.</target>
307+
<target>Poslužitelj ne može biti pronađen.</target>
308308
</trans-unit>
309309
<trans-unit id="80">
310310
<source>This value does not match the expected {{ charset }} charset.</source>
311-
<target>Znakovne oznake vrijednosti ne odgovaraju očekivanom {{ charset }} skupu.</target>
311+
<target>Ova vrijednost ne odgovara očekivanom {{ charset }} znakovnom skupu.</target>
312312
</trans-unit>
313313
<trans-unit id="81">
314314
<source>This is not a valid Business Identifier Code (BIC).</source>

0 commit comments

Comments
 (0)