Viewing File: /home/ubuntu/route-and-root-backend-base/resources/lang/en/api-error.php

<?php

return [
    
    1000 => 'Your account is waiting for admin approval',

    1001 => 'Please verify your email address!!',

    1002 => 'You are not a registered user!!',

    1003 => 'Token Expired',

    1004 => 'Invalid Token ',

    1005 => 'Your profile updation is failed. Please try again.',

    1006 => 'Notifications updation is failed. Please try again.',

    1007 => 'Password not match. Please try again',

    1008 => 'Your profile deletion is failed. Please try again.',

    1009 => 'The selected :other_key details not found.',

    1010 => 'The change password only available for manual login.',

    1011 => 'The change password is failed. Please try again.',

    1012 => 'The change password is failed. Please try again.',


    100 => "The user details not found",

    101 => 'Invalid verification code',

    102 => 'Sorry, your account not enabled two step authentication.',

    104 => 'Oops! something went wrong. We couldn’t save your changes. Please try again.',

    105 => "The payment configurations not completed.",

    106 => 'The selected card details not found.',

    107 => 'The selected card is already your default card.',

    108 => 'Sorry, We couldn’t save your changes. Please check your card details and try again.',

    109 => "Your wallet balance is low. Please add amount to your wallet and try.",

    110 => "You don't have any cards. Please add card and try again.",

    111 => "Billing account details not found.",

    112 => 'The selected billing account is already your default.',

    113 => 'Sorry, We couldn’t save your changes. Please check your biling account details and try again.',

    114 => "Your wallet balance is low. Please add amount to your wallet and try again.",

    115 => 'Send Withdrawal request failed. Please try again.',

    116 => 'Withdrawal request already paid.',

    117 => 'Withdrawal request already cancelled.',

    118 => 'Withdrawal request already rejected by admin.',

    119 => 'Cancel withdrawal request failed. Please try again.',

    120 => 'Sorry, Username already exists',

    121 => "The username format is invalid. Supported special character (-)",

    122 => "User wallet details not found.",

    123 => "Delivery address details not found.",

    124 => 'The selected delivery address is already your default.',

    125 => "Cart details not found.",

    126 => "Sorry, currently the product is not available.",

    127 => "Sorry, only :other_key product currently available.",

    128 => "Sorry, currently the product is out of stock.",

    129 => "Your cart is empty.",

    130 => "Parameter format is invalid",

    131 => "Provided review file is already in use for another review.",

    132 => "The selected review file is not found.",

    133 => 'Cancel order failed. Please check your order details and try again.',

    134 => 'Order already completed.',

    135 => 'Order already cancelled.',

    136 => 'Invalid Carts Format.',

    137 => 'The to amount should be greater than from amount',

    138 => "Sorry, currently the product is out of stock. (:other_key)",

    139 => "Sorry, currently all of your cart products are out of stock.",

    140 => "Order already initiated for return.",

    141 => "Return reason is required.",

    142 => "Order return has been rejected by admin.",

    143 => "Order return has been failed. Product damaged.",

    144 => 'Oops! something went wrong. We couldn’t save your changes. Please Check your excel format & details and try again.',

    145 => 'Clear bell notification is failed. Please try again.',

    146 => 'No bell notifications found.',

];
Back to Directory File Manager