Files
homarr/public/locales/uk/tools/docker.json
2023-11-14 20:04:13 +01:00

32 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"title": "Docker",
"alerts": {
"notConfigured": {
"text": ""
}
},
"modals": {
"selectBoard": {
"title": "Виберіть дошку",
"text": "Виберіть дошку, на яку ви хочете додати програми для вибраних контейнерів Docker.",
"form": {
"board": {
"label": "Правління"
},
"submit": "Додавання додатків"
}
}
},
"notifications": {
"selectBoard": {
"success": {
"title": "Додані додатки на дошку оголошень",
"message": "На дошку додано додатки для вибраних Docker-контейнерів."
},
"error": {
"title": "Не вдалося додати додатки на дошку оголошень",
"message": "Додатки для вибраних Docker-контейнерів не вдалося додати на дошку."
}
}
}
}