Skip to content

Commit c543626

Browse files
author
Robin Chalas
committed
Merge branch '3.4' into 4.2
* 3.4: [Form] Fix author tag + exception messages [TwigBridge] Fix deprecation on twig 2.9 [Validator] Fixed imprecise translations [Validator] Add Dutch translations Intercept redirections only for HTML format Fix name and phpdoc of ContainerBuilder::removeBindings [Intl] Update the ICU data to 64.2
2 parents 058b937 + 682d73b commit c543626

File tree

2 files changed

+50
-18
lines changed

2 files changed

+50
-18
lines changed

Resources/translations/validators.hr.xlf

Lines changed: 18 additions & 18 deletions
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>

Resources/translations/validators.nl.xlf

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,38 @@
330330
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
331331
<target>Deze bedrijfsidentificatiecode (BIC) is niet gekoppeld aan IBAN {{ iban }}.</target>
332332
</trans-unit>
333+
<trans-unit id="86">
334+
<source>This value should be valid JSON.</source>
335+
<target>Deze waarde moet geldige JSON zijn.</target>
336+
</trans-unit>
337+
<trans-unit id="87">
338+
<source>This collection should contain only unique elements.</source>
339+
<target>Deze collectie moet alleen unieke elementen bevatten.</target>
340+
</trans-unit>
341+
<trans-unit id="88">
342+
<source>This value should be positive.</source>
343+
<target>Deze waarde moet positief zijn.</target>
344+
</trans-unit>
345+
<trans-unit id="89">
346+
<source>This value should be either positive or zero.</source>
347+
<target>Deze waarde moet positief of gelijk aan nul zijn.</target>
348+
</trans-unit>
349+
<trans-unit id="90">
350+
<source>This value should be negative.</source>
351+
<target>Deze waarde moet negatief zijn.</target>
352+
</trans-unit>
353+
<trans-unit id="91">
354+
<source>This value should be either negative or zero.</source>
355+
<target>Deze waarde moet negatief of gelijk aan nul zijn.</target>
356+
</trans-unit>
357+
<trans-unit id="92">
358+
<source>This value is not a valid timezone.</source>
359+
<target>Deze waarde is geen geldige tijdzone.</target>
360+
</trans-unit>
361+
<trans-unit id="93">
362+
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
363+
<target>Dit wachtwoord is gelekt vanwege een data-inbreuk, het moet niet worden gebruikt. Kies een ander wachtwoord.</target>
364+
</trans-unit>
333365
</body>
334366
</file>
335367
</xliff>

0 commit comments

Comments
 (0)