85 lines
4.2 KiB
JSON
85 lines
4.2 KiB
JSON
{
|
|
"app.title": "DockerBot 🤖",
|
|
"app.welcome": "Hello, {name}! 👋\n\nWelcome to <b>DockerBot</b>. 🤖\n\nThis bot allows you to:\n- Check container status\n- Monitor container health\n- View detailed container information\n- Check logs\n- Start, stop, or restart containers\n\nUse the /help command to see all available commands.",
|
|
"app.help": "<b>🤖 DockerBot</b>\n<i>Your container management assistant</i>\n\n<u>📦 Available commands</u>\n\n🔹 <b>/docker</b>\n └ List all containers\n\n🔹 <b>/docker info <container></b>\n └ Show detailed container info\n\n🔹 <b>/docker start|stop|pause|unpause|restart <container></b>\n └ Manage container state\n\n🔹 <b>/docker logs <container> [--tail N] [--follow]</b>\n └ View container logs\n\n🔹 <b>/docker help</b>\n └ Show this help message",
|
|
"app.headerList": "<b>📊 DOCKER STATUS</b>",
|
|
"app.short": "Your container captain on Telegram 🐋",
|
|
"app.about": "The only bot not afraid of whales! 🤖\n\nManaging, monitoring, and reviving your Docker containers so you can sleep without 'Exited (1)' nightmares.\n\nTotal control: listing, logs, and state management without touching the terminal. 🛠️",
|
|
"app.status": "Managing containers... ⚙️",
|
|
|
|
"ui.separator": "━━━━━━━━━━━━━━━━━━━━━━━━━━",
|
|
"ui.prev": "⬅️ Previous",
|
|
"ui.next": "➡️ Next",
|
|
"ui.back": "↩️ Return",
|
|
"ui.page": "📄 Page {current}/{total}",
|
|
"ui.updated": "Updated",
|
|
|
|
"btn.start":"▶️ Start",
|
|
"btn.stop":"⏹️ Stop",
|
|
"btn.restart":"🔁 Restart",
|
|
"btn.pause":"⏸️ Pause",
|
|
"btn.resume":"🔂 Resume",
|
|
"btn.logs": "📜 Logs",
|
|
"btn.refresh": "🔄 Refresh",
|
|
|
|
"list.container.header": "<b>📦 <u>{name}</u></b>",
|
|
"list.container.image": "<code>{image}</code>",
|
|
"list.container.state": "{emoji} <i>{state}</i>",
|
|
"list.container.health_suffix": " ({health})",
|
|
|
|
"list.summary": "🟢 {running} 🔴 {stopped} 🟡 {restarting} ⏸ {paused} ⚪ {other}",
|
|
|
|
"i.cmd.start": "Start the bot",
|
|
"i.cmd.docker": "Manage Docker containers",
|
|
"i.cmd.docker.detailed": "Docker commands \n (list, info, logs...)",
|
|
"i.cmd.help": "Show help",
|
|
"i.auth.unauthorized": "You are not authorized to use this bot 🚫",
|
|
|
|
"d.state.created": "Created",
|
|
"d.state.running": "Running",
|
|
"d.state.paused": "Paused",
|
|
"d.state.restarting": "Restarting",
|
|
"d.state.removing": "Removing",
|
|
"d.state.exited": "Stopped",
|
|
"d.state.dead": "Dead",
|
|
"d.health.none": "No healthcheck",
|
|
"d.health.starting": "Starting",
|
|
"d.health.healthy": "Healthy",
|
|
"d.health.unhealthy": "Unhealthy",
|
|
|
|
"c.header": "📦 <b>{name}</b>",
|
|
"c.separator": "────────────────────",
|
|
"c.id": "🆔 ID: {id}",
|
|
"c.image": "🖼️ Image: {image}",
|
|
"c.path": "🗂️ Path: {path}",
|
|
"c.command": "⚙️ Command: {command}",
|
|
"c.created": "📅 Created: {created}",
|
|
"c.state": "🟢 State: {state}",
|
|
"c.health": "{emoji} Health: {health}",
|
|
"c.restart": "🔄 Restart Count: {count}",
|
|
"c.started": "🟢 Started At: {started}",
|
|
"c.finished": "🔴 Finished At: {finished}",
|
|
"c.ports": "🌐 Ports:",
|
|
"c.mounts": "📁 Mounts:",
|
|
"c.networks": "🔗 Networks:",
|
|
|
|
"e.container.list": "Error listing containers ❌",
|
|
"e.container.list.not_found": "No containers found 🚫",
|
|
"e.container.missing_name": "You must provide the container name. Example: /docker {example} my_container {opts}",
|
|
"e.container.action": "Error executing action on container ❌",
|
|
"e.container.info": "An error occurred while retrieving container information ❌",
|
|
"e.container.not_found": "Container not found 🚫",
|
|
"e.container.logs": "Error retrieving logs",
|
|
|
|
"e.unknown_command": "Unknown command ❌\nUse /docker help or /help to see all available commands",
|
|
|
|
"a.container.start": "Container {name} started successfully",
|
|
"a.container.stop": "Container {name} stopped successfully",
|
|
"a.container.restart": "Container {name} restarted successfully",
|
|
"a.container.pause": "Container {name} paused successfully",
|
|
"a.container.unpause": "Container {name} resumed successfully",
|
|
|
|
"logs.header": "📜 Logs for {name}",
|
|
"logs.empty": "No logs available",
|
|
"logs.truncated": "⚠️ Showing last part of logs"
|
|
} |