You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#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 | Fixsymfony#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
-------
d7c38f1 Add missing Albanian translations for Security and Validator components
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Resources/translations/security.sq.xlf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
</trans-unit>
21
21
<trans-unitid="5">
22
22
<source>Cookie has already been used by someone else.</source>
23
-
<target>Cookie është përdorur tashmë nga dikush tjetër.</target>
23
+
<target>“Cookie” është përdorur tashmë nga dikush tjetër.</target>
24
24
</trans-unit>
25
25
<trans-unitid="6">
26
26
<source>Not privileged to request the resource.</source>
@@ -76,7 +76,7 @@
76
76
</trans-unit>
77
77
<trans-unitid="20">
78
78
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
79
-
<targetstate="needs-review-translation">Shumë përpjekje të pasuksesshme për t'u identifikuar, ju lutemi provoni përsëri pas %minutes% minutash.</target>
79
+
<target>Shumë përpjekje të dështuara për identifikim, ju lutemi provoni përsëri pas %minutes% minutash.</target>
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -453,27 +453,27 @@
453
453
</trans-unit>
454
454
<trans-unitid="114">
455
455
<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
-
<targetstate="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>
457
457
</trans-unit>
458
458
<trans-unitid="115">
459
459
<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
-
<targetstate="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>
461
461
</trans-unit>
462
462
<trans-unitid="116">
463
463
<source>This value does not represent a valid week in the ISO 8601 format.</source>
464
-
<targetstate="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>
465
465
</trans-unit>
466
466
<trans-unitid="117">
467
467
<source>This value is not a valid week.</source>
468
-
<targetstate="needs-translation">This value is not a valid week.</target>
468
+
<target>Kjo vlerë nuk është një javë e vlefshme.</target>
469
469
</trans-unit>
470
470
<trans-unitid="118">
471
471
<source>This value should not be before week "{{ min }}".</source>
472
-
<targetstate="needs-translation">This value should not be before week "{{ min }}".</target>
472
+
<target>Kjo vlerë nuk duhet të jetë para javës "{{ min }}".</target>
473
473
</trans-unit>
474
474
<trans-unitid="119">
475
475
<source>This value should not be after week "{{ max }}".</source>
476
-
<targetstate="needs-translation">This value should not be after week "{{ max }}".</target>
476
+
<target>Kjo vlerë nuk duhet të jetë pas javës "{{ max }}".</target>
0 commit comments