8000 minor #52242 [Security][Validator] Missing translations for Luxembour… · mathroc/symfony@100b188 · GitHub
[go: up one dir, main page]

Skip to content

Commit 100b188

Browse files
minor symfony#52242 [Security][Validator] Missing translations for Luxembourgish (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 symfony#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 ------- d2518d2 [Security][Validator] Missing translations for Luxembourgish
2 parents ce87255 + d2518d2 commit 100b188

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

src/Symfony/Component/Security/Core/Resources/translations/security.lb.xlf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@
7070
<source>Invalid or expired login link.</source>
7171
<target>Ongëltegen oder ofgelafene Login-Link.</target>
7272
</trans-unit>
73+
<trans-unit id="19">
74+
<source>Too many failed login attempts, please try again in %minutes% minute.</source>
75+
<target>Zu vill fehlgeschloen Loginversich, w. e. g. probéiert nach am %minutes% Minutt.</target>
76+
</trans-unit>
77+
<trans-unit id="20">
78+
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
79+
<target>Zu vill fehlgeschloen Loginversich, w. e. g. probéiert nach an %minutes% Minutten.</target>
80+
</trans-unit>
7381
</body>
7482
</file>
7583
</xliff>

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,46 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Dëse Wäert ass keng gëlteg International Wäertpabeiererkennnummer (ISIN).</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Dëse Wäert soll eng gëlteg Expression sinn.</target>
392+
</trans-unit>
393+
<trans-unit id="101">
394+
<source>This value is not a valid CSS color.</source>
395+
<target>Dëse Wäert ass keng gëlteg CSS Faarf.</target>
396+
</trans-unit>
397+
<trans-unit id="102">
398+
<source>This value is not a valid CIDR notation.</source>
399+
<target>Dëse Wäert ass keng gëlteg CIDR Notatioun.</target>
400+
</trans-unit>
401+
<trans-unit id="103">
402+
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
403+
<target>De Wäert vum Netmask soll tëscht {{ min }} a {{ max }} sinn.</target>
404+
</trans-unit>
405+
<trans-unit id="104">
406+
<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>
407+
<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>
408+
</trans-unit>
409+
<trans-unit id="105">
410+
<source>The password strength is too low. Please use a stronger password.</source>
411+
<target>D'Staarf vum Passwuert ass ze schwaach. Benotzt w. e. g. e stäerker Passwuert.</target>
412+
</trans-unit>
413+
<trans-unit id="106">
414+
<source>This value contains characters that are not allowed by the c 947B urrent restriction-level.</source>
415+
<target>Dëse Wäert enthält Zeechen, déi net erlaabt sinn no der aktueller Beschränkungsstuf.</target>
416+
</trans-unit>
417+
<trans-unit id="107">
418+
<source>Using invisible characters is not allowed.</source>
419+
<target>D'Benotzen vu onsiichtbaren Zeechen ass net erlaabt.</target>
420+
</trans-unit>
421+
<trans-unit id="108">
422+
<source>Mixing numbers from different scripts is not allowed.</source>
423+
<target>D'Mësche vu Nummeren aus verschiddenen Skripten ass net erlaabt.</target>
424+
</trans-unit>
425+
<trans-unit id="109">
426+
<source>Using hidden overlay characters is not allowed.</source>
427+
<target>D'Benotzen vu verstoppten Iwwerlagungszeechen ass net erlaabt.</target>
428+
</trans-unit>
389429
</body>
390430
</file>
391431
</xliff>

0 commit comments

Comments
 (0)
0