mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 03:57:45 +02:00
chore: new Crowdin updates
otetranome - Portuguese, Brazilian; Portuguese forght - German glottis0q - German ernestoacostame - Spanish Lucian I. Last (lil5) - Dutch ButterflyOfFire (BoFFire) - Arabic eorn - Breton Angelos Chouvardas (achouvardas) - Greek Russian Retro (retrograde) - Russian cExplorer - German GabiSnow - Spanish CTHTC - German Romain de Laage (rdelaage) - Spanish LuuzViir (Spanish) Samuel Roland (samuelroland) - French thelama - Portuguese
This commit is contained in:
parent
78548b5cd7
commit
7b71f7971d
223 changed files with 8574 additions and 2980 deletions
54
modules/Admin/Language/el/User.php
Normal file
54
modules/Admin/Language/el/User.php
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* @copyright 2020 Ad Aures
|
||||
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
||||
* @link https://castopod.org/
|
||||
*/
|
||||
|
||||
return [
|
||||
'edit_roles' => "Edit {username}'s roles",
|
||||
'forcePassReset' => 'Force pass reset',
|
||||
'ban' => 'Ban',
|
||||
'unban' => 'Unban',
|
||||
'delete' => 'Delete',
|
||||
'create' => 'New user',
|
||||
'view' => "{username}'s info",
|
||||
'all_users' => 'All users',
|
||||
'list' => [
|
||||
'user' => 'User',
|
||||
'roles' => 'Roles',
|
||||
'banned' => 'Banned?',
|
||||
],
|
||||
'form' => [
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'new_password' => 'New Password',
|
||||
'roles' => 'Roles',
|
||||
'permissions' => 'Permissions',
|
||||
'submit_create' => 'Create user',
|
||||
'submit_edit' => 'Save',
|
||||
'submit_password_change' => 'Change!',
|
||||
],
|
||||
'roles' => [
|
||||
'superadmin' => 'Super admin',
|
||||
],
|
||||
'messages' => [
|
||||
'createSuccess' =>
|
||||
'User created successfully! {username} will be prompted with a password reset upon first authentication.',
|
||||
'rolesEditSuccess' =>
|
||||
"{username}'s roles have been successfully updated.",
|
||||
'forcePassResetSuccess' =>
|
||||
'{username} will be prompted with a password reset upon next visit.',
|
||||
'banSuccess' => '{username} has been banned.',
|
||||
'unbanSuccess' => '{username} has been unbanned.',
|
||||
'banSuperAdminError' =>
|
||||
'{username} is a superadmin, one does not simply ban a superadmin…',
|
||||
'deleteSuperAdminError' =>
|
||||
'{username} is a superadmin, one does not simply delete a superadmin…',
|
||||
'deleteSuccess' => '{username} has been deleted.',
|
||||
],
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue