mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-19 22:12:15 +01:00
84 lines
1.6 KiB
JSON
84 lines
1.6 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "Docker",
|
|
"description": "Allows you to easily see and manage all of your Docker Containers."
|
|
},
|
|
"search": {
|
|
"placeholder": "Search by container or image name"
|
|
},
|
|
"table": {
|
|
"header": {
|
|
"name": "Name",
|
|
"image": "Image",
|
|
"ports": "Ports",
|
|
"state": "State"
|
|
},
|
|
"body": {
|
|
"portCollapse": "{{ports}} more"
|
|
},
|
|
"states": {
|
|
"running": "Running",
|
|
"created": "Created",
|
|
"stopped": "Stopped",
|
|
"unknown": "Unknown"
|
|
}
|
|
},
|
|
"actionBar": {
|
|
"addService": {
|
|
"title": "Add app",
|
|
"message": "Add app to Homarr"
|
|
},
|
|
"restart": {
|
|
"title": "Restart"
|
|
},
|
|
"stop": {
|
|
"title": "Stop"
|
|
},
|
|
"start": {
|
|
"title": "Start"
|
|
},
|
|
"refreshData": {
|
|
"title": "Refresh data"
|
|
},
|
|
"remove": {
|
|
"title": "Remove"
|
|
},
|
|
"addToHomarr": {
|
|
"title": "Add to Homarr"
|
|
}
|
|
},
|
|
"actions": {
|
|
"start": {
|
|
"start": "Starting",
|
|
"end": "Started"
|
|
},
|
|
"stop": {
|
|
"start": "Stopping",
|
|
"end": "Stopped"
|
|
},
|
|
"restart": {
|
|
"start": "Restarting",
|
|
"end": "Restarted"
|
|
},
|
|
"remove": {
|
|
"start": "Removing",
|
|
"end": "Removed"
|
|
}
|
|
},
|
|
"errors": {
|
|
"integrationFailed": {
|
|
"title": "Docker integration failed",
|
|
"message": "Did you forget to mount the docker socket?"
|
|
},
|
|
"unknownError": {
|
|
"title": "There was an error"
|
|
},
|
|
"oneServiceAtATime": {
|
|
"title": "Please only add one app or service at a time!"
|
|
}
|
|
},
|
|
"actionIcon": {
|
|
"tooltip": "Docker"
|
|
}
|
|
}
|