const en = { addFavoriteSuccessMessage: "Added to Favorites successfully", removeFromFavoriteSuccessMessage: "Removed from Favorites successfully", errorWhileAddingToFavoriteMessage: "An error occured while adding to favorites", errorWhileRemovingFromFavoriteMessage: "An error occured while removing from favorites", million: "M", billion: "B", takeProfit: "Take Profit", stopLoss: "ُStop Loss", kilo: "K", amount: "Amount", anUnexpectedErrorOccurred: "An unexpected error occurred.", cancel: "Cancel", filled: "Filled", total: "Total", insufficientBalance: "Insufficient balance.", insufficientBalancePleaseFund: "Insufficient balance. Please fund your account.", limit: "Limit", enterAmount: "Enter an amount", enterPrice: "Enter a price", enterStop: "Enter a stop", market: "Market", limitMaker: "Limit Maker", valueShouldBeMoreThanMinPrice: "Value Should Be More Than {{minPrice}}", valueShouldBeLessThanMaxPrice: "Value Should Be Less Than {{maxPrice}}", priceShouldBeMoreThanMinPrice: "Price Should Be More Than {{minPrice}}", priceShouldBeLessThanMaxPrice: "Price Should Be Less Than {{maxPrice}}", failedTwoFa: "Failed 2FA", stopPriceShouldBeMoreThanLastPrice: "Stop Price Should Be More Than Last Price", stopPriceShouldBeLessThanLastPrice: "Stop Price Should Be Less Than Last Price", priceShouldBeLessThanLastPrice: "Price Should Be Less Than Last Price", priceShouldBeMoreThanLostPrice: "Price Should Be More Than Last Price", invalidValue: "Invalid Value", orderSuccessfullyFilled: "Order Successfully Filled", new: "New", Rejected: "Rejected", Expired: "Expired", // waitingToCheck: "Waiting for check", PartiallyFilled: "Partially Filled", PendingCancel: "Pending Cancel", Insurance: "Insurance", Adl: "Adl", UntrustedDevice: "Your device is not valid.", regNotComp: "User registration is not complete.", UserIsNotActive: "The user is not active", IsLockedOut: "Your account has been locked.", IsNotAllowed: "You do not have valid access.", invalidUserPass: "Username or password is not correct.", UserIsSuspended: "Your account has been suspended.", depositValueShouldBeMoreThanMinPrice: "amount should be more than {{minPrice}} price", depositValueShouldBeLessThanMaxPrice: "amount should be less than {{maxPrice}} price", insufficientBalanceAndLessThanMinDeposit: "Your balance is not enough for the purchase and your lack of funds is less than the minimum deposit.", insufficientBalanceAndLessThanMaxDeposit: "Your balance is not enough for the purchase and your lack of funds is more than the maximum deposit.", }; export default en;