mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
feat: add Jupiter and Donut payment provider support
- METHOD_LABELS entries for jupiter and donut - Custom SVG icons: Jupiter (planet with ring), Donut (glazed donut) - Admin settings tree nodes: payments_jupiter, payments_donut - Locale strings (ru/en/zh/fa) for descriptions and admin labels
This commit is contained in:
@@ -688,6 +688,12 @@
|
||||
"antilopay": {
|
||||
"description": "Pay via Antilopay"
|
||||
},
|
||||
"jupiter": {
|
||||
"description": "Pay via SBP through Jupiter (FPGate P2P)"
|
||||
},
|
||||
"donut": {
|
||||
"description": "Pay by card or SBP through Donut P2P"
|
||||
},
|
||||
"apple_iap": {
|
||||
"description": "Pay via Apple In-App Purchase"
|
||||
}
|
||||
@@ -2014,6 +2020,8 @@
|
||||
"payments_aurapay": "AuraPay",
|
||||
"payments_etoplatezhi": "Etoplatezhi",
|
||||
"payments_antilopay": "Antilopay",
|
||||
"payments_jupiter": "Jupiter",
|
||||
"payments_donut": "Donut",
|
||||
"payments_apple_iap": "Apple IAP",
|
||||
"subs_core": "Core",
|
||||
"subs_trial": "Trial",
|
||||
|
||||
@@ -525,6 +525,12 @@
|
||||
"antilopay": {
|
||||
"description": "پرداخت از طریق Antilopay"
|
||||
},
|
||||
"jupiter": {
|
||||
"description": "پرداخت SBP از طریق Jupiter (FPGate P2P)"
|
||||
},
|
||||
"donut": {
|
||||
"description": "پرداخت با کارت یا SBP از طریق Donut P2P"
|
||||
},
|
||||
"apple_iap": {
|
||||
"description": "پرداخت از طریق Apple In-App Purchase"
|
||||
}
|
||||
@@ -1654,6 +1660,8 @@
|
||||
"payments_aurapay": "AuraPay",
|
||||
"payments_etoplatezhi": "Etoplatezhi",
|
||||
"payments_antilopay": "Antilopay",
|
||||
"payments_jupiter": "Jupiter",
|
||||
"payments_donut": "Donut",
|
||||
"payments_apple_iap": "Apple IAP",
|
||||
"subs_core": "هسته",
|
||||
"subs_trial": "آزمایشی",
|
||||
|
||||
@@ -716,6 +716,12 @@
|
||||
"antilopay": {
|
||||
"description": "Оплата через Antilopay"
|
||||
},
|
||||
"jupiter": {
|
||||
"description": "Оплата СБП через Jupiter (FPGate P2P)"
|
||||
},
|
||||
"donut": {
|
||||
"description": "Оплата картой и СБП через Donut P2P"
|
||||
},
|
||||
"apple_iap": {
|
||||
"description": "Оплата через Apple In-App Purchase"
|
||||
}
|
||||
@@ -2030,6 +2036,8 @@
|
||||
"payments_aurapay": "AuraPay",
|
||||
"payments_etoplatezhi": "Etoplatezhi",
|
||||
"payments_antilopay": "Antilopay",
|
||||
"payments_jupiter": "Jupiter",
|
||||
"payments_donut": "Donut",
|
||||
"payments_apple_iap": "Apple IAP",
|
||||
"subs_core": "Основные",
|
||||
"subs_trial": "Пробный период",
|
||||
|
||||
@@ -525,6 +525,12 @@
|
||||
"antilopay": {
|
||||
"description": "通过Antilopay支付"
|
||||
},
|
||||
"jupiter": {
|
||||
"description": "通过 Jupiter (FPGate P2P) 使用 SBP 支付"
|
||||
},
|
||||
"donut": {
|
||||
"description": "通过 Donut P2P 使用银行卡或 SBP 支付"
|
||||
},
|
||||
"apple_iap": {
|
||||
"description": "通过Apple应用内购买支付"
|
||||
}
|
||||
@@ -1692,6 +1698,8 @@
|
||||
"payments_aurapay": "AuraPay",
|
||||
"payments_etoplatezhi": "Etoplatezhi",
|
||||
"payments_antilopay": "Antilopay",
|
||||
"payments_jupiter": "Jupiter",
|
||||
"payments_donut": "Donut",
|
||||
"payments_apple_iap": "Apple IAP",
|
||||
"subs_core": "核心",
|
||||
"subs_trial": "试用",
|
||||
|
||||
Reference in New Issue
Block a user