New translations en.json (Greek)
This commit is contained in:
parent
7c4a2120e1
commit
971f79e218
1 changed files with 19 additions and 19 deletions
|
@ -1,25 +1,25 @@
|
||||||
{
|
{
|
||||||
"server-messages": {
|
"server-messages": {
|
||||||
"errors": {
|
"errors": {
|
||||||
"invalid-credentials": "Invalid credentials",
|
"invalid-credentials": "Μη έγκυρα στοιχεία",
|
||||||
"admin-already-exists": "There is already an admin user. Please login to create a new user from the admin panel.",
|
"admin-already-exists": "Υπάρχει ήδη ένας διαχειριστής. Παρακαλούμε συνδεθείτε για να δημιουργήσετε ένα νέο χρήστη από τον πίνακα διαχείρισης.",
|
||||||
"missing-email-or-password": "Missing email or password",
|
"missing-email-or-password": "Λείπει το email ή ο κωδικός πρόσβασης",
|
||||||
"invalid-username": "Invalid username",
|
"invalid-username": "Μη έγκυρο όνομα χρήστη",
|
||||||
"user-already-exists": "User already exists",
|
"user-already-exists": "Ο χρήστης υπάρχει ήδη",
|
||||||
"error-creating-user": "Error creating user",
|
"error-creating-user": "Σφάλμα στη δημιουργία του χρήστη",
|
||||||
"no-change-password-request": "No change password request found",
|
"no-change-password-request": "Δε βρέθηκε αίτημα αλλαγής κωδικού πρόσβασης",
|
||||||
"operator-not-found": "Operator user not found",
|
"operator-not-found": "Ο χρήστης του διαχειριστή δε βρέθηκε",
|
||||||
"user-not-found": "User not found",
|
"user-not-found": "Δε βρέθηκε ο χρήστης",
|
||||||
"not-allowed-in-demo": "Not allowed in demo mode",
|
"not-allowed-in-demo": "Δεν επιτρέπεται σε λειτουργία επίδειξης",
|
||||||
"not-allowed-in-dev": "Not allowed in dev mode",
|
"not-allowed-in-dev": "Δεν επιτρέπεται σε λειτουργία προγραμματιστή",
|
||||||
"invalid-password": "Invalid password",
|
"invalid-password": "Μη έγκυρος κωδικός πρόσβασης",
|
||||||
"invalid-password-length": "Password must be at least 8 characters long",
|
"invalid-password-length": "Ο κωδικός πρόσβασης πρέπει να περιέχει τουλάχιστον 8 χαρακτήρες",
|
||||||
"invalid-locale": "Invalid locale",
|
"invalid-locale": "Μη έγκυρη τοπική ρύθμιση",
|
||||||
"totp-session-not-found": "2FA session not found",
|
"totp-session-not-found": "Η συνεδρία 2FA δε βρέθηκε",
|
||||||
"totp-not-enabled": "2FA is not enabled for this user",
|
"totp-not-enabled": "Το 2FA δεν είναι ενεργοποιημένο για αυτόν το χρήστη",
|
||||||
"totp-invalid-code": "Invalid 2FA code",
|
"totp-invalid-code": "Μη έγκυρος κωδικός 2FA",
|
||||||
"totp-already-enabled": "2FA is already enabled for this user",
|
"totp-already-enabled": "Το 2FA είναι ήδη ενεργοποιημένο για αυτόν το χρήστη",
|
||||||
"app-not-found": "App {id} not found",
|
"app-not-found": "Η εφαρμογή {id} δε βρέθηκε",
|
||||||
"app-failed-to-start": "Failed to start app {id}, see logs for more details",
|
"app-failed-to-start": "Failed to start app {id}, see logs for more details",
|
||||||
"app-failed-to-install": "Failed to install app {id}, see logs for more details",
|
"app-failed-to-install": "Failed to install app {id}, see logs for more details",
|
||||||
"app-failed-to-stop": "Failed to stop app {id}, see logs for more details",
|
"app-failed-to-stop": "Failed to stop app {id}, see logs for more details",
|
||||||
|
|
Loading…
Reference in a new issue