Skip to content

Commit 781e812

Browse files
committed
minor symfony#53180 [Validator] updated Albanian translation (thunderer)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] updated Albanian translation | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix symfony#45124 | License | MIT Missing translation keys with help from a native speaker. Commits ------- f29d9f5 [Validator] updated Albanian translation
2 parents 508c256 + f29d9f5 commit 781e812

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

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

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,50 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Kjo vlerë nuk është një numër i vlefshëm identifikues ndërkombëtar i sigurisë (ISIN).</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Kjo vlerë duhet të jetë një shprehje e vlefshme.</target>
392+
</trans-unit>
393+
<trans-unit id="101">
394+
<source>This value is not a valid CSS color.</source>
395+
<target>Kjo vlerë nuk është një ngjyrë e vlefshme CSS.</target>
396+
</trans-unit>
397+
<trans-unit id="102">
398+
<source>This value is not a valid CIDR notation.</source>
399+
<target>Kjo vlerë nuk është një shënim i vlefshëm CIDR.</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>Vlera e maskës së rrjetit duhet të jetë ndërmjet {{ min }} dhe {{ max }}.</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>Emri i skedarit është shumë i gjatë. Duhet të ketë maksimumi {{ filename_max_length }} karakter ose më pak.|Emri i skedarit është shumë i gjatë. Duhet të ketë maksimumi {{ filename_max_length }} karaktere ose më pak.</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>Fuqia e fjalëkalimit është shumë e ulët. Ju lutemi përdorni një fjalëkalim më të fortë.</target>
412+
</trans-unit>
413+
<trans-unit id="106">
414+
<source>This value contains characters that are not allowed by the current restriction-level.</source>
415+
<target>Kjo vlerë përmban karaktere që nuk lejohen nga niveli aktual i kufizimit.</target>
416+
</trans-unit>
417+
<trans-unit id="107">
418+
<source>Using invisible characters is not allowed.</source>
419+
<target>Përdorimi i karaktereve të padukshme nuk lejohet.</target>
420+
</trans-unit>
421+
<trans-unit id="108">
422+
<source>Mixing numbers from different scripts is not allowed.</source>
423+
<target>Përzierja e numrave nga skriptet e ndryshme nuk lejohet.</target>
424+
</trans-unit>
425+
<trans-unit id="109">
426+
<source>Using hidden overlay characters is not allowed.</source>
427+
<target>Përdorimi i karaktereve të mbivendosura të fshehura nuk lejohet.</target>
428+
</trans-unit>
429+
<trans-unit id="110">
430+
<source>The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}.</source>
431+
<target>Shtesa e skedarit është e pavlefshme ({{ extension }}). Shtesat e lejuara janë {{ extensions }}.</target>
432+
</trans-unit>
389433
</body>
390434
</file>
391435
</xliff>

0 commit comments

Comments
 (0)