<?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',
|
];
|