{ "app.title": "DockerBot πŸ€–", "app.welcome": "Hello, {name}! πŸ‘‹\n\nWelcome to DockerBot. πŸ€–\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": "πŸ€– DockerBot\nYour container management assistant\n\nπŸ“¦ Available commands\n\nπŸ”Ή /docker\n β”” List all containers\n\nπŸ”Ή /docker info <container>\n β”” Show detailed container info\n\nπŸ”Ή /docker start|stop|pause|unpause|restart <container>\n β”” Manage container state\n\nπŸ”Ή /docker logs <container> [--tail N] [--follow]\n β”” View container logs\n\nπŸ”Ή /docker help\n β”” Show this help message", "app.headerList": "πŸ“Š DOCKER STATUS", "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": "πŸ“¦ {name}", "list.container.image": "{image}", "list.container.state": "{emoji} {state}", "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": "πŸ“¦ {name}", "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" }