mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
- Payment method label and icon (violet gradient, AP) - Admin settings tree entry for AURAPAY category - Locale strings and descriptions for ru, en, zh, fa
23 lines
594 B
TypeScript
23 lines
594 B
TypeScript
export const METHOD_LABELS: Record<string, string> = {
|
|
telegram_stars: 'Telegram Stars',
|
|
tribute: 'Tribute',
|
|
cryptobot: 'CryptoBot',
|
|
heleket: 'Heleket',
|
|
yookassa: 'YooKassa',
|
|
mulenpay: 'MulenPay',
|
|
pal24: 'PayPalych',
|
|
platega: 'Platega',
|
|
wata: 'WATA',
|
|
freekassa: 'Freekassa',
|
|
freekassa_sbp: 'Freekassa СБП',
|
|
freekassa_card: 'Freekassa Карта',
|
|
cloudpayments: 'CloudPayments',
|
|
kassa_ai: 'Kassa AI',
|
|
riopay: 'RioPay',
|
|
severpay: 'SeverPay',
|
|
paypear: 'PayPear',
|
|
rollypay: 'RollyPay',
|
|
aurapay: 'AuraPay',
|
|
manual: 'Ручное пополнение',
|
|
};
|