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.8 KiB
60 lines
4.8 KiB
<?php
|
|
|
|
return [
|
|
'system_busy' => 'システムがビジー状態です',
|
|
'parameter_error' => 'パラメータエラー',
|
|
'data_empty' => 'データが空です',
|
|
'data_operation_failed' => 'データ操作に失敗しました',
|
|
'upload_failed' => 'アップロードに失敗しました',
|
|
'upload_successfully' => 'アップロードに成功しました',
|
|
'complete_auth_before_order' => 'ご注文前に実名認証を完了する必要があります',
|
|
'user_info_empty' => 'ユーザー情報が空です',
|
|
'failed_to_create_order' => '注文を作成できませんでした',
|
|
'update_order_failed' => '更新注文に失敗しました',
|
|
'not_enough_assets' => '資産が足りない',
|
|
'update_user_funds_failed' => 'ユーザーの資金の更新に失敗しました',
|
|
'email_not_supported' => 'このメールはサポートされていません',
|
|
'exceeding_the_maximum_number' => '本日の最大試行回数を超えました。明日もう一度お試しください',
|
|
'email_send_successfully' => 'メールは正常に送信されました。受信トレイをご確認ください。',
|
|
'incorrect_verification_code' => '認証コードが間違っています',
|
|
'email_has_already_been_registered' => 'このメールアドレスはすでに登録されています',
|
|
'missing_agent_id' => 'エージェントIDがありません',
|
|
'account_registration_failed' => 'アカウント登録に失敗しました。しばらくしてからもう一度お試しください。',
|
|
'account_registration_successful' => 'アカウント登録が完了しました',
|
|
'user_does_not_exist' => 'ユーザーが存在しません',
|
|
'incorrect_account_or_password' => 'アカウントまたはパスワードが間違っています',
|
|
'unsupported_country_or_region' => 'サポートされていない国または地域',
|
|
'message_has_been_sent' => 'メッセージは送信されました。受信情報をご確認ください',
|
|
'phone_number_has_already_been_registered' => 'この電話番号はすでに登録されています',
|
|
'please_set_the_transaction_password_first' => 'まず取引パスワードを設定してください',
|
|
'please_authenticate_with_real_name_first' => '最初に実名で認証してください',
|
|
'incorrect_transaction_password' => '取引パスワードが間違っています',
|
|
'withdrawal_is_frozen' => '引き出しは凍結されています',
|
|
'incorrect_withdrawal_information' => '出金情報が間違っています',
|
|
'insufficient_balance' => '残高不足',
|
|
'withdrawal_orders_cannot_be_cancelled' => '出金注文はキャンセルできません',
|
|
'the_transfer_out_account_and_the_transfer_in_account_cannot_be_the_same_account' => '振替口座と振替口座は同じ口座にすることはできません',
|
|
'the_transfer_account_type_is_incorrect' => '振替口座の種類が間違っています',
|
|
'incorrect_transfer_account_type' => '振替口座の種類が正しくありません',
|
|
'already_verified' => 'すでに確認済み',
|
|
'user_real_name_authentication_data_is_empty' => 'ユーザーの実名認証データが空です',
|
|
'chat_group_is_empty' => 'チャットグループは空です',
|
|
'missing_user_id' => 'ユーザーIDがありません',
|
|
'data_configuration_error' => 'データ構成エラー',
|
|
'user_usd_balance_is_insufficient' => 'USDでのユーザー残高が不足しています',
|
|
'vip_expiration_time_error' => 'VIP有効期限エラー',
|
|
'anchor_information_is_empty' => 'アンカー情報が空です',
|
|
'avatar_information_error' => 'アバター情報エラー',
|
|
'user_chat_data_error' => 'ユーザーチャットデータエラー',
|
|
'today_sending_limit_has_been_reached' => '本日の送信制限に達しました。明日もう一度お試しください',
|
|
'email_not_bound' => 'メールはバインドされていません',
|
|
'please_log_in_first' => 'まずはログインしてください',
|
|
'phone_number_not_bound' => '電話番号はバインドされていません',
|
|
'payment_password_has_already_been_set' => '支払いパスワードはすでに設定されています',
|
|
'incorrect_password' => 'パスワードが間違っています',
|
|
'already_bound_email' => 'バインドされたメールアドレスは既に存在します',
|
|
'this_email_address_is_already_in_use' => 'このメールアドレスはすでに使用されています',
|
|
'the_bound_mobile_number_already_exists' => 'バインドされた携帯電話番号は既に存在します',
|
|
'this_phone_number_is_already_in_use' => 'この電話番号はすでに使用されています',
|
|
'there_is_an_application_record_please_wait_for_review' => '申請記録があります。審査をお待ちください',
|
|
];
|