8000 Add czech translation for Url and Length validator · jameshalsall/symfony@bfd1644 · GitHub
[go: up one dir, main page]

Skip to content

Commit bfd1644

Browse files
authored
Add czech translation for Url and Length validator
1 parent aae8e3d commit bfd1644

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,14 @@
302302
<source>An empty file is not allowed.</source>
303303
<target>Soubor nesmí být prázdný.</target>
304304
</trans-unit>
305+
<trans-unit id="79">
306+
<source>The host could not be resolved.</source>
307+
<target>Hostitele nebylo možné rozpoznat.</target>
308+
</trans-unit>
309+
<trans-unit id="80">
310+
<source>This value does not match the expected {{ charset }} charset.</source>
311+
<target>Tato hodnota neodpovídá očekávané znakové sadě {{ charset }}.</target>
312+
</trans-unit>
305313
</body>
306314
</file>
307315
</xliff>

0 commit comments

Comments
 (0)
0