Skip to content

Commit

Permalink
minor #52242 [Security][Validator] Missing translations for Luxembour…
Browse files Browse the repository at this point in the history
…gish (crownbackend)

This PR was squashed before being merged into the 5.4 branch.

Discussion
----------

[Security][Validator] Missing translations for Luxembourgish

| Q             | A
| ------------- | ---
| Branch?       | 5.4<!-- see below -->
| Bug fix?      | yes
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues        | Fix #51899 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License       | MIT

Added missing translations validator (translation units 100-109).
Added missing translations security (translation units 10-20).
<!--
Replace this notice by a description of your feature/bugfix.
This will help reviewers and should be a good start for the documentation.

Additionally (see https://symfony.com/releases):
 - Always add tests and ensure they pass.
 - Bug fixes must be submitted against the lowest maintained branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too).
 - Features and deprecations must be submitted against the latest branch.
 - For new features, provide some code snippets to help understand usage.
 - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
 - Never break backward compatibility (see https://symfony.com/bc).
-->

Commits
-------

d2518d2ae9 [Security][Validator] Missing translations for Luxembourgish
  • Loading branch information
nicolas-grekas committed Oct 27, 2023
2 parents 6830ccb + 1e86c3c commit ce65d78
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions Resources/translations/validators.lb.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,46 @@
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
<target>Dëse Wäert ass keng gëlteg International Wäertpabeiererkennnummer (ISIN).</target>
</trans-unit>
<trans-unit id="100">
<source>This value should be a valid expression.</source>
<target>Dëse Wäert soll eng gëlteg Expression sinn.</target>
</trans-unit>
<trans-unit id="101">
<source>This value is not a valid CSS color.</source>
<target>Dëse Wäert ass keng gëlteg CSS Faarf.</target>
</trans-unit>
<trans-unit id="102">
<source>This value is not a valid CIDR notation.</source>
<target>Dëse Wäert ass keng gëlteg CIDR Notatioun.</target>
</trans-unit>
<trans-unit id="103">
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
<target>De Wäert vum Netmask soll tëscht {{ min }} a {{ max }} sinn.</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>De Dateinimm ass ze laang. Et sollt {{ filename_max_length }} Zeechen oder manner hunn.|De Dateinimm ass ze laang. Et sollt {{ filename_max_length }} Zeechen oder manner hunn.</target>
</trans-unit>
<trans-unit id="105">
<source>The password strength is too low. Please use a stronger password.</source>
<target>D'Staarf vum Passwuert ass ze schwaach. Benotzt w. e. g. e stäerker Passwuert.</target>
</trans-unit>
<trans-unit id="106">
<source>This value contains characters that are not allowed by the current restriction-level.</source>
<target>Dëse Wäert enthält Zeechen, déi net erlaabt sinn no der aktueller Beschränkungsstuf.</target>
</trans-unit>
<trans-unit id="107">
<source>Using invisible characters is not allowed.</source>
<target>D'Benotzen vu onsiichtbaren Zeechen ass net erlaabt.</target>
</trans-unit>
<trans-unit id="108">
<source>Mixing numbers from different scripts is not allowed.</source>
<target>D'Mësche vu Nummeren aus verschiddenen Skripten ass net erlaabt.</target>
</trans-unit>
<trans-unit id="109">
<source>Using hidden overlay characters is not allowed.</source>
<target>D'Benotzen vu verstoppten Iwwerlagungszeechen ass net erlaabt.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit ce65d78

Please sign in to comment.