Files
community-plugins/mini-docker/translations/en.json
T

117 lines
3.6 KiB
JSON

{
"actions": {
"cancel": "Cancel",
"close": "Close",
"refresh": "Refresh",
"remove": "Remove",
"restart": "Restart",
"run": "Run",
"select": "Select",
"start": "Start",
"stop": "Stop"
},
"colors": {
"default": "Default",
"error": "Error",
"muted": "Muted",
"primary": "Primary",
"secondary": "Secondary",
"success": "Success",
"tertiary": "Tertiary"
},
"details": {
"created": "Created: {value}",
"driver": "Driver: {value}",
"id": "ID: {value}",
"image": "Image: {value}",
"mountpoint": "Mountpoint: {value}",
"ports": "Ports: {value}",
"scope": "Scope: {value}",
"size": "Size: {value}",
"status": "Status: {value}"
},
"panel": {
"busy": "Docker command in progress…",
"default_network": "Built-in network",
"image_in_use": "Used by a container",
"image_unused": "Not used by a container",
"loading": "Loading Docker state…",
"no_containers": "No containers found.",
"no_images": "No images found.",
"no_networks": "No networks found.",
"no_volumes": "No volumes found.",
"select_hint": "Select an item to see available actions.",
"showing_limit": "Showing the first {count} items.",
"updated": "Last updated: {time}"
},
"result": {
"command_busy": "Another Docker command is still running.",
"docker_missing": "The Docker CLI is not installed.",
"docker_unreachable": "Could not reach the Docker daemon.",
"failed": "Docker command failed: {error}",
"success": "Docker command completed."
},
"run_form": {
"container_name": "Container name (optional)",
"container_name_placeholder": "my-container",
"environment": "Environment variables",
"environment_help": "Enter one KEY=value pair per line.",
"environment_placeholder": "KEY=value\nANOTHER_KEY=value",
"invalid_environment": "Invalid environment-variable line: {line}",
"invalid_name": "Container names may contain letters, numbers, dots, underscores, and hyphens.",
"invalid_port": "Port must be a number from 1 to 65535.",
"network": "Network",
"port": "Host and container port",
"port_placeholder": "8080",
"publish_port": "Publish a port",
"title": "Run {image}"
},
"settings": {
"active_color": {
"description": "Color used when at least one container is running.",
"label": "Active indicator color"
},
"default_network": {
"description": "Network selected when running an image.",
"label": "Default network"
},
"glyph_color": {
"description": "Theme color used by the Docker icon.",
"label": "Icon color"
},
"inactive_color": {
"description": "Color used when no containers are running.",
"label": "Inactive indicator color"
},
"refresh_interval": {
"description": "How often Mini Docker refreshes Docker state, in seconds.",
"label": "Refresh interval"
},
"show_count": {
"description": "Show the number of running containers beside the Docker icon.",
"label": "Show running count"
},
"status_mode": {
"description": "Choose when the status dot is visible.",
"label": "Status indicator",
"options": {
"always": "Always",
"hidden": "Hidden",
"running_only": "Only while containers are running"
}
}
},
"tabs": {
"containers": "Containers",
"images": "Images",
"networks": "Networks",
"volumes": "Volumes"
},
"title": "Mini Docker",
"widget": {
"refresh_requested": "Docker refresh requested",
"running": "Running containers: {count}",
"unavailable": "Docker is not available"
}
}