New Crowdin updates (#1529)

Add Chinese traditional and Crowdin pseudo language (CR)
This commit is contained in:
Thomas Camlong
2023-10-31 09:12:59 +01:00
committed by GitHub
parent 0da6112913
commit fc969e5042
405 changed files with 6545 additions and 796 deletions

View File

@@ -0,0 +1,32 @@
{
"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 容器無法新增至面板中"
}
}
}
}