New translations docker.json (Croatian)

This commit is contained in:
Thomas Camlong
2023-07-06 04:10:22 +09:00
parent 8fefdbdced
commit 351d93f802

View File

@@ -1,83 +1,83 @@
{ {
"descriptor": { "descriptor": {
"name": "", "name": "Docker",
"description": "" "description": "Omogućuje vam jednostavan pregled i upravljanje svim vašim Docker kontejnerima."
}, },
"search": { "search": {
"placeholder": "" "placeholder": "Pretraživanje po nazivu kontejnera ili slike kontejnera"
}, },
"table": { "table": {
"header": { "header": {
"name": "", "name": "Naziv",
"image": "", "image": "Slika",
"ports": "", "ports": "Portovi",
"state": "" "state": "Stanje"
}, },
"body": { "body": {
"portCollapse": "" "portCollapse": "{{ports}} više"
}, },
"states": { "states": {
"running": "", "running": "U radu",
"created": "", "created": "Kreirano",
"stopped": "", "stopped": "Zaustavljeno",
"unknown": "" "unknown": "Nepoznato"
} }
}, },
"actionBar": { "actionBar": {
"addService": { "addService": {
"title": "", "title": "Dodaj aplikaciju",
"message": "" "message": "Dodaj aplikaciju u Homarr"
}, },
"restart": { "restart": {
"title": "" "title": "Ponovo pokreni"
}, },
"stop": { "stop": {
"title": "" "title": "Zaustavi"
}, },
"start": { "start": {
"title": "" "title": "Pokreni"
}, },
"refreshData": { "refreshData": {
"title": "" "title": "Osvježi podatke"
}, },
"remove": { "remove": {
"title": "" "title": "Ukloni"
}, },
"addToHomarr": { "addToHomarr": {
"title": "" "title": "Dodaj u Homarr"
} }
}, },
"actions": { "actions": {
"start": { "start": {
"start": "", "start": "Pokretanje",
"end": "" "end": "Pokrenuto"
}, },
"stop": { "stop": {
"start": "", "start": "Zaustavljanje",
"end": "" "end": "Zaustavljeno"
}, },
"restart": { "restart": {
"start": "", "start": "Ponovno pokretanje",
"end": "" "end": "Ponovno pokrenuto"
}, },
"remove": { "remove": {
"start": "", "start": "Uklanjam",
"end": "" "end": "Uklonjeno"
} }
}, },
"errors": { "errors": {
"integrationFailed": { "integrationFailed": {
"title": "", "title": "Docker integracija nije uspjela",
"message": "" "message": "Jeste li zaboravili montirati Docker socket?"
}, },
"unknownError": { "unknownError": {
"title": "" "title": "Došlo je do pogreške"
}, },
"oneServiceAtATime": { "oneServiceAtATime": {
"title": "" "title": "Molimo dodajte samo jednu aplikaciju ili uslugu odjednom!"
} }
}, },
"actionIcon": { "actionIcon": {
"tooltip": "" "tooltip": "Docker"
} }
} }