Viewing File: /home/ubuntu/btcthrottle-backend/resources/lang/en/api-success.php

<?php

return [

    100 => "Login success.",

    101 => "Mail sent successfully.",

    102 => "Code verification success.",

    103 => "Reset Password success.",

    104 => "Profile update success.",

    105 => "Change password success. Please login to continue.",

    106 => "Logout success.",

    107 => "Password matching.",

    108 => "Registration success.",

    109 => "API Key generation success.",

    110 => 'Payment success. Subscription for (:other_key) enabled.',

    111 => "KYC verified successfully.",

    112 => "The User Payment created successfully.",

    113 => "The User Payment deleted successfully.",

    114 => "Payment created successfully.",

    115 => "Payment updated successfully.",

    116 => "Payment deleted successfully.",

    117 => "Pay In created successfully.",

    118 => "Pay Out created successfully.",

    119 => "The UPI created successfully.",

    120 => "The UPI updated successfully.",

    121 => "The UPI deleted successfully.",

    122 => "The bank account created successfully.",

    123 => "The bank account updated successfully.",

    124 => "The bank account deleted successfully.",

    125 => "The bank account changed to default successfully.",

    126 => "The withdrawal request send successfully.",

    127 => "The withdrawal request cancelled successfully. Amount :other_key added to your wallet.",
    
    128 => "Registered successfully! Please check email to verify account",

    129 => "Logged in successfully! Please check email to verify account.",

    130 => "Email verified. Thank you!",

    131 => "Verification code sent to your email.",

    132 => "The transaction status is changed as :other_key successfully.",

    133 => "Account deleted successfully.",

    134 => "Verification code sent successfully!.",

    135 => "Email Updated successfully!.",

    136 => "Invoice created successfully.",

    137 => "Invoice deleted successfully.",

    138 => "Payment page settings updated successfully.",

    139 => "Payment page settings reset successfully.",

    140 => "API Key regeneration success.",

    141 => "The transaction is cancelled successfully.",

    142 => "Trader wallet updation success.",

    143 => "Transaction created successfully.",

    144 => "Payout initiated successfully.",
];
Back to Directory File Manager