1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-23 01:47:46 +02:00
jfa-go/lang/form/el-gr.json
Harvey Tindall d3c5feaf1b
userpage: use form langfile, move login strings to common
login-related stuff was moved into common using the langmover script, so
that the user page doesn't have to use the admin language files.
2023-06-17 12:48:28 +01:00

47 lines
2.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"meta": {
"name": "Ελληνικά (GR)"
},
"strings": {
"pageTitle": "Δημιουργία λογαριασμού Jellyfin",
"createAccountHeader": "Δημιουργία Λογαρισμού",
"accountDetails": "Λεπτομέρειες",
"emailAddress": "Email",
"username": "Όνομα Χρήστη",
"password": "Κωδικός",
"reEnterPassword": "Επιβεβαίωση Κωδικού",
"reEnterPasswordInvalid": "Οι κωδικοί δεν είναι ίδιοι.",
"createAccountButton": "Δημιουργία Λογαρισμού",
"passwordRequirementsHeader": "Απαιτήσεις Κωδικού",
"successHeader": "Επιτυχία!",
"confirmationRequired": "Απαιτείται επιβεβαίωση Email",
"confirmationRequiredMessage": "Παρακαλώ ελέγξτε το email σας για να επιβεβαιώσετε την διεύθυνση σας .",
"yourAccountIsValidUntil": "Ο λογαριασμός σου θα ισχύει μέχρι {date}."
},
"notifications": {
"errorUserExists": "Ο χρήστης υπάρχει ήδη.",
"errorInvalidCode": "Άκυρος κωδικός πρόσκλησης."
},
"validationStrings": {
"length": {
"singular": "Πρέπει να περιέχει τουλάχιστον {n} χαρακτήρες",
"plural": "Πρέπει να περιέχει τουλάχιστον {n} χαρακτήρα"
},
"uppercase": {
"singular": "Πρέπει να περιέχει τουλάχιστον {n} κεφαλαίο χαρακτήρα",
"plural": "Πρέπει να περιέχει τουλάχιστον {n} κεφαλαίους χαρακτήρες"
},
"lowercase": {
"singular": "Πρέπει να περιέχει τουλάχιστον {n} πεζό χαρακτήρα",
"plural": "Πρέπει να περιέχει τουλάχιστον {n} πεζούς χαρακτήρες"
},
"number": {
"singular": "Πρέπει να περιέχει τουλάχιστον {n} αριθμό",
"plural": "Πρέπει να περιέχει τουλάχιστον {n} αριθμούς"
},
"special": {
"singular": "Πρέπει να περιέχει τουλάχιστον {n} ειδικό χαρακτήρα",
"plural": "Πρέπει να περιέχει τουλάχιστον {n} ειδικούς χαρακτήρες"
}
}
}