From 725e1ddfc116ff6f06e5d7574321ffc96d30faf8 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 23 Mar 2018 14:15:31 -0700 Subject: [PATCH] Update translations --- .../.translations/nl.json | 3 ++- .../.translations/vi.json | 24 +++++++++++++++++++ .../components/hue/.translations/de.json | 2 +- .../components/hue/.translations/pl.json | 2 +- .../sensor/.translations/season.vi.json | 8 +++++++ 5 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 homeassistant/components/config_entry_example/.translations/vi.json create mode 100644 homeassistant/components/sensor/.translations/season.vi.json diff --git a/homeassistant/components/config_entry_example/.translations/nl.json b/homeassistant/components/config_entry_example/.translations/nl.json index 10469dd0804..7b52ac88cf0 100644 --- a/homeassistant/components/config_entry_example/.translations/nl.json +++ b/homeassistant/components/config_entry_example/.translations/nl.json @@ -18,6 +18,7 @@ "description": "Voer een naam in voor het testen van de entiteit.", "title": "Naam van de entiteit" } - } + }, + "title": "Voorbeeld van de config vermelding" } } \ No newline at end of file diff --git a/homeassistant/components/config_entry_example/.translations/vi.json b/homeassistant/components/config_entry_example/.translations/vi.json new file mode 100644 index 00000000000..e40c4d38e9f --- /dev/null +++ b/homeassistant/components/config_entry_example/.translations/vi.json @@ -0,0 +1,24 @@ +{ + "config": { + "error": { + "invalid_object_id": "ID \u0111\u1ed1i t\u01b0\u1ee3ng kh\u00f4ng h\u1ee3p l\u1ec7" + }, + "step": { + "init": { + "data": { + "object_id": "ID \u0111\u1ed1i t\u01b0\u1ee3ng" + }, + "description": "Xin vui l\u00f2ng nh\u1eadp m\u1ed9t object_id cho th\u1eed nghi\u1ec7m th\u1ef1c th\u1ec3.", + "title": "Ch\u1ecdn id \u0111\u1ed1i t\u01b0\u1ee3ng" + }, + "name": { + "data": { + "name": "T\u00ean" + }, + "description": "Xin vui l\u00f2ng nh\u1eadp t\u00ean cho th\u1eed nghi\u1ec7m th\u1ef1c th\u1ec3.", + "title": "T\u00ean c\u1ee7a th\u1ef1c th\u1ec3" + } + }, + "title": "V\u00ed d\u1ee5 v\u1ec1 c\u1ea5u h\u00ecnh th\u1ef1c th\u1ec3" + } +} \ No newline at end of file diff --git a/homeassistant/components/hue/.translations/de.json b/homeassistant/components/hue/.translations/de.json index b7094d91528..f11af7756c7 100644 --- a/homeassistant/components/hue/.translations/de.json +++ b/homeassistant/components/hue/.translations/de.json @@ -6,7 +6,7 @@ "no_bridges": "Philips Hue Bridges entdeckt" }, "error": { - "linking": "Unbekannte Link-Fehler aufgetreten.", + "linking": "Unbekannter Link-Fehler aufgetreten.", "register_failed": "Registrieren fehlgeschlagen, bitte versuche es erneut" }, "step": { diff --git a/homeassistant/components/hue/.translations/pl.json b/homeassistant/components/hue/.translations/pl.json index cdd26a5b4b2..e364b7033a1 100644 --- a/homeassistant/components/hue/.translations/pl.json +++ b/homeassistant/components/hue/.translations/pl.json @@ -17,7 +17,7 @@ "title": "Wybierz mostek Hue" }, "link": { - "description": "Naci\u015bnij przycisk na mostku, aby zarejestrowa\u0107 Philips Hue z Home Assistant. ", + "description": "Naci\u015bnij przycisk na mostku, aby zarejestrowa\u0107 Philips Hue z Home Assistant.", "title": "Hub Link" } }, diff --git a/homeassistant/components/sensor/.translations/season.vi.json b/homeassistant/components/sensor/.translations/season.vi.json new file mode 100644 index 00000000000..a3bb21dee27 --- /dev/null +++ b/homeassistant/components/sensor/.translations/season.vi.json @@ -0,0 +1,8 @@ +{ + "state": { + "autumn": "M\u00f9a thu", + "spring": "M\u00f9a xu\u00e2n", + "summer": "M\u00f9a h\u00e8", + "winter": "M\u00f9a \u0111\u00f4ng" + } +} \ No newline at end of file