Skip to content

Commit

Permalink
minor #54209 Missing translations for Greek (el) #53768 (dev-george-n…
Browse files Browse the repository at this point in the history
…ikolaidis)

This PR was submitted for the 7.1 branch but it was squashed and merged into the 5.4 branch instead.

Discussion
----------

Missing translations for Greek (el) #53768

 Branch      5.4,
 Bug fixes      no

I've addressed missing Greek translations in issue #53768. This pull request includes the necessary changes.
Changes:

Added Greek (el) translations for missing strings.

Kindly review and merge if satisfactory.

Commits
-------

159ebc6 updating missing translations for Greek #53768
  • Loading branch information
nicolas-grekas committed Mar 12, 2024
2 parents 10d7d43 + 159ebc6 commit 9fe7efc
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -136,7 +136,7 @@
</trans-unit>
<trans-unit id="37" resname="This is not a valid IP address.">
<source>This value is not a valid IP address.</source>
<target state="needs-review-translation">Αυτή η τιμή δεν είναι έγκυρη διεύθυνση IP.</target>
<target >Αυτή η IP διεύθυνση δεν είναι έγκυρη.</target>
</trans-unit>
<trans-unit id="38">
<source>This value is not a valid language.</source>
Expand Down Expand Up @@ -192,7 +192,7 @@
</trans-unit>
<trans-unit id="51" resname="No temporary folder was configured in php.ini.">
<source>No temporary folder was configured in php.ini, or the configured folder does not exist.</source>
<target state="needs-review-translation">Δεν ρυθμίστηκε προσωρινός φάκελος στο php.ini, ή ο ρυθμισμένος φάκελος δεν υπάρχει.</target>
<target>Δεν έχει ρυθμιστεί προσωρινός φάκελος στο php.ini, ή ο ρυθμισμένος φάκελος δεν υπάρχει.</target>
</trans-unit>
<trans-unit id="52">
<source>Cannot write temporary file to disk.</source>
Expand Down Expand Up @@ -224,7 +224,7 @@
</trans-unit>
<trans-unit id="59" resname="This is not a valid International Bank Account Number (IBAN).">
<source>This value is not a valid International Bank Account Number (IBAN).</source>
<target state="needs-review-translation">Αυτή η τιμή δεν είναι έγκυρος Διεθνής Αριθμός Τραπεζικού Λογαριασμού (IBAN).</target>
<target>Αυτός δεν είναι έγκυρος διεθνής αριθμός τραπεζικού λογαριασμού (IBAN).</target>
</trans-unit>
<trans-unit id="60">
<source>This value is not a valid ISBN-10.</source>
Expand Down Expand Up @@ -312,15 +312,15 @@
</trans-unit>
<trans-unit id="81" resname="This is not a valid Business Identifier Code (BIC).">
<source>This value is not a valid Business Identifier Code (BIC).</source>
<target state="needs-review-translation">Αυτή η τιμή δεν είναι έγκυρος Κωδικός Ταυτοποίησης Επιχείρησης (BIC).</target>
<target>Αυτός ο αριθμός δεν είναι έγκυρος Κωδικός Ταυτοποίησης Επιχείρησης (BIC).</target>
</trans-unit>
<trans-unit id="82">
<source>Error</source>
<target>Σφάλμα</target>
</trans-unit>
<trans-unit id="83" resname="This is not a valid UUID.">
<source>This value is not a valid UUID.</source>
<target state="needs-review-translation">Αυτή η τιμή δεν είναι έγκυρη UUID.</target>
<target >Αυτός ο αριθμός δεν είναι έγκυρη UUID.</target>
</trans-unit>
<trans-unit id="84">
<source>This value should be a multiple of {{ compared_value }}.</source>
Expand Down Expand Up @@ -436,7 +436,7 @@
</trans-unit>
<trans-unit id="112">
<source>This value is not a valid MAC address.</source>
<target state="needs-review-translation">Αυτή η τιμή δεν είναι έγκυρη διεύθυνση MAC.</target>
<target>Αυτός ο αριθμός δεν είναι έγκυρη διεύθυνση MAC.</target>
</trans-unit>
</body>
</file>
Expand Down

0 comments on commit 9fe7efc

Please sign in to comment.