mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
Add files via upload
This commit is contained in:
@@ -448,7 +448,8 @@
|
||||
"servers": "Servers",
|
||||
"broadcasts": "Broadcasts",
|
||||
"users": "Users",
|
||||
"payments": "Payments"
|
||||
"payments": "Payments",
|
||||
"remnawave": "RemnaWave"
|
||||
},
|
||||
"panel": {
|
||||
"title": "Admin Panel",
|
||||
@@ -462,7 +463,8 @@
|
||||
"serversDesc": "Configure VPN servers",
|
||||
"broadcastsDesc": "Mass messaging to users",
|
||||
"usersDesc": "Manage bot users",
|
||||
"paymentsDesc": "Payment verification"
|
||||
"paymentsDesc": "Payment verification",
|
||||
"remnawaveDesc": "Panel management and statistics"
|
||||
},
|
||||
"payments": {
|
||||
"title": "Payment Verification",
|
||||
@@ -476,6 +478,69 @@
|
||||
"checkStatus": "Check Status",
|
||||
"checking": "Checking..."
|
||||
},
|
||||
"remnawave": {
|
||||
"title": "RemnaWave",
|
||||
"subtitle": "Panel management and statistics",
|
||||
"connected": "Connected",
|
||||
"disconnected": "Not configured",
|
||||
"noData": "Failed to load data",
|
||||
"tabs": {
|
||||
"overview": "Overview",
|
||||
"nodes": "Nodes",
|
||||
"squads": "Squads",
|
||||
"sync": "Sync"
|
||||
},
|
||||
"overview": {
|
||||
"system": "System",
|
||||
"usersOnline": "Online",
|
||||
"totalUsers": "Total Users",
|
||||
"nodesOnline": "Nodes Online",
|
||||
"connections": "Connections",
|
||||
"bandwidth": "Realtime Bandwidth",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"total": "Total",
|
||||
"server": "Server",
|
||||
"cpu": "CPU Cores",
|
||||
"memory": "Memory",
|
||||
"uptime": "Uptime",
|
||||
"traffic": "Traffic Statistics",
|
||||
"usersByStatus": "Users by Status"
|
||||
},
|
||||
"nodes": {
|
||||
"online": "Online",
|
||||
"offline": "Offline",
|
||||
"disabled": "Disabled",
|
||||
"noNodes": "No nodes found",
|
||||
"restart": "Restart",
|
||||
"enable": "Enable",
|
||||
"disable": "Disable",
|
||||
"restartAll": "Restart All",
|
||||
"confirmRestartAll": "Are you sure you want to restart all nodes?"
|
||||
},
|
||||
"squads": {
|
||||
"synced": "Synced",
|
||||
"notSynced": "Not synced",
|
||||
"noSquads": "No squads found",
|
||||
"syncServers": "Sync Servers"
|
||||
},
|
||||
"sync": {
|
||||
"autoSync": "Auto Sync",
|
||||
"runNow": "Run Now",
|
||||
"manual": "Manual Sync",
|
||||
"fromPanel": "Sync from Panel",
|
||||
"fromPanelDesc": "Import users from RemnaWave panel to bot database",
|
||||
"toPanel": "Sync to Panel",
|
||||
"toPanelDesc": "Export users from bot database to RemnaWave panel",
|
||||
"subscriptions": "Subscriptions",
|
||||
"validate": "Validate",
|
||||
"validateDesc": "Check and fix subscription inconsistencies",
|
||||
"cleanup": "Cleanup",
|
||||
"cleanupDesc": "Remove orphaned subscriptions without users",
|
||||
"statuses": "Sync Statuses",
|
||||
"statusesDesc": "Synchronize subscription statuses with panel"
|
||||
}
|
||||
},
|
||||
"wheel": {
|
||||
"title": "Fortune Wheel Settings",
|
||||
"enabled": "Enabled",
|
||||
|
||||
Reference in New Issue
Block a user