mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 10:27:49 +00:00
feat: add Antilopay payment provider support
- Add antilopay to METHOD_LABELS for stats charts - Add PaymentMethodIcon case with amber gradient SVG - Add payments_antilopay to admin settings tree - Add i18n keys in all 4 locales (en, ru, zh, fa)
This commit is contained in:
@@ -677,6 +677,9 @@
|
||||
"etoplatezhi": {
|
||||
"description": "Pay via Etoplatezhi"
|
||||
},
|
||||
"antilopay": {
|
||||
"description": "Pay via Antilopay"
|
||||
},
|
||||
"apple_iap": {
|
||||
"description": "Pay via Apple In-App Purchase"
|
||||
}
|
||||
@@ -2002,6 +2005,7 @@
|
||||
"payments_rollypay": "RollyPay",
|
||||
"payments_aurapay": "AuraPay",
|
||||
"payments_etoplatezhi": "Etoplatezhi",
|
||||
"payments_antilopay": "Antilopay",
|
||||
"payments_apple_iap": "Apple IAP",
|
||||
"subs_core": "Core",
|
||||
"subs_trial": "Trial",
|
||||
|
||||
@@ -514,6 +514,9 @@
|
||||
"etoplatezhi": {
|
||||
"description": "پرداخت از طریق Etoplatezhi"
|
||||
},
|
||||
"antilopay": {
|
||||
"description": "پرداخت از طریق Antilopay"
|
||||
},
|
||||
"apple_iap": {
|
||||
"description": "پرداخت از طریق Apple In-App Purchase"
|
||||
}
|
||||
@@ -1642,6 +1645,7 @@
|
||||
"payments_rollypay": "RollyPay",
|
||||
"payments_aurapay": "AuraPay",
|
||||
"payments_etoplatezhi": "Etoplatezhi",
|
||||
"payments_antilopay": "Antilopay",
|
||||
"payments_apple_iap": "Apple IAP",
|
||||
"subs_core": "هسته",
|
||||
"subs_trial": "آزمایشی",
|
||||
|
||||
@@ -705,6 +705,9 @@
|
||||
"etoplatezhi": {
|
||||
"description": "Оплата через Etoplatezhi"
|
||||
},
|
||||
"antilopay": {
|
||||
"description": "Оплата через Antilopay"
|
||||
},
|
||||
"apple_iap": {
|
||||
"description": "Оплата через Apple In-App Purchase"
|
||||
}
|
||||
@@ -2018,6 +2021,7 @@
|
||||
"payments_rollypay": "RollyPay",
|
||||
"payments_aurapay": "AuraPay",
|
||||
"payments_etoplatezhi": "Etoplatezhi",
|
||||
"payments_antilopay": "Antilopay",
|
||||
"payments_apple_iap": "Apple IAP",
|
||||
"subs_core": "Основные",
|
||||
"subs_trial": "Пробный период",
|
||||
|
||||
@@ -514,6 +514,9 @@
|
||||
"etoplatezhi": {
|
||||
"description": "通过Etoplatezhi支付"
|
||||
},
|
||||
"antilopay": {
|
||||
"description": "通过Antilopay支付"
|
||||
},
|
||||
"apple_iap": {
|
||||
"description": "通过Apple应用内购买支付"
|
||||
}
|
||||
@@ -1680,6 +1683,7 @@
|
||||
"payments_rollypay": "RollyPay",
|
||||
"payments_aurapay": "AuraPay",
|
||||
"payments_etoplatezhi": "Etoplatezhi",
|
||||
"payments_antilopay": "Antilopay",
|
||||
"payments_apple_iap": "Apple IAP",
|
||||
"subs_core": "核心",
|
||||
"subs_trial": "试用",
|
||||
|
||||
Reference in New Issue
Block a user