feat: add Lava payment provider support

- METHOD_LABELS entry for lava
- Custom SVG icon: dark base with orange-red lava flow and ember dots
- Admin settings tree node: payments_lava
- Locale strings (ru/en/zh/fa) for descriptions and admin labels
This commit is contained in:
Fringg
2026-05-04 20:16:01 +03:00
parent 7def84718b
commit b4eb0fa859
7 changed files with 47 additions and 0 deletions

View File

@@ -694,6 +694,9 @@
"donut": {
"description": "Pay by card or SBP through Donut P2P"
},
"lava": {
"description": "Pay by card or SBP through Lava Business"
},
"apple_iap": {
"description": "Pay via Apple In-App Purchase"
}
@@ -2022,6 +2025,7 @@
"payments_antilopay": "Antilopay",
"payments_jupiter": "Jupiter",
"payments_donut": "Donut",
"payments_lava": "Lava",
"payments_apple_iap": "Apple IAP",
"subs_core": "Core",
"subs_trial": "Trial",

View File

@@ -531,6 +531,9 @@
"donut": {
"description": "پرداخت با کارت یا SBP از طریق Donut P2P"
},
"lava": {
"description": "پرداخت با کارت یا SBP از طریق Lava Business"
},
"apple_iap": {
"description": "پرداخت از طریق Apple In-App Purchase"
}
@@ -1662,6 +1665,7 @@
"payments_antilopay": "Antilopay",
"payments_jupiter": "Jupiter",
"payments_donut": "Donut",
"payments_lava": "Lava",
"payments_apple_iap": "Apple IAP",
"subs_core": "هسته",
"subs_trial": "آزمایشی",

View File

@@ -722,6 +722,9 @@
"donut": {
"description": "Оплата картой и СБП через Donut P2P"
},
"lava": {
"description": "Оплата картой и СБП через Lava Business"
},
"apple_iap": {
"description": "Оплата через Apple In-App Purchase"
}
@@ -2038,6 +2041,7 @@
"payments_antilopay": "Antilopay",
"payments_jupiter": "Jupiter",
"payments_donut": "Donut",
"payments_lava": "Lava",
"payments_apple_iap": "Apple IAP",
"subs_core": "Основные",
"subs_trial": "Пробный период",

View File

@@ -531,6 +531,9 @@
"donut": {
"description": "通过 Donut P2P 使用银行卡或 SBP 支付"
},
"lava": {
"description": "通过 Lava Business 使用银行卡或 SBP 支付"
},
"apple_iap": {
"description": "通过Apple应用内购买支付"
}
@@ -1700,6 +1703,7 @@
"payments_antilopay": "Antilopay",
"payments_jupiter": "Jupiter",
"payments_donut": "Donut",
"payments_lava": "Lava",
"payments_apple_iap": "Apple IAP",
"subs_core": "核心",
"subs_trial": "试用",