Files

84 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2022-08-22 09:50:54 +02:00
{
2022-08-24 19:51:54 +02:00
"descriptor": {
"name": "Docker",
2023-01-13 11:10:09 +00:00
"description": "Allows you to easily see and manage all of your Docker Containers."
2022-08-24 19:51:54 +02:00
},
2022-08-22 09:50:54 +02:00
"search": {
"placeholder": "Search by container or image name"
},
"table": {
"header": {
"name": "Name",
"image": "Image",
"ports": "Ports",
2022-09-02 13:01:56 +02:00
"state": "State"
2022-08-22 09:50:54 +02:00
},
"body": {
"portCollapse": "{{ports}} more"
},
"states": {
"running": "Running",
"created": "Created",
"stopped": "Stopped",
"unknown": "Unknown"
}
},
"actionBar": {
"addService": {
2023-01-13 15:04:12 +01:00
"title": "Add app",
2023-02-25 06:15:33 +09:00
"message": "Add app to Homarr"
2022-08-22 09:50:54 +02:00
},
"restart": {
"title": "Restart"
},
"stop": {
"title": "Stop"
},
"start": {
"title": "Start"
},
"refreshData": {
"title": "Refresh data"
2022-08-22 09:50:54 +02:00
},
"remove": {
"title": "Remove"
2022-09-02 13:01:56 +02:00
},
"addToHomarr": {
"title": "Add to Homarr"
2022-08-22 09:50:54 +02:00
}
},
"actions": {
"start": {
"start": "Starting",
"end": "Started"
},
"stop": {
"start": "Stopping",
"end": "Stopped"
},
"restart": {
"start": "Restarting",
"end": "Restarted"
},
"remove": {
"start": "Removing",
"end": "Removed"
2022-08-22 09:50:54 +02:00
}
},
"errors": {
"integrationFailed": {
"title": "Docker integration failed",
2023-01-13 11:10:09 +00:00
"message": "Did you forget to mount the docker socket?"
2022-08-22 09:50:54 +02:00
},
"unknownError": {
"title": "There was an error"
},
"oneServiceAtATime": {
2023-01-13 11:10:09 +00:00
"title": "Please only add one app or service at a time!"
2022-08-22 09:50:54 +02:00
}
},
"actionIcon": {
"tooltip": "Docker"
}
2023-01-13 11:10:09 +00:00
}