8000 minor #19534 Add czech translation for Url and Length validator (pulz… · tgalopin/symfony@3936c4b · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 3936c4b

Browse files
committed
minor symfony#19534 Add czech translation for Url and Length validator (pulzarraider)
This PR was merged into the 2.7 branch. Discussion ---------- Add czech translation for Url and Length validator | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- bfd1644 Add czech translation for Url and Length validator
2 parents ec53d79 + bfd1644 commit 3936c4b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,12 @@
303303
<target>Soubor nesmí být prázdný.</target>
304304
</trans-unit>
305305
<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">
306310
<source>This value does not match the expected {{ charset }} charset.</source>
307-
<target>Tato hodnota neodpovídá očekávanému kódování {{ charset }}.</target>
311+
<target>Tato hodnota neodpovídá očekávané znakové sadě {{ charset }}.</target>
308312
</trans-unit>
309313
</body>
310314
</file>

0 commit comments

Comments
 (0)
0