Skip to content

Commit 8ee50a1

Browse files
committed
minor #43964 [Validator] Missing translations for Greek (el) (agaktr)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- [Validator] Missing translations for Greek (el) | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #43719 | License | MIT Greek Translation Addition. Commits ------- c98eaa8002 [Validator] Missing translations for Greek (el)
2 parents c54aa57 + ee40b02 commit 8ee50a1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Resources/translations/validators.el.xlf

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,12 +388,20 @@
388388
</trans-unit>
389389
<trans-unit id="100">
390390
<source>This value should be a valid expression.</source>
391-
<target>Αυτή η τιμή πρέπει να είναι έγκυρη έκφραση.</target>
391+
<target>Αυτή η τιμή θα πρέπει να είναι μία έγκυρη έκφραση.</target>
392392
</trans-unit>
393393
<trans-unit id="101">
394394
<source>This value is not a valid CSS color.</source>
395395
<target>Αυτή η τιμή δεν είναι έγκυρο χρώμα CSS.</target>
396396
</trans-unit>
397+
<trans-unit id="102">
398+
<source>This value is not a valid CIDR notation.</source>
399+
<target>Αυτή η τιμή δεν είναι έγκυρη 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>Η τιμή του netmask πρέπει να είναι ανάμεσα σε {{ min }} και {{ max }}.</target>
404+
</trans-unit>
397405
</body>
398406
</file>
399407
</xliff>

0 commit comments

Comments
 (0)