Files
homarr/public/locales/ru/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-контейнеров не удалось добавить на панель."
}
}
}
}