core/homeassistant/components/glances/translations/zh-Hans.json

23 lines
723 B
JSON
Raw Normal View History

2020-10-22 00:09:52 +00:00
{
"config": {
2021-08-08 00:11:15 +00:00
"abort": {
"already_configured": "\u8bbe\u5907\u5df2\u88ab\u8fde\u63a5"
},
2020-10-29 00:09:16 +00:00
"error": {
2022-11-24 00:26:32 +00:00
"cannot_connect": "\u8fde\u63a5\u5931\u8d25"
2020-10-29 00:09:16 +00:00
},
2020-10-22 00:09:52 +00:00
"step": {
"user": {
"data": {
2021-08-08 00:11:15 +00:00
"host": "\u4e3b\u673a\u5730\u5740",
2020-10-29 00:09:16 +00:00
"password": "\u5bc6\u7801",
2021-08-08 00:11:15 +00:00
"port": "\u7aef\u53e3",
"ssl": "\u4f7f\u7528 SSL \u51ed\u8bc1",
"username": "\u7528\u6237\u540d",
"verify_ssl": "\u9a8c\u8bc1 SSL \u8bc1\u4e66",
"version": "Glances API \u7248\u672c (2 \u6216 3)"
2022-11-24 00:26:32 +00:00
}
2020-10-22 00:09:52 +00:00
}
}
}
}