chengkun
2025-08-06 b54e02d98e42ae73071e3c01e59f12671d13d06a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
/*
 * 公用未分组
 */
return [
    'request_method_incorrect'   => 'Request method incorrect',
    'parameter_error'            => 'Parameter error',
    'account_does_not_exist'     => 'Account does not exist',
    'account_cannot_be_deleted'  => 'Account cannot be deleted!',
    'no_deletion_permission'     => 'No deletion permission!',
    'delete_failed'              => 'Delete failed',
    'delete_successful'          => 'Delete successful',
    'editing_failed'             => 'Editing failed',
    'add_failed'                 => 'Add failed',
    'successfully_saved'         => 'Successfully saved',
    'information_does_not_exist' => 'Information does not exist',
    'allow_login'                => 'Allow login',
    'disable_login'              => 'Disable login',
    'data_missing'               => 'Data missing',
    'invalid_id'                 => 'Invalid ID',
    'no_data_found'              => 'No data found',
    'successfully_uploaded'      => 'Successfully uploaded',
    'goods_label_already_exists' => 'Goods label already exists',
 
    'captcha_is_incorrect'       => 'The verification code is incorrect',
    'captcha_success'            => 'Verification successful',
];