New translations en.json (Greek)

This commit is contained in:
Nicolas Meienberger 2023-07-14 15:52:38 +02:00
parent 7c4a2120e1
commit 971f79e218

View file

@ -1,25 +1,25 @@
{
"server-messages": {
"errors": {
"invalid-credentials": "Invalid credentials",
"admin-already-exists": "There is already an admin user. Please login to create a new user from the admin panel.",
"missing-email-or-password": "Missing email or password",
"invalid-username": "Invalid username",
"user-already-exists": "User already exists",
"error-creating-user": "Error creating user",
"no-change-password-request": "No change password request found",
"operator-not-found": "Operator user not found",
"user-not-found": "User not found",
"not-allowed-in-demo": "Not allowed in demo mode",
"not-allowed-in-dev": "Not allowed in dev mode",
"invalid-password": "Invalid password",
"invalid-password-length": "Password must be at least 8 characters long",
"invalid-locale": "Invalid locale",
"totp-session-not-found": "2FA session not found",
"totp-not-enabled": "2FA is not enabled for this user",
"totp-invalid-code": "Invalid 2FA code",
"totp-already-enabled": "2FA is already enabled for this user",
"app-not-found": "App {id} not found",
"invalid-credentials": "Μη έγκυρα στοιχεία",
"admin-already-exists": "Υπάρχει ήδη ένας διαχειριστής. Παρακαλούμε συνδεθείτε για να δημιουργήσετε ένα νέο χρήστη από τον πίνακα διαχείρισης.",
"missing-email-or-password": "Λείπει το email ή ο κωδικός πρόσβασης",
"invalid-username": "Μη έγκυρο όνομα χρήστη",
"user-already-exists": "Ο χρήστης υπάρχει ήδη",
"error-creating-user": "Σφάλμα στη δημιουργία του χρήστη",
"no-change-password-request": "Δε βρέθηκε αίτημα αλλαγής κωδικού πρόσβασης",
"operator-not-found": "Ο χρήστης του διαχειριστή δε βρέθηκε",
"user-not-found": "Δε βρέθηκε ο χρήστης",
"not-allowed-in-demo": "Δεν επιτρέπεται σε λειτουργία επίδειξης",
"not-allowed-in-dev": "Δεν επιτρέπεται σε λειτουργία προγραμματιστή",
"invalid-password": "Μη έγκυρος κωδικός πρόσβασης",
"invalid-password-length": "Ο κωδικός πρόσβασης πρέπει να περιέχει τουλάχιστον 8 χαρακτήρες",
"invalid-locale": "Μη έγκυρη τοπική ρύθμιση",
"totp-session-not-found": "Η συνεδρία 2FA δε βρέθηκε",
"totp-not-enabled": "Το 2FA δεν είναι ενεργοποιημένο για αυτόν το χρήστη",
"totp-invalid-code": "Μη έγκυρος κωδικός 2FA",
"totp-already-enabled": "Το 2FA είναι ήδη ενεργοποιημένο για αυτόν το χρήστη",
"app-not-found": "Η εφαρμογή {id} δε βρέθηκε",
"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-stop": "Failed to stop app {id}, see logs for more details",