vendor and env first commit

This commit is contained in:
2025-03-28 08:52:46 +01:00
parent f8388bc81b
commit 8f26283832
10976 changed files with 1349952 additions and 2 deletions
@@ -0,0 +1,32 @@
<?php
return [
'new_permission' => 'Created new permission called :name.',
'updated_permission' => 'Updated the permission named :name.',
'deleted_permission' => 'Deleted permission named :name.',
'new_role' => 'Created new role called :name.',
'updated_role' => 'Updated role with name :name.',
'deleted_role' => 'Deleted role named :name.',
'updated_role_permissions' => 'Updated role permissions.',
'logged_in' => 'Logged in.',
'logged_out' => 'Logged out.',
'created_account' => 'Created an account.',
'updated_avatar' => 'Updated profile avatar.',
'updated_profile' => 'Updated profile details.',
'deleted_user' => 'Deleted user :name.',
'banned_user' => 'Banned user :name.',
'updated_profile_details_for' => 'Updated profile details for :name.',
'created_account_for' => 'Created an account for user :name.',
'updated_settings' => 'Updated website settings.',
'enabled_2fa' => 'Enabled Two-Factor Authentication.',
'disabled_2fa' => 'Disabled Two-Factor Authentication.',
'enabled_2fa_for' => 'Enabled Two-Factor Authentication for user :name.',
'disabled_2fa_for' => 'Disabled Two-Factor Authentication for user :name.',
'requested_password_reset' => 'Requested password reset email.',
'reseted_password' => 'Reseted password using "Forgot Password" option.',
'started_impersonating' => 'Started impersonating user :name (ID: :id)',
'stopped_impersonating' => 'Stopped impersonating user :name (ID: :id)',
];