PHP Classes

File: resources/lang/en/message.php

Recommend this page to a friend!
  Classes of Neeraj Saini   Laravel Virtual Wallet   resources/lang/en/message.php   Download  
File: resources/lang/en/message.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Laravel Virtual Wallet
Manage money amounts stored in a wallet
Author: By
Last change:
Date: 11 days ago
Size: 771 bytes
 

Contents

Class file image Download
<?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.'
];