Files
Homarr/public/locales/cs/modules/docker.json
2024-01-14 14:10:59 +01:00

84 lines
1.7 KiB
JSON

{
"descriptor": {
"name": "Docker",
"description": "Umožňuje snadno zobrazit a spravovat všechny Docker kontejnery."
},
"search": {
"placeholder": "Vyhledávejte podle kontejneru nebo názvu snímku"
},
"table": {
"header": {
"name": "Název",
"image": "Obraz",
"ports": "Porty",
"state": "Status"
},
"body": {
"portCollapse": "+ dalších {{ports}}"
},
"states": {
"running": "Běží",
"created": "Vytvořený",
"stopped": "Zastavený",
"unknown": "Neznámý"
}
},
"actionBar": {
"addService": {
"title": "Přidat aplikaci",
"message": "Přidat aplikaci do Homarra"
},
"restart": {
"title": "Restartovat"
},
"stop": {
"title": "Zastavit"
},
"start": {
"title": "Spustit"
},
"refreshData": {
"title": "Aktualizovat data"
},
"remove": {
"title": "Odstranit"
},
"addToHomarr": {
"title": "Přidat do Homarra"
}
},
"actions": {
"start": {
"start": "Startuje",
"end": "Zastaven"
},
"stop": {
"start": "Zastavování",
"end": "Zastavený"
},
"restart": {
"start": "Restartování",
"end": "Restartován"
},
"remove": {
"start": "Odstraňování",
"end": "Odstraněn"
}
},
"errors": {
"integrationFailed": {
"title": "Integrace Dockeru selhala",
"message": "Zapomněli jste připojit Docker socket?"
},
"unknownError": {
"title": "Došlo k chybě"
},
"oneServiceAtATime": {
"title": "Přidávejte, prosím, vždy jen jednu aplikaci nebo službu!"
}
},
"actionIcon": {
"tooltip": "Docker"
}
}