Files
reactShop/src/i18n/locales/el/auth.js
sebseb7 4f5bc96c9b upd
2025-07-16 09:57:45 +02:00

26 lines
1.1 KiB
JavaScript
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.

export default {
"login": "Σύνδεση",
"register": "Εγγραφή",
"logout": "Αποσύνδεση",
"profile": "Προφίλ",
"email": "Email",
"password": "Κωδικός",
"confirmPassword": "Επιβεβαίωση κωδικού",
"forgotPassword": "Ξεχάσατε τον κωδικό;",
"loginWithGoogle": "Σύνδεση με Google",
"or": "Ή",
"privacyAccept": "Κάνοντας κλικ στο \"Σύνδεση με Google\" αποδέχομαι την",
"privacyPolicy": "Πολιτική Απορρήτου",
"passwordMinLength": "Ο κωδικός πρέπει να έχει τουλάχιστον 8 χαρακτήρες",
"newPasswordMinLength": "Ο νέος κωδικός πρέπει να έχει τουλάχιστον 8 χαρακτήρες",
"menu": {
"profile": "Προφίλ",
"myProfile": "Το προφίλ μου",
"checkout": "Ολοκλήρωση αγοράς",
"orders": "Παραγγελίες",
"settings": "Ρυθμίσεις",
"adminDashboard": "Πίνακας διαχείρισης",
"adminUsers": "Διαχειριστές"
}
};