Add files via upload

This commit is contained in:
Egor
2026-01-17 08:52:55 +03:00
committed by GitHub
parent 3a35915c73
commit 5d1030b3e2
2 changed files with 47 additions and 5 deletions

View File

@@ -305,6 +305,12 @@
"name": "FreeKassa", "name": "FreeKassa",
"description": "Pay via FreeKassa" "description": "Pay via FreeKassa"
} }
},
"pendingPayments": {
"title": "Pending Payments",
"pay": "Pay",
"checkStatus": "Check Status",
"checking": "Checking..."
} }
}, },
"referral": { "referral": {
@@ -440,7 +446,9 @@
"wheel": "Wheel", "wheel": "Wheel",
"tariffs": "Tariffs", "tariffs": "Tariffs",
"servers": "Servers", "servers": "Servers",
"broadcasts": "Broadcasts" "broadcasts": "Broadcasts",
"users": "Users",
"payments": "Payments"
}, },
"panel": { "panel": {
"title": "Admin Panel", "title": "Admin Panel",
@@ -452,7 +460,21 @@
"wheelDesc": "Configure fortune wheel and prizes", "wheelDesc": "Configure fortune wheel and prizes",
"tariffsDesc": "Manage tariff plans", "tariffsDesc": "Manage tariff plans",
"serversDesc": "Configure VPN servers", "serversDesc": "Configure VPN servers",
"broadcastsDesc": "Mass messaging to users" "broadcastsDesc": "Mass messaging to users",
"usersDesc": "Manage bot users",
"paymentsDesc": "Payment verification"
},
"payments": {
"title": "Payment Verification",
"description": "Pending payments in the last 24 hours",
"totalPending": "Total Pending",
"filterByMethod": "Filter by method",
"noPayments": "No pending payments",
"paid": "Paid",
"user": "User",
"openLink": "Open Link",
"checkStatus": "Check Status",
"checking": "Checking..."
}, },
"wheel": { "wheel": {
"title": "Fortune Wheel Settings", "title": "Fortune Wheel Settings",

View File

@@ -1,4 +1,4 @@
{ {
"common": { "common": {
"loading": "Загрузка...", "loading": "Загрузка...",
"error": "Ошибка", "error": "Ошибка",
@@ -305,6 +305,12 @@
"name": "FreeKassa", "name": "FreeKassa",
"description": "Оплата через FreeKassa" "description": "Оплата через FreeKassa"
} }
},
"pendingPayments": {
"title": "Ожидающие платежи",
"pay": "Оплатить",
"checkStatus": "Проверить статус",
"checking": "Проверка..."
} }
}, },
"referral": { "referral": {
@@ -441,7 +447,8 @@
"tariffs": "Тарифы", "tariffs": "Тарифы",
"servers": "Серверы", "servers": "Серверы",
"broadcasts": "Рассылки", "broadcasts": "Рассылки",
"users": "Пользователи" "users": "Пользователи",
"payments": "Платежи"
}, },
"panel": { "panel": {
"title": "Панель администратора", "title": "Панель администратора",
@@ -454,7 +461,20 @@
"tariffsDesc": "Управление тарифными планами", "tariffsDesc": "Управление тарифными планами",
"serversDesc": "Настройка VPN серверов", "serversDesc": "Настройка VPN серверов",
"broadcastsDesc": "Массовая отправка сообщений", "broadcastsDesc": "Массовая отправка сообщений",
"usersDesc": "Управление пользователями бота" "usersDesc": "Управление пользователями бота",
"paymentsDesc": "Проверка платежей"
},
"payments": {
"title": "Проверка платежей",
"description": "Ожидающие платежи за последние 24 часа",
"totalPending": "Всего ожидает",
"filterByMethod": "Фильтр по методу",
"noPayments": "Нет ожидающих платежей",
"paid": "Оплачено",
"user": "Пользователь",
"openLink": "Открыть ссылку",
"checkStatus": "Проверить статус",
"checking": "Проверка..."
}, },
"wheel": { "wheel": {
"title": "Настройки колеса удачи", "title": "Настройки колеса удачи",