File tree 1 file changed +40
-0
lines changed
src/Symfony/Component/Validator/Resources/translations 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 238
238
<source >This value is neither a valid ISBN-10 nor a valid ISBN-13.</source >
239
239
<target >Tato hodnota není platné ISBN-10 ani ISBN-13.</target >
240
240
</trans-unit >
241
+ <trans-unit id =" 63" >
242
+ <source >This value is not a valid ISSN.</source >
243
+ <target >Tato hodnota není platné ISSN.</target >
244
+ </trans-unit >
245
+ <trans-unit id =" 64" >
246
+ <source >This value is not a valid currency.</source >
247
+ <target >Tato měna neexistuje.</target >
248
+ </trans-unit >
249
+ <trans-unit id =" 65" >
250
+ <source >This value should be equal to {{ compared_value }}.</source >
251
+ <target >Tato hodnota musí být rovna {{ compared_value }}.</target >
252
+ </trans-unit >
253
+ <trans-unit id =" 66" >
254
+ <source >This value should be greater than {{ compared_value }}.</source >
255
+ <target >Tato hodnota musí být větší než {{ compared_value }}.</target >
256
+ </trans-unit >
257
+ <trans-unit id =" 67" >
258
+ <source >This value should be greater than or equal to {{ compared_value }}.</source >
259
+ <target >Tato hodnota musí být větší nebo rovna {{ compared_value }}.</target >
260
+ </trans-unit >
261
+ <trans-unit id =" 68" >
262
+ <source >This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source >
263
+ <target >Tato hodnota musí být typu {{ compared_value_type }} a zároveň musí být rovna {{ compared_value }}.</target >
264
+ </trans-unit >
265
+ <trans-unit id =" 69" >
266
+ <source >This value should be less than {{ compared_value }}.</source >
267
+ <target >Tato hodnota musí být menší než {{ compared_value }}.</target >
268
+ </trans-unit >
269
+ <trans-unit id =" 70" >
270
+ <source >This value should be less than or equal to {{ compared_value }}.</source >
271
+ <target >Tato hodnota musí být menší nebo rovna {{ compared_value }}.</target >
272
+ </trans-unit >
273
+ <trans-unit id =" 71" >
274
+ <source >This value should not be equal to {{ compared_value }}.</source >
275
+ <target >Tato hodnota nesmí být rovna {{ compared_value }}.</target >
276
+ </trans-unit >
277
+ <trans-unit id =" 72" >
278
+ <source >This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source >
279
+ <target >Tato hodnota nesmí být typu {{ compared_value_type }} a zároveň nesmí být rovna {{ compared_value }}.</target >
280
+ </trans-unit >
241
281
</body >
242
282
</file >
243
283
</xliff >
You can’t perform that action at this time.
0 commit comments