feat: Add Multi-Language Support to Home-Assistant (#2965)
This commit is contained in:
parent
fd7addc9dc
commit
c29865b4fc
|
|
@ -8,6 +8,14 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
label:
|
||||||
|
en: Port
|
||||||
|
ja: ポート
|
||||||
|
ms: Port
|
||||||
|
pt-br: Porta
|
||||||
|
ru: Порт
|
||||||
|
zh-Hant: 埠
|
||||||
|
zh: 端口
|
||||||
- default: Asia/Shanghai
|
- default: Asia/Shanghai
|
||||||
edit: true
|
edit: true
|
||||||
envKey: TIME_ZONE
|
envKey: TIME_ZONE
|
||||||
|
|
@ -15,3 +23,12 @@ additionalProperties:
|
||||||
labelZh: 时区
|
labelZh: 时区
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
label:
|
||||||
|
en: Time Zone
|
||||||
|
ja: タイムゾーン
|
||||||
|
ms: Zon Waktu
|
||||||
|
pt-br: Fuso Horário
|
||||||
|
ru: Часовой пояс
|
||||||
|
zh-Hant: 時區
|
||||||
|
zh: 时区
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,14 @@ additionalProperties:
|
||||||
- Tool
|
- Tool
|
||||||
shortDescZh: 开源家庭自动化,将本地控制和隐私放在首位
|
shortDescZh: 开源家庭自动化,将本地控制和隐私放在首位
|
||||||
shortDescEn: Open source home automation that puts local control and privacy first
|
shortDescEn: Open source home automation that puts local control and privacy first
|
||||||
|
description:
|
||||||
|
en: Open source home automation that puts local control and privacy first
|
||||||
|
ja: ローカルコントロールとプライバシーを重視するオープンソースのホームオートメーション
|
||||||
|
ms: Automasi rumah sumber terbuka yang mengutamakan kawalan tempatan dan privasi
|
||||||
|
pt-br: Automação residencial de código aberto que prioriza o controle local e a privacidade
|
||||||
|
ru: Открытая домашняя автоматизация, которая ставит на первое место локальный контроль и конфиденциальность
|
||||||
|
zh-Hant: 以本地控制和隱私為先的開源家居自動化
|
||||||
|
zh: 以本地控制和隐私为先的开源家居自动化
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue