Skip to content

Commit

Permalink
minor #52239 [Validator] Added missing translations for Czech (cs) (s…
Browse files Browse the repository at this point in the history
…hubhalgupta, nicolas-grekas)

This PR was merged into the 5.4 branch.

Discussion
----------

[Validator] Added missing translations for Czech (cs)

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Issues        | Fix #51936
| License       | MIT

Commits
-------

7ad9db0 Closes #51936-Added Missing translations for Czech (cs) in validators.cs.xlf file
  • Loading branch information
nicolas-grekas committed Nov 20, 2023
2 parents d257bb1 + 7ad9db0 commit b5376c7
Showing 1 changed file with 24 additions and 0 deletions.
Expand Up @@ -402,6 +402,30 @@
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
<target>Hodnota masky sítě musí být mezi {{ min }} a {{ max }}.</target>
</trans-unit>
<trans-unit id="104">
<source>The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.</source>
<target>Název souboru je příliš dlouhý. Měl by obsahovat {{ filename_max_length }} znak nebo méně.|Název souboru je příliš dlouhý. Měl by obsahovat {{ filename_max_length }} znaky nebo méně.|Název souboru je příliš dlouhý. Měl by obsahovat {{ filename_max_length }} znaků nebo méně.</target>
</trans-unit>
<trans-unit id="105">
<source>The password strength is too low. Please use a stronger password.</source>
<target>Síla hesla je příliš nízká. Použijte silnější heslo, prosím.</target>
</trans-unit>
<trans-unit id="106">
<source>This value contains characters that are not allowed by the current restriction-level.</source>
<target>Tato hodnota obsahuje znaky, které nejsou povoleny aktuální úrovní omezení.</target>
</trans-unit>
<trans-unit id="107">
<source>Using invisible characters is not allowed.</source>
<target>Používání neviditelných znaků není povoleno.</target>
</trans-unit>
<trans-unit id="108">
<source>Mixing numbers from different scripts is not allowed.</source>
<target>Kombinování čísel z různých písem není povoleno.</target>
</trans-unit>
<trans-unit id="109">
<source>Using hidden overlay characters is not allowed.</source>
<target>Použití skrytých překrývajících znaků není povoleno.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit b5376c7

Please sign in to comment.