p2 project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
4.0 KiB

<?php
return [
'system_busy' => 'System busy',
'parameter_error' => 'Parameter error',
'data_empty' => 'Data is empty',
'data_operation_failed' => 'Data operation failed',
'upload_failed' => 'Upload failed',
'upload_successfully' => 'Upload Successfully',
'complete_auth_before_order' => 'You need to complete real-name authentication before placing an order',
'user_info_empty' => 'User information is empty',
'failed_to_create_order' => 'Failed to create order',
'update_order_failed' => 'Update order failed',
'not_enough_assets' => 'Not enough assets',
'update_user_funds_failed' => 'Update user funds failed',
'email_not_supported' => 'The email is not supported',
'exceeding_the_maximum_number' => 'The maximum number of attempts for today has been exceeded. Please try again tomorrow',
'email_send_successfully' => 'Email sent successfully, please check your inbox',
'incorrect_verification_code' => 'Incorrect verification code',
'email_has_already_been_registered' => 'This email has already been registered',
'missing_agent_id' => 'Missing Agent ID',
'account_registration_failed' => 'Account registration failed, please try again later',
'account_registration_successful' => 'Account registration successful',
'user_does_not_exist' => 'User does not exist',
'incorrect_account_or_password' => 'Incorrect account or password',
'unsupported_country_or_region' => 'Unsupported country or region',
'message_has_been_sent' => 'The message has been sent, please check your receiving information',
'phone_number_has_already_been_registered' => 'This phone number has already been registered',
'please_set_the_transaction_password_first' => 'Please set the transaction password first',
'please_authenticate_with_real_name_first' => 'Please authenticate with real name first',
'incorrect_transaction_password' => 'Incorrect transaction password',
'withdrawal_is_frozen' => 'Withdrawal is frozen',
'incorrect_withdrawal_information' => 'Incorrect withdrawal information',
'insufficient_balance' => 'Insufficient balance',
'withdrawal_orders_cannot_be_cancelled' => 'Withdrawal orders cannot be cancelled',
'the_transfer_out_account_and_the_transfer_in_account_cannot_be_the_same_account.' => 'The transfer-out account and the transfer-in account cannot be the same account',
'the_transfer_account_type_is_incorrect' => 'The transfer account type is incorrect',
'incorrect_transfer_account_type' => 'Incorrect transfer account type',
'already_verified' => 'Already verified',
'user_real_name_authentication_data_is_empty' => 'User real-name authentication data is empty',
'chat_group_is_empty' => 'Chat group is empty',
'missing_user_id' => 'Missing User ID',
'data_configuration_error' => 'Data configuration error',
'user_usd_balance_is_insufficient' => 'The user USD balance is insufficient',
'vip_expiration_time_error' => 'VIP expiration time error',
'anchor_information_is_empty' => 'The anchor information is empty',
'avatar_information_error' => 'Avatar information error',
'user_chat_data_error' => 'User chat data error',
'today_sending_limit_has_been_reached' => "Today's sending limit has been reached, try again tomorrow",
'email_not_bound' => 'Email not bound',
'please_log_in_first' => 'Please log in first',
'phone_number_not_bound' => 'Phone number not bound',
'payment_password_has_already_been_set' => 'The payment password has already been set',
'incorrect_password' => 'Incorrect password',
'already_bound_email' => 'The bound email address already exists',
'this_email_address_is_already_in_use' => 'This email address is already in use',
'the_bound_mobile_number_already_exists' => 'The bound mobile number already exists',
'this_phone_number_is_already_in_use' => 'This phone number is already in use',
'there_is_an_application_record_please_wait_for_review' => 'There is an application record, please wait for review',
];