Skip to content

Commit 20cc508

Browse files
minor #58349 Add missing Albanian translations for Security and Validator components (rinimisini)
This PR was merged into the 5.4 branch. Discussion ---------- Add missing Albanian translations for Security and Validator components | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix #54548 | License | MIT Added missing Albanian translations, in src/Symfony/Component/Security/Core/Resources/translations/security.sq.xlf and src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf files respectively. Commits ------- d7c38f1e74a Add missing Albanian translations for Security and Validator components
2 parents 8de589f + e84d2d4 commit 20cc508

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Resources/translations/validators.sq.xlf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -453,27 +453,27 @@
453453
</trans-unit>
454454
<trans-unit id="114">
455455
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
456-
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
456+
<target>Kjo vlerë është shumë e shkurtër. Duhet të përmbajë të paktën një fjalë.|Kjo vlerë është shumë e shkurtër. Duhet të përmbajë të paktën {{ min }} fjalë.</target>
457457
</trans-unit>
458458
<trans-unit id="115">
459459
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
460-
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
460+
<target>Kjo vlerë është shumë e gjatë. Duhet të përmbajë një fjalë.|Kjo vlerë është shumë e gjatë. Duhet të përmbajë {{ max }} fjalë ose më pak.</target>
461461
</trans-unit>
462462
<trans-unit id="116">
463463
<source>This value does not represent a valid week in the ISO 8601 format.</source>
464-
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
464+
<target>Kjo vlerë nuk përfaqëson një javë të vlefshme në formatin ISO 8601.</target>
465465
</trans-unit>
466466
<trans-unit id="117">
467467
<source>This value is not a valid week.</source>
468-
<target state="needs-translation">This value is not a valid week.</target>
468+
<target>Kjo vlerë nuk është një javë e vlefshme.</target>
469469
</trans-unit>
470470
<trans-unit id="118">
471471
<source>This value should not be before week "{{ min }}".</source>
472-
<target state="needs-translation">This value should not be before week "{{ min }}".</target>
472+
<target>Kjo vlerë nuk duhet të jetë para javës "{{ min }}".</target>
473473
</trans-unit>
474474
<trans-unit id="119">
475475
<source>This value should not be after week "{{ max }}".</source>
476-
<target state="needs-translation">This value should not be after week "{{ max }}".</target>
476+
<target>Kjo vlerë nuk duhet të jetë pas javës "{{ max }}".</target>
477477
</trans-unit>
478478
</body>
479479
</file>

0 commit comments

Comments
 (0)