2025-10-08 16:00:47 -04:00

25 lines
1.5 KiB
PHP
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.

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Αυτά τα credentials δεν ταιριάζουν με τις εγγραφές μας.',
'failed-two-factor' => 'Λανθασμένος κωδικός 2FA',
'two-factor-code' => 'Κωδικός Δύο Παραγόντων (2FA)',
'two-factor-hint' => 'Μπορείτε να χρησιμοποιήσετε τους εφεδρικούς κωδικούς εάν χάσατε πρόσβαση στη συσκευή σας.',
'password' => 'Ο κωδικός που εισάγατε είναι λανθασμένος.',
'throttle' => 'Πάρα πολλές προσπάθειες σύνδεσης. Παρακαλώ δοκιμάστε ξανά σε :seconds δευτερόλεπτα.',
'2fa_must_be_enabled' => 'Ο διαχειριστής απαιτεί την ενεργοποίηση του ελέγχου ταυτότητας δύο παραγόντων (2FA) για τον λογαριασμό σας ώστε να χρησιμοποιήσετε τον πίνακα ελέγχου.',
];