Files
homarr/public/locales/pl/modules/docker.json
2022-08-30 12:49:55 +02:00

69 lines
1.1 KiB
JSON

{
"descriptor": {
"name": "",
"description": ""
},
"search": {
"placeholder": ""
},
"table": {
"header": {
"name": "",
"image": "Obraz",
"ports": "Porty",
"state": "Status"
},
"body": {
"portCollapse": ""
},
"states": {
"running": "Uruchomione",
"created": "",
"stopped": "Zatrzymane",
"unknown": ""
}
},
"actionBar": {
"addService": {
"title": "Dodaj usługę",
"message": "Dodaj usługę do Homarra"
},
"restart": {
"title": ""
},
"stop": {
"title": "Zatrzymać"
},
"start": {
"title": "Uruchom"
},
"refreshData": "",
"addToHomarr": {
"title": ""
},
"remove": {
"title": "Usuń"
}
},
"messages": {
"successfullyExecuted": {
"title": "",
"message": ""
}
},
"errors": {
"integrationFailed": {
"title": "",
"message": ""
},
"unknownError": {
"title": "Wystąpił błąd"
},
"oneServiceAtATime": {
"title": ""
}
},
"actionIcon": {
"tooltip": ""
}
}