1
0
mirror of https://github.com/bndw/wifi-card.git synced 2024-12-24 10:06:42 +02:00

Greek translation (#253)

* Added Greek translation

* Fix lint

Co-authored-by: nautilus7 <spyros.n7@gmail.com>
This commit is contained in:
Ben Woodward 2022-10-13 21:24:19 -07:00 committed by GitHub
parent 85ce480dbe
commit 63b81beafe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

View File

@ -69,6 +69,7 @@ We would love for you to contribute to different languages and help make it even
| Hindi | [Pushpender](https://github.com/PushpenderSaini0) |
| Catalan | [aniol](https://github.com/aniol) |
| German | [devofthings](https://github.com/devofthings) |
| Greek | [nautilus7](https://github.com/nautilus7) |
| Indonesia | [nyancodeid](https://github.com/nyancodeid) |
| Polish | [olekstomek](https://github.com/olekstomek) |
| Arabic | [Ahmed Tokyo](https://github.com/a-tokyo) |

View File

@ -467,6 +467,42 @@ export const Translations = [
select: 'Sprache auswählen',
},
},
{
id: 'el-GR',
name: 'Greek - Hellenic',
translation: {
title: 'WiFi Card',
'desc.use':
'Εκτυπώστε μια απλή κάρτα με τις πληροφορίες πρόσβασης στο WiFi δίκτυό σας. Κολλήστε την στο ψυγείο ή βάλτε τη στο πορτοφόλι σας, κτλ.',
'desc.privacy':
'Οι πληροφορίες που σχετίζονται με το δίκτυο WiFi δεν αποστέλλονται στον διακομιστή. Καμιά ιχνηλάτηση, στατιστική ανάλυση ή ταυτοποίηση δεν πραγματοποιείται από αυτή την ιστοσελίδα. Δείτε τον',
'desc.source': 'πηγαίο κώδικα',
'wifi.identity': 'Ταυτότητα',
'wifi.identity.placeholder': 'όνομα χρήστη',
'wifi.login': 'Πληροφορίες WiFi',
'wifi.name': 'Όνομα δικτύου',
'wifi.name.hiddenSSID': 'Κρυφό SSID',
'wifi.name.placeholder': 'όνομα δικτύου',
'wifi.password': 'Κωδικός πρόσβασης',
'wifi.password.placeholder': 'κωδικός πρόσβασης',
'wifi.password.hide': 'Απόκρυψη κωδικού πρόσβασης',
'wifi.password.encryption': 'Κρυπτογράφηση',
'wifi.password.encryption.none': 'Καμία',
'wifi.encryption.eapMethod': 'Μέθοδος EAP',
'wifi.tip':
'Στρέψτε την κάμερα του κινητού σας προς τον κώδικα QR για να συνδεθείτε αυτόματα',
'wifi.alert.name': 'Το όνομα δικτύου δεν μπορεί να είναι κενό',
'wifi.alert.password': 'Ο κωδικός πρόσβασης δεν μπορεί να είναι κενός',
'wifi.alert.password.length.5':
'Ο κωδικός πρόσβασης πρέπει να αποτελείται από τουλάχιστον 5 χαρακτήρες, διαφορετικά αλλάξτε την κρυπτογράφηση σε "Καμία"',
'wifi.alert.password.length.8':
'Ο κωδικός πρόσβασης πρέπει να αποτελείται από τουλάχιστον 8 χαρακτήρες, διαφορετικά αλλάξτε την κρυπτογράφηση σε "Καμία"',
'wifi.alert.eapIdentity': 'Η ταυτότητα δεν μπορεί να είναι κενή.',
'button.rotate': 'Περιστροφή',
'button.print': 'Εκτύπωση',
select: 'Επιλέξτε γλώσσα',
},
},
{
id: 'pl-PL',
name: 'Polish - Polski',