Files
homarr/public/locales/tw/tools/docker.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

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