From 92dbfc424dc73a77b42e9d359d980826e36e7a5c Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger <47644445+meienberger@users.noreply.github.com> Date: Fri, 14 Jul 2023 15:52:38 +0200 Subject: [PATCH] New translations en.json (Greek) --- src/client/messages/el-GR.json | 38 +++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/client/messages/el-GR.json b/src/client/messages/el-GR.json index 894d1734..001bc1f2 100644 --- a/src/client/messages/el-GR.json +++ b/src/client/messages/el-GR.json @@ -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",