From c8d805e174f9371824134e33317de9e42d6226cf Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sat, 16 Dec 2023 09:53:50 +0100 Subject: [PATCH] Add `zh-tw` to the language list Solves #1413 (blueprint only) --- nspanel_blueprint.yaml | 73 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 72 insertions(+), 1 deletion(-) diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index b0ab19c8f..2592e90b9 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -70,7 +70,7 @@ blueprint: default: en selector: language: - languages: [en, bg, hr, cs, da, nl, et, fi, fr, de, el, he, hu, id, it, lv, lt, nb, pl, pt, ro, ru, sk, sl, es, sv, tr, uk] + languages: [en, bg, hr, cs, da, nl, et, fi, fr, de, el, he, hu, id, it, lv, lt, nb, pl, pt, ro, ru, sk, sl, es, sv, tr, uk, zh-tw] date_format: name: Date Format description: > @@ -5821,6 +5821,77 @@ variables: bright: Bright dimming: Dimming dim: Dim + zh-tw: #T.Chinese + weekdays: + mon: 星期一 + tue: 星期二 + wed: 星期三 + thu: 星期四 + fri: 星期五 + sat: 星期六 + sun: 星期日 + weekdays_short: + mon: 一 + tue: 二 + wed: 三 + thu: 四 + fri: 五 + sat: 六 + sun: 日 + months: + jan: 1月 + feb: 2月 + mar: 3月 + apr: 4月 + may: 5月 + jun: 6月 + jul: 7月 + aug: 8月 + sep: 9月 + oct: 10月 + nov: 11月 + dec: 12月 + months_short: + jan: 1月 + feb: 2月 + mar: 3月 + apr: 4月 + may: 5月 + jun: 6月 + jul: 7月 + aug: 8月 + sep: 9月 + oct: 10月 + nov: 11月 + dec: 12月 + relative_day: + today: 今天 + tomorrow: 明天 + in_2_days: 後天 + in_3_days: 大後天 + in_4_days: 4天後 + climate: + states: + 'on': 開啟 + 'off': 關閉 + heat: 暖氣 + please_confirm: 請確認 + unavailable: 無法使用 + no_name: 未命名 + alarm: + home: 在家 + away: 離家 + night: 夜間 + vacation: 假期 + bypass: 忽略 + disarm: 解除 + settings: + reboot: 重啟 + sleep: 睡眠 + brightness: 亮度 + bright: 亮度 + dimming: 調光 + dim: 調光 ##### WEATHER #### weather_entity_tmp: !input 'weather_entity' # used only during the creation of weather in variables