chore(i18n): new Crowdin updates

This commit is contained in:
crowdin 2022-11-25 17:44:19 +00:00 committed by Yassine Doghri
commit 80666bc728
126 changed files with 3906 additions and 734 deletions

View file

@ -9,43 +9,43 @@ declare(strict_types=1);
*/
return [
'edit_role' => "Edit {username}'s role",
'ban' => 'Ban',
'unban' => 'Unban',
'delete' => 'Delete',
'create' => 'New user',
'view' => "{username}'s info",
'all_users' => 'All users',
'edit_role' => "Επεξεργασία ρόλων {username}",
'ban' => 'Αποκλεισμός',
'unban' => 'Κατάργηση αποκλεισμού',
'delete' => 'Διαγραφή',
'create' => 'Νέος χρήστης',
'view' => "πληροφορίες του {username}",
'all_users' => 'Όλοι οι χρήστες',
'list' => [
'user' => 'User',
'role' => 'Role',
'banned' => 'Banned?',
'user' => 'Χρήστης',
'role' => 'Ρόλος',
'banned' => 'Αποκλεισμένος;',
],
'form' => [
'email' => 'Email',
'username' => 'Username',
'password' => 'Password',
'new_password' => 'New Password',
'role' => 'Role',
'roles' => 'Roles',
'permissions' => 'Permissions',
'submit_create' => 'Create user',
'submit_edit' => 'Save',
'submit_password_change' => 'Change!',
'email' => 'Ηλεκτρονικό ταχυδρομείο',
'username' => 'Όνομα Χρήστη',
'password' => 'Κωδικόs πρόσβασης',
'new_password' => 'Νέος Κωδικός Πρόσβασης',
'role' => 'Ρόλος',
'roles' => 'Ρόλοι',
'permissions' => 'Δικαιώματα',
'submit_create' => 'Δημιουργία χρήστη',
'submit_edit' => 'Αποθήκευση',
'submit_password_change' => 'Αλλαγή!',
],
'delete_form' => [
'title' => 'Delete {user}',
'title' => 'Διαγραφή {user}',
'disclaimer' =>
"You are about to delete {user} permanently. They will not be able to access the admin area anymore.",
'understand' => 'I understand, I want to delete {user} permanently',
'submit' => 'Delete',
"Πρόκειται να διαγράψετε το {user} οριστικά. Δεν θα μπορούν πλέον να έχουν πρόσβαση στην περιοχή διαχείρισης.",
'understand' => 'Καταλαβαίνω, θέλω να διαγράψω {user} μόνιμα',
'submit' => 'Διαγραφή',
],
'messages' => [
'createSuccess' =>
'User created successfully! {username} will be prompted with a password reset upon first authentication.',
'roleEditSuccess' =>
"{username}'s roles have been successfully updated.",
'banSuccess' => '{username} has been banned.',
"οι ρόλοι του {username} έχουν ενημερωθεί με επιτυχία.",
'banSuccess' => 'Ο/Η {username} έχει αποκλειστεί.',
'unbanSuccess' => '{username} has been unbanned.',
'editOwnerError' =>
'{username} is the instance owner, you cannot edit its roles.',