<?php
// Path: message.php
return [
'insufficient_balance' => 'Insufficient balance to complete the transaction.',
'invalid_wallet' => 'The specified wallet is invalid or does not exist. Please verify your wallet details and try again.',
'invalid_currency' => 'The selected currency is invalid or unsupported. Please choose a valid currency and try again.',
'invalid_currency_type' => 'The selected currency type is invalid. Please choose either CRYPTOCURRENCY or FIAT_CURRENCY and try again.',
'invalid_status' => 'The specified status is invalid or unsupported. Please choose a valid status and try again.',
'invalid_value' => 'The specified value is invalid or does not match the expected format. Please verify your input and try again.'
];
|