Skip to content

Commit a580e8a

Browse files
committed
minor #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 d415ba7 + 87b8127 commit a580e8a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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)