Proje dosyaları eklendi

This commit is contained in:
2026-08-29 15:53:53 +03:00
commit d3313400ca
440 changed files with 24827 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
return [
'edit_user'=>'Edit User','delete'=>'Delete','delete_user'=>'Delete user','cancel'=>'Cancel','delete_confirmation'=>'Are you sure you want to delete this user?','deleted'=>'User deleted successfully.','delete_failed'=>'The user could not be deleted.','required'=>'You must select at least one role.','invalid'=>'One of the selected roles is invalid.','last_super_admin'=>'The last Super Admin role cannot be removed.','last_super_admin_delete'=>'The last active Super Admin cannot be deleted.','self_delete'=>'You cannot delete your own account.','self_remove'=>'You cannot remove your own Super Admin role.','self_suspend'=>'You cannot deactivate your own account.','not_verified'=>'Not verified','never'=>'Never',
'fields'=>['name'=>'Full name','email'=>'Email','password'=>'New password','roles'=>'Roles','status'=>'Status','verified'=>'Email verification','last_login'=>'Last login','created_at'=>'Created'],
'names'=>['super_admin'=>'Super Admin','admin'=>'Admin','support'=>'Support','customer'=>'Customer'],
'descriptions'=>['help'=>'Super Admin: full system and critical operation access; Admin: administrative and operation viewing access; Support: limited support and read-only operation access; Customer: access only to own projects and records.'],
];