28 lines
1.7 KiB
PHP
28 lines
1.7 KiB
PHP
<?php
|
|
return [
|
|
'categories_retrieved' => 'Categories retrieved successfully',
|
|
'category_not_found' => 'Category not found',
|
|
'category_retrieved' => 'Category retrieved successfully',
|
|
'category_created' => 'Category created successfully',
|
|
'category_updated' => 'Category updated successfully',
|
|
'category_deleted' => 'Category deleted successfully',
|
|
'category_not_active' => 'Category is not active or does not exist.',
|
|
'menus_fetched' => 'Menus fetched successfully',
|
|
'menu_not_found' => 'Menu not found',
|
|
'menu_fetched' => 'Menu fetched successfully',
|
|
'menu_created' => 'Menu created successfully',
|
|
'menu_updated' => 'Menu updated successfully',
|
|
'menu_deleted' => 'Menu deleted successfully',
|
|
'invalid_credentials' => 'The provided credentials are incorrect.',
|
|
'authorized' => 'Authorized successfully',
|
|
'account_created' => 'Account created successfully',
|
|
'passwords_not_same' => 'Password and confirm password are not same',
|
|
'password_updated' => 'Password updated successfully',
|
|
'token_updated' => 'Token updated successfully',
|
|
'user_updated' => 'User updated successfully',
|
|
'not_authorized' => 'You are not authorized to perform this action',
|
|
'user_not_deletable' => 'This user cannot be deleted.',
|
|
'account_deletion_review' => 'Your account deletion request is in review. If you want to cancel it, kindly contact support team.',
|
|
'account_deletion_received' => 'Account deletion request has been received. We will review your account for any outstanding payments and will delete your account. This process may take 3-5 business days. Thanks for using our services.',
|
|
'menus_imported' => 'Menus imported successfully',
|
|
];
|