1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-01 15:17:47 +02:00
jfa-go/lang/form/el-gr.json
Harvey Tindall eeb9b07bce
admin: add manual "Send Password reset" to accounts tab
Only appears with Reset links enabled.
Pressing this sends a PWR link to the users selected.
if one user is selected, or if one of you selected users doesn't have a
method of contact, a link is given to the admin to send to them
manually.
2021-10-13 15:04:22 +01:00

48 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} ειδικούς χαρακτήρες"
}
}
}