config: update crowdin translations
This commit is contained in:
17
public/locales/cn/modules/smart-home/entity-state.json
Normal file
17
public/locales/cn/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