{
"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"
}