2022-04-05 15:45:54 +00:00
< ? 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 [
2023-05-05 14:28:51 +00:00
'edit_role' => " ویراش نقش { username} " ,
2022-04-05 15:45:54 +00:00
'ban' => 'Ban' ,
'unban' => 'Unban' ,
2023-05-05 14:28:51 +00:00
'delete' => 'حذف' ,
'create' => 'کاربر جدید' ,
'view' => " اطّلاعات { username} " ,
'all_users' => 'تمامی کاربران' ,
2022-04-05 15:45:54 +00:00
'list' => [
2023-05-05 14:28:51 +00:00
'user' => 'کاربر' ,
'role' => 'نقش' ,
2022-04-05 15:45:54 +00:00
'banned' => 'Banned?' ,
],
'form' => [
2023-05-05 14:28:51 +00:00
'email' => 'رایانامه' ,
'username' => 'نامکاربری' ,
'password' => 'گذرواژه' ,
'new_password' => 'گذرواژهٔ جدید' ,
'role' => 'نقش' ,
'roles' => 'نقشها' ,
'permissions' => 'اجازهها' ,
'submit_create' => 'ایجاد کاربر' ,
'submit_edit' => 'ذخیره' ,
'submit_password_change' => 'تغییر!' ,
2022-04-05 15:45:54 +00:00
],
2022-11-04 11:03:24 +00:00
'delete_form' => [
2023-05-05 14:28:51 +00:00
'title' => 'حذف {user}' ,
2022-11-04 11:03:24 +00:00
'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' ,
2023-05-05 14:28:51 +00:00
'submit' => 'حذف' ,
2022-04-05 15:45:54 +00:00
],
'messages' => [
'createSuccess' =>
2023-05-05 14:28:51 +00:00
'کاربر با موفّقیت ساخته شد! رایانامهٔ خوشآمدی به همراه پیوند ورود برای {username} فرستاده شد. در نخستین ورودش اعلانی برای بازنشانی گذرواژه دریافت خواهد کرد.' ,
2022-10-15 11:22:08 +00:00
'roleEditSuccess' =>
2022-04-05 15:45:54 +00:00
" { username}'s roles have been successfully updated. " ,
'banSuccess' => '{username} has been banned.' ,
'unbanSuccess' => '{username} has been unbanned.' ,
2022-09-23 15:51:26 +00:00
'editOwnerError' =>
2023-05-05 14:28:51 +00:00
'{username} مالک نمونه است. کسی به سادگی مالک را تغییر نمیدهد…' ,
2022-04-05 15:45:54 +00:00
'banSuperAdminError' =>
'{username} is a superadmin, one does not simply ban a superadmin…' ,
2022-11-04 11:03:24 +00:00
'deleteOwnerError' =>
'{username} is the instance owner, one does not simply delete the owner…' ,
2022-04-05 15:45:54 +00:00
'deleteSuperAdminError' =>
'{username} is a superadmin, one does not simply delete a superadmin…' ,
'deleteSuccess' => '{username} has been deleted.' ,
],
];