chore: new Crowdin updates (#1890)
This commit is contained in:
37
public/locales/tw/modules/health-monitoring.json
Normal file
37
public/locales/tw/modules/health-monitoring.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"title": "",
|
||||
"fahrenheit": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"label": "處理器",
|
||||
"load": "",
|
||||
"minute": ""
|
||||
},
|
||||
"memory": {
|
||||
"label": "",
|
||||
"totalMem": "",
|
||||
"available": ""
|
||||
},
|
||||
"fileSystem": {
|
||||
"label": "",
|
||||
"available": ""
|
||||
},
|
||||
"info": {
|
||||
"uptime": "",
|
||||
"updates": "",
|
||||
"reboot": ""
|
||||
},
|
||||
"errors": {
|
||||
"general": {
|
||||
"title": "",
|
||||
"text": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
19
public/locales/tw/modules/indexer-manager.json
Normal file
19
public/locales/tw/modules/indexer-manager.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "索引管理器狀態",
|
||||
"description": "有關索引器的狀態",
|
||||
"settings": {
|
||||
"title": "索引管理器狀態"
|
||||
}
|
||||
},
|
||||
"indexersStatus": {
|
||||
"title": "索引管理器",
|
||||
"testAllButton": "測試全部"
|
||||
},
|
||||
"errors": {
|
||||
"general": {
|
||||
"title": "無法找到索引管理器",
|
||||
"text": "連線索引管理器時出現問題,請驗證您的配置/集成"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,12 +9,20 @@
|
||||
"label": "實體 ID",
|
||||
"info": "Home Assistant 中的唯一實體ID,通過點擊實體 > 點擊齒輪圖示 > 點擊實體 ID 觸地的複製按鈕進行複製,某些自定義實體可能不支持"
|
||||
},
|
||||
"appendUnit": {
|
||||
"label": "附加測量單位",
|
||||
"info": "將測量單位的屬性附加至實體狀態"
|
||||
},
|
||||
"automationId": {
|
||||
"label": "可選自動化ID",
|
||||
"info": "自動化ID必須以 automation.XXXX 開頭,當未設定時小部件將不可點擊,且僅顯示狀況,點擊後實體狀態將被更新"
|
||||
},
|
||||
"displayName": {
|
||||
"label": "顯示名稱"
|
||||
},
|
||||
"displayFriendlyName": {
|
||||
"label": "顯示友好名稱",
|
||||
"info": "顯示來自 Home Assistant 的友好名稱,而不是顯示名稱"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user