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

32 lines
945 B
JSON
Raw Permalink 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": "您的 Homarr 實例未配置 Docker或無法獲取容器。請查說明了解如何設定集成"
}
},
"modals": {
"selectBoard": {
"title": "選擇一個面板",
"text": "為選定 Docker 容器新增應用的面板",
"form": {
"board": {
"label": "面板"
},
"submit": "新增應用"
}
}
},
"notifications": {
"selectBoard": {
"success": {
"title": "新增應用面板",
"message": "選定的 Docker 容易的應用已新增至面板中"
},
"error": {
"title": "新增應用至面板失敗",
"message": "所選的 Docker 容器無法新增至面板中"
}
}
}
}