mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: add Etoplatezhi payment provider support
- Add etoplatezhi to METHOD_LABELS for stats charts - Add PaymentMethodIcon case with green gradient SVG - Add payments_etoplatezhi to admin settings tree - Add i18n keys in all 4 locales (en, ru, zh, fa)
This commit is contained in:
@@ -702,6 +702,9 @@
|
||||
"aurapay": {
|
||||
"description": "Оплата через AuraPay"
|
||||
},
|
||||
"etoplatezhi": {
|
||||
"description": "Оплата через Etoplatezhi"
|
||||
},
|
||||
"apple_iap": {
|
||||
"description": "Оплата через Apple In-App Purchase"
|
||||
}
|
||||
@@ -2014,6 +2017,7 @@
|
||||
"payments_paypear": "PayPear",
|
||||
"payments_rollypay": "RollyPay",
|
||||
"payments_aurapay": "AuraPay",
|
||||
"payments_etoplatezhi": "Etoplatezhi",
|
||||
"payments_apple_iap": "Apple IAP",
|
||||
"subs_core": "Основные",
|
||||
"subs_trial": "Пробный период",
|
||||
|
||||
Reference in New Issue
Block a user