config: update crowdin translations

This commit is contained in:
Thomas Camlong
2023-12-22 21:50:04 +01:00
committed by GitHub
parent 553fa98e61
commit fd3f8f317a
152 changed files with 2737 additions and 307 deletions
+10 -2
View File
@@ -1,13 +1,21 @@
{
"metaTitle": "使用者",
"pageTitle": "管理使用者",
"text": "通過使用者,您可以設定誰可以編輯您的面板,Homarr 的未來版本將對權限和面板進行更精細的控制",
"buttons": {
"create": "創建"
},
"filter": {
"roles": {
"all": "全部",
"normal": "普通",
"admin": "管理員",
"owner": "所有者"
}
},
"table": {
"header": {
"user": "使用者"
"user": "使用者",
"email": "E-mail"
}
},
"tooltips": {
+55
View File
@@ -0,0 +1,55 @@
{
"metaTitle": "使用者 {{username}}",
"back": "返回使用者管理",
"sections": {
"general": {
"title": "一般",
"inputs": {
"username": {
"label": "使用者"
},
"eMail": {
"label": "E-mail"
}
}
},
"security": {
"title": "安全",
"inputs": {
"password": {
"label": "新密碼"
},
"terminateExistingSessions": {
"label": "停止現有會話",
"description": "強制使用者在其設備上重新登錄"
},
"confirm": {
"label": "確認",
"description": "密碼將被更新,此操作不可取消"
}
}
},
"roles": {
"title": "腳色",
"currentRole": "當前腳色: ",
"badges": {
"owner": "所有者",
"admin": "管理員",
"normal": "普通"
}
},
"deletion": {
"title": "刪除帳號",
"inputs": {
"confirmUsername": {
"label": "確認使用者名",
"description": "輸入使用者名以確認刪除"
},
"confirm": {
"label": "永久刪除",
"description": "我明白此操作不可逆,所有帳號數據都會消失"
}
}
}
}
}
@@ -0,0 +1,17 @@
{
"entityNotFound": "未找到實體",
"descriptor": {
"name": "Home Assistant 實體",
"description": "Home Assistant 中實體的目前狀態",
"settings": {
"title": "實體狀態",
"entityId": {
"label": "實體 ID",
"info": "Home Assistant 中的唯一實體ID,通過點擊實體 > 點擊齒輪圖示 > 點擊實體 ID 觸地的複製按鈕進行複製,某些自定義實體可能不支持"
},
"displayName": {
"label": "顯示名稱"
}
}
}
}
+11 -1
View File
@@ -41,12 +41,22 @@
},
"table": {
"header": {
"isCompleted": "正在下載",
"name": "名稱",
"dateAdded": "已新增",
"size": "大小",
"download": "下載",
"upload": "上傳",
"estimatedTimeOfArrival": "剩餘時間",
"progress": "進度"
"progress": "進度",
"totalUploaded": "總上傳",
"totalDownloaded": "總下載",
"ratio": "分享率",
"seeds": "種子數(已連接)",
"peers": "用戶數(已連接)",
"label": "標籤",
"state": "狀態",
"stateMessage": "狀態訊息"
},
"item": {
"text": "由 {{appName}},{{ratio}} 管理的比率"