Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
- CLIENT_ID=$CLIENT_ID
- LOGIN_CLIENT_ID=$CLIENT_LOGIN_ID
- CLIENT_SECRET=$CLIENT_SECRET
- MULTI_LANGS_SUPPORT=$MULTI_LANGS_SUPPORT
- PRELOAD_LANG=$PRELOAD_LANG
- LANGS_SUPPORT=$LANGS_SUPPORT
- DEFAULT_THEME=$DEFAULT_THEME
Expand Down
1 change: 0 additions & 1 deletion env-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ window.env = {
REACT_APP_LOGIN_CLIENT_ID: "$CLIENT_ID",
REACT_APP_CLIENT_ID: "$CLIENT_ID",
REACT_APP_CLIENT_SECRET: "$CLIENT_SECRET",
REACT_APP_MULTI_LANGS_SUPPORT : "$MULTI_LANGS_SUPPORT",
REACT_APP_PRELOAD_LANG : "$PRELOAD_LANG",
REACT_APP_LANGS_SUPPORT : "$LANGS_SUPPORT",
REACT_APP_DEFAULT_THEME : "$DEFAULT_THEME",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"react-dropzone": "^11.3.1",
"react-hot-toast": "^2.4.1",
"react-i18next": "^12.2.2",
"react-multi-date-picker": "^4.3.1",
"react-number-format": "^4.9.3",
"react-qr-code": "^2.0.11",
"react-redux": "^8.0.5",
Expand Down
96 changes: 63 additions & 33 deletions public/assets/locales/en/translation.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title": "OPEX",
"signIn":"Sign In",
"signIn": "Sign In",
"signUp": "Sign Up",
"signOut":"Sign Out",
"signOut": "Sign Out",
"date": "Date",
"time": "Time",
"volume": "Volume",
Expand All @@ -15,11 +15,10 @@
"max": "Max",
"buy": "Buy",
"sell": "Sell",
"all": "All",
"orderType": "Order Type",
"status" : "Status",
"pleaseLogin" : "Please Log In!",
"comingSoon" : "Coming Soon!",
"status": "Status",
"pleaseLogin": "Please Log In!",
"comingSoon": "Coming Soon!",
"deposit": "Deposit",
"withdrawal": "Withdrawal",
"transfer": "Transfer",
Expand All @@ -28,6 +27,12 @@
"commission": "Commission",
"nextStep": "Next Step",
"prevStep": "Prev Step",
"next": "next",
"all": "all",
"prev": "prev",
"ask": "ask",
"bid": "bid",
"to": "to",
"submit": "Submit",
"username": "Username",
"password": "Password",
Expand All @@ -44,21 +49,28 @@
"noTx": "There is no transaction!",
"close": "Close",
"unit": "Unit",
"from": "from",
"row": "Row",
"until": "until",
"withPrice": "with price",
"description": "Description",
"first": "First",
"offline": "Check your connection!",
"improperMobileView ": "Not optimized for mobile view.",
"improperMobileView": "Not optimized for mobile view.",
"home": "Home",
"country": {
"iran" : "I. R. IRAN",
"germany" : "Germany",
"iran": "IRAN",
"germany": "Germany",
"uk": "United Kingdom",
"turkey" : "Turkey"
"turkey": "Turkey",
"uzbekistan": "Uzbekistan"
},
"currency": {
"IRT" : "IRT",
"Euro" : "Euro",
"USD" : "USD",
"BTC" : "BTC",
"ETH" : "ETH",
"IRT": "IRT",
"Euro": "Euro",
"USD": "USD",
"BTC": "BTC",
"ETH": "ETH",
"USDT": "USDT",
"TBTC": "TBTC",
"TETH": "TETH",
Expand Down Expand Up @@ -119,8 +131,8 @@
"LIMIT_MAKER": "Limit Maker"
},
"header": {
"lastPrice" : "Last Price",
"availableBalance" : "Available Balance",
"lastPrice": "Last Price",
"availableBalance": "Available Balance",
"free": "Available",
"locked": "Locked",
"inWithdrawalProcess": "Pending Withdrawal",
Expand All @@ -144,16 +156,20 @@
"technical": {
"title": "Technical"
},
"txHistory": {
"title": "Transactions History"
},
"messages": {
"title": "Messages"
},
"settings": {
"title": "Settings"
},
"Languages": {
"Persian": "فارسی",
"English": "English",
"Arabic": "عربي"
"fa": "فارسی",
"en": "English",
"ar": "عربي",
"uzb": "Oʻzbekcha"
},
"Theme": {
"Light": "Light",
Expand All @@ -165,13 +181,13 @@
},
"TimeZone": {
"THR": "Asia / Tehran / UTC+3:30",
"UTC" : "UTC"
"UTC": "UTC"
},
"orders": {
"title": "Order",
"minOrder": "Minimum allowed order is {{min}} {{currency}}",
"maxOrder": "Maximum allowed order is {{max}} {{currency}}",
"divisibility": "Divisibility !",
"minOrder": "Minimum allowed order is {{min}} {{currency}}",
"maxOrder": "Maximum allowed order is {{max}} {{currency}}",
"divisibility": "The entered value must be divisible by {{mod}} !",
"notEnoughBalance": "Insufficient Balance ",
"availableAmount": "Available Amount",
"bestOffer": "Best Offer",
Expand Down Expand Up @@ -227,6 +243,21 @@
"showZeroBalance": "Do not show zero balance.",
"estimateAlert": "The equivalent amount is calculated based on the highest buy offer"
},
"TransactionHistory": {
"coin": "Coins",
"category": "Categories",
"size": "Number",
"period" : "Period"
},
"TransactionCategory": {
"DEPOSIT": "Deposit",
"FEE": "Fee",
"TRADE": "Trade",
"WITHDRAW": "Withdraw",
"ORDER_CANCEL": "Cancel Order",
"ORDER_CREATE": "Create Order",
"ORDER_FINALIZED": "Finalized Order"
},
"DepositWithdraw": {
"title": "Deposit / Withdraw",
"success": "The Address is copied.",
Expand Down Expand Up @@ -266,7 +297,7 @@
},
"IPGErrorCode": {
"13003": "You are not allowed to pay.",
"13004":"You have an unpaid request.",
"13004": "You have an unpaid request.",
"13005": "Request locked.",
"13007": "Unknown Error"
},
Expand Down Expand Up @@ -598,9 +629,9 @@
},
"Footer": {
"darkMode": "Dark Mode",
"aboutUs" : "About Us",
"contactUS" : "Contact Us",
"blog" : "Blog",
"aboutUs": "About Us",
"contactUS": "Contact Us",
"blog": "Blog",
"guide": "Guide",
"rules": "Rules",
"api": "API",
Expand All @@ -618,10 +649,10 @@
"tooManyFiles": "Uploading more than one photo is not allowed!",
"errorMsgDefault": "Uploaded photo is not valid!"
},
"errorPage" : {
"needKYC" : "Access denied for KYC status",
"reload" : "Try Again",
"errorText" : "Server connection error"
"errorPage": {
"needKYC": "Access denied for KYC status",
"reload": "Try Again",
"errorText": "Server connection error"
},
"aboutUs": {
"title": "About US",
Expand Down Expand Up @@ -663,7 +694,6 @@
"p8": "",
"p9": "",
"text4": ""

},
"transferFees": {
"title": "Transfer Fees",
Expand Down
58 changes: 44 additions & 14 deletions public/assets/locales/fa/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"max": "حداکثر",
"buy": "خرید",
"sell": "فروش",
"all": "همه",
"orderType": "نوع سفارش",
"status": "وضعیت",
"pleaseLogin": "لطفاً وارد شوید!",
Expand All @@ -28,6 +27,12 @@
"commission": "کارمزد",
"nextStep": "گام بعدی",
"prevStep": "گام قبلی",
"next": "بعدی",
"all": "همه موارد",
"prev": "قبلی",
"ask": "فروش",
"bid": "خرید",
"to": "تا",
"submit": "ثبت",
"username": "نام کاربری",
"password": "رمز ورود",
Expand All @@ -44,14 +49,21 @@
"noTx": "تراکنشی وجود ندارد.",
"close": "بستن",
"unit": "واحد",
"from": "از",
"row": "ردیف",
"until": "تا",
"withPrice": "با قیمت",
"description": "توضیحات",
"first": "ابتدا",
"offline": "اتصال اینترنت را بررسی کنید!",
"improperMobileView ": "فعلاً برای موبایل بهینه نشده است.",
"improperMobileView": "فعلاً برای موبایل بهینه نشده است.",
"home": "صفحه اصلی",
"country": {
"iran" : "جمهوری اسلامی ایران",
"germany" : "آلمان",
"iran": "ایران",
"germany": "آلمان",
"uk": "انگلستان",
"turkey" : "ترکیه"
"turkey": "ترکیه",
"uzbekistan": "ازبکستان"
},
"currency": {
"IRT": "تومان",
Expand Down Expand Up @@ -144,16 +156,20 @@
"technical": {
"title": "تکنیکال"
},
"txHistory": {
"title": "تاریخچه تراکنش‌ ها"
},
"messages": {
"title": "پیام ها"
},
"settings": {
"title": "تنظیمات"
},
"Languages": {
"Persian": "فارسی",
"English": "English",
"Arabic": "عربي"
"fa": "فارسی",
"en": "English",
"ar": "عربي",
"uzb": "Oʻzbekcha"
},
"Theme": {
"Light": "روشن",
Expand All @@ -165,7 +181,7 @@
},
"TimeZone": {
"THR": "آسیا / تهران / UTC+3:30",
"UTC" : 0
"UTC": 0
},
"orders": {
"title": "سفارش",
Expand Down Expand Up @@ -227,6 +243,21 @@
"showZeroBalance": "عدم نمایش موجودی صفر",
"estimateAlert": "مبلغ دارایی معادل براساس بالاترین پیشنهاد خرید محاسبه شده"
},
"TransactionHistory": {
"coin" : "ارز",
"category" : "نوع تراکنش",
"size" : "تعداد",
"period" : "بازه زمانی"
},
"TransactionCategory": {
"DEPOSIT" : "واریز",
"FEE" : "کارمزد",
"TRADE" : "معامله",
"WITHDRAW" : "برداشت",
"ORDER_CANCEL" : "لغو سفارش",
"ORDER_CREATE" : "ثبت سفارش",
"ORDER_FINALIZED" : "اتمام سفارش"
},
"DepositWithdraw": {
"title": "واریز/برداشت",
"success": "آدرس کپی شد",
Expand Down Expand Up @@ -618,10 +649,10 @@
"tooManyFiles": "آپلود بیشتر از یک عکس مجاز نیست!",
"errorMsgDefault": "عکس آپلود شده معتبر نیست!"
},
"errorPage" : {
"needKYC" : "دسترسی این بخش فقط برای کاربران احراز هویت شده مجاز است!",
"reload" : "تلاش مجدد",
"errorText" : "خطا در ارتباط با سرور"
"errorPage": {
"needKYC": "دسترسی این بخش فقط برای کاربران احراز هویت شده مجاز است!",
"reload": "تلاش مجدد",
"errorText": "خطا در ارتباط با سرور"
},
"aboutUs": {
"title": "درباره ما",
Expand Down Expand Up @@ -663,7 +694,6 @@
"p8": "",
"p9": "",
"text4": ""

},
"transferFees": {
"title": "کارمزد انتقال",
Expand Down
Loading