mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-22 23:28:43 +00:00
16 lines
978 B
PHP
16 lines
978 B
PHP
<?php
|
|
return [
|
|
'Username' => 'User Name',
|
|
'Password' => 'Password',
|
|
'Captcha' => 'Captcha',
|
|
'CaptchaId' => 'Captcha Id',
|
|
'Please enter the correct verification code' => 'Please enter the correct verification code!',
|
|
'Parameter %s can not be empty' => 'Parameter %s can not be empty',
|
|
'Record not found' => 'Record not found',
|
|
'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!',
|
|
]; |