2022-02-26 08:34:07 +00:00
|
|
|
<?php
|
|
|
|
return [
|
2022-02-26 11:55:01 +00:00
|
|
|
'Username' => 'User Name',
|
|
|
|
'Password' => 'Password',
|
|
|
|
'Captcha' => 'Captcha',
|
|
|
|
'CaptchaId' => 'Captcha Id',
|
|
|
|
'Please enter the correct verification code' => 'Please enter the correct verification code!',
|
2022-03-09 08:22:06 +00:00
|
|
|
'Parameter %s can not be empty' => 'Parameter %s can not be empty',
|
2022-03-09 10:12:15 +00:00
|
|
|
'Record not found' => 'Record not found',
|
2022-03-09 08:22:06 +00:00
|
|
|
'No rows were added' => 'No rows were added',
|
|
|
|
'No rows were deleted' => 'No rows were deleted',
|
|
|
|
'No rows updated' => 'No rows updated',
|
|
|
|
'Update successful' => 'Update successful!',
|
|
|
|
'Added successfully' => 'Added successfully!',
|
|
|
|
'Deleted successfully' => 'Deleted successfully!',
|
2022-02-26 08:34:07 +00:00
|
|
|
];
|