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:
Fringg
2026-05-04 19:36:35 +03:00
parent 60c835301d
commit 7def84718b
7 changed files with 125 additions and 0 deletions

View File

@@ -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": "试用",