config: update crowdin translations
This commit is contained in:
17
public/locales/tw/modules/smart-home/entity-state.json
Normal file
17
public/locales/tw/modules/smart-home/entity-state.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"entityNotFound": "未找到實體",
|
||||
"descriptor": {
|
||||
"name": "Home Assistant 實體",
|
||||
"description": "Home Assistant 中實體的目前狀態",
|
||||
"settings": {
|
||||
"title": "實體狀態",
|
||||
"entityId": {
|
||||
"label": "實體 ID",
|
||||
"info": "Home Assistant 中的唯一實體ID,通過點擊實體 > 點擊齒輪圖示 > 點擊實體 ID 觸地的複製按鈕進行複製,某些自定義實體可能不支持"
|
||||
},
|
||||
"displayName": {
|
||||
"label": "顯示名稱"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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}} 管理的比率"
|
||||
|
||||
Reference in New Issue
Block a user