From de30ed329a2943b775997d2097f5c1c65e566b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B6rrle?= Date: Mon, 14 Feb 2022 08:41:25 +0100 Subject: [PATCH] Snyc language files --- .../ui_lovelace_minimalist/lovelace/translations/cs.yaml | 6 ++++++ .../ui_lovelace_minimalist/lovelace/translations/da.yaml | 3 +++ .../ui_lovelace_minimalist/lovelace/translations/de.yaml | 2 ++ .../ui_lovelace_minimalist/lovelace/translations/en.yaml | 1 + .../ui_lovelace_minimalist/lovelace/translations/es.yaml | 3 +++ .../ui_lovelace_minimalist/lovelace/translations/fr.yaml | 2 ++ .../ui_lovelace_minimalist/lovelace/translations/it.yaml | 2 ++ .../ui_lovelace_minimalist/lovelace/translations/no.yaml | 9 +++++++++ .../ui_lovelace_minimalist/lovelace/translations/pl.yaml | 2 ++ .../ui_lovelace_minimalist/lovelace/translations/pt.yaml | 2 ++ .../ui_lovelace_minimalist/lovelace/translations/sk.yaml | 6 ++++++ .../ui_lovelace_minimalist/lovelace/translations/sv.yaml | 2 ++ 12 files changed, 40 insertions(+) diff --git a/custom_components/ui_lovelace_minimalist/lovelace/translations/cs.yaml b/custom_components/ui_lovelace_minimalist/lovelace/translations/cs.yaml index 253bd137f..f7e014eb5 100644 --- a/custom_components/ui_lovelace_minimalist/lovelace/translations/cs.yaml +++ b/custom_components/ui_lovelace_minimalist/lovelace/translations/cs.yaml @@ -19,6 +19,7 @@ ulm_language_variables: ulm_cooling: "Chlazení" ulm_person_state_home: "doma" ulm_person_state_away: "pryč" + ulm_person_state_not_home: "pryč" ulm_popups_back: "Zpět" ulm_popups_toggle: "Přepnout" ulm_popups_statistics: "Statistiky" @@ -34,7 +35,12 @@ ulm_language_variables: ulm_alarm_triggered: "SPUŠTĚN" ulm_playing: "Přehrává" ulm_paused: "Pozastaveno" + ulm_updates_available: "Updates available!" + ulm_no_updates_available: "No updates available" ulm_morning: "Dobré ráno" ulm_afternoon: "Dobré odpoledne" ulm_evening: "Dobrý večer" ulm_hello: "Ahoj" + ulm_cleaning: "Cleaning" + ulm_returning: "Returning" + ulm_docked: "Docked" diff --git a/custom_components/ui_lovelace_minimalist/lovelace/translations/da.yaml b/custom_components/ui_lovelace_minimalist/lovelace/translations/da.yaml index 4c5d3c3fe..ec8cd828a 100644 --- a/custom_components/ui_lovelace_minimalist/lovelace/translations/da.yaml +++ b/custom_components/ui_lovelace_minimalist/lovelace/translations/da.yaml @@ -19,6 +19,7 @@ ulm_language_variables: ulm_cooling: "Køling" ulm_person_state_home: "hjemme" ulm_person_state_away: "fraværende" + ulm_person_state_not_home: "fraværende" ulm_popups_back: "Tilbage" ulm_popups_toggle: "Skift" ulm_popups_statistics: "Statistik" @@ -34,6 +35,8 @@ ulm_language_variables: ulm_alarm_triggered: "AKTIVERET" ulm_playing: "Spiller" ulm_paused: "Sat på pause" + ulm_updates_available: "Updates available!" + ulm_no_updates_available: "No updates available" ulm_morning: "Good morning" ulm_afternoon: "Good afternoon" ulm_evening: "Good evening" diff --git a/custom_components/ui_lovelace_minimalist/lovelace/translations/de.yaml b/custom_components/ui_lovelace_minimalist/lovelace/translations/de.yaml index c5fc749c7..80c024930 100644 --- a/custom_components/ui_lovelace_minimalist/lovelace/translations/de.yaml +++ b/custom_components/ui_lovelace_minimalist/lovelace/translations/de.yaml @@ -35,6 +35,8 @@ ulm_language_variables: ulm_alarm_triggered: "AUSGELÖST" ulm_playing: "Spielt" ulm_paused: "Pausiert" + ulm_updates_available: "Updates verfügbar!" + ulm_no_updates_available: "Keine Updates verfügbar" ulm_morning: "Guten Morgen" ulm_afternoon: "Guten Tag" ulm_evening: "Guten Abend" diff --git a/custom_components/ui_lovelace_minimalist/lovelace/translations/en.yaml b/custom_components/ui_lovelace_minimalist/lovelace/translations/en.yaml index 4b3db8a74..5336b9bee 100644 --- a/custom_components/ui_lovelace_minimalist/lovelace/translations/en.yaml +++ b/custom_components/ui_lovelace_minimalist/lovelace/translations/en.yaml @@ -19,6 +19,7 @@ ulm_language_variables: ulm_cooling: "Cooling" ulm_person_state_home: "home" ulm_person_state_away: "away" + ulm_person_state_not_home: "away" ulm_popups_back: "Back" ulm_popups_toggle: "Toggle" ulm_popups_statistics: "Statistics" diff --git a/custom_components/ui_lovelace_minimalist/lovelace/translations/es.yaml b/custom_components/ui_lovelace_minimalist/lovelace/translations/es.yaml index cf4a93839..9c6163698 100644 --- a/custom_components/ui_lovelace_minimalist/lovelace/translations/es.yaml +++ b/custom_components/ui_lovelace_minimalist/lovelace/translations/es.yaml @@ -19,6 +19,7 @@ ulm_language_variables: ulm_cooling: "Refrigeración" ulm_person_state_home: "En casa" ulm_person_state_away: "Fuera de casa" + ulm_person_state_not_home: "Fuera de casa" ulm_popups_back: "Volver" ulm_popups_toggle: "Alternar" ulm_popups_statistics: "Estadísticas" @@ -34,6 +35,8 @@ ulm_language_variables: ulm_alarm_triggered: "Alarma en curso" ulm_playing: "Reproduciendo" ulm_paused: "Pausa" + ulm_updates_available: "Updates available!" + ulm_no_updates_available: "No updates available" ulm_morning: "Buenos días" ulm_afternoon: "Buenas tardes" ulm_evening: "Buenas noches" diff --git a/custom_components/ui_lovelace_minimalist/lovelace/translations/fr.yaml b/custom_components/ui_lovelace_minimalist/lovelace/translations/fr.yaml index ede61387d..34e8ff0ff 100644 --- a/custom_components/ui_lovelace_minimalist/lovelace/translations/fr.yaml +++ b/custom_components/ui_lovelace_minimalist/lovelace/translations/fr.yaml @@ -35,6 +35,8 @@ ulm_language_variables: ulm_alarm_triggered: "DÉCLENCHÉE" ulm_playing: "Lecture" ulm_paused: "En Pause" + ulm_updates_available: "Updates available!" + ulm_no_updates_available: "No updates available" ulm_morning: "Bonjour" ulm_afternoon: "Bon après-midi" ulm_evening: "Bonsoir" diff --git a/custom_components/ui_lovelace_minimalist/lovelace/translations/it.yaml b/custom_components/ui_lovelace_minimalist/lovelace/translations/it.yaml index 42d7c62e7..a9af2cb8c 100644 --- a/custom_components/ui_lovelace_minimalist/lovelace/translations/it.yaml +++ b/custom_components/ui_lovelace_minimalist/lovelace/translations/it.yaml @@ -35,6 +35,8 @@ ulm_language_variables: ulm_alarm_triggered: "TRIGGERED" ulm_playing: "Playing" ulm_paused: "Paused" + ulm_updates_available: "Updates available!" + ulm_no_updates_available: "No updates available" ulm_morning: "Buon giorno" ulm_afternoon: "Buon pomeriggio" ulm_evening: "Buona serata" diff --git a/custom_components/ui_lovelace_minimalist/lovelace/translations/no.yaml b/custom_components/ui_lovelace_minimalist/lovelace/translations/no.yaml index 76f08a327..42ed839f5 100644 --- a/custom_components/ui_lovelace_minimalist/lovelace/translations/no.yaml +++ b/custom_components/ui_lovelace_minimalist/lovelace/translations/no.yaml @@ -9,10 +9,17 @@ ulm_language_variables: ulm_standby: "Klar" ulm_idle: "Hviler" ulm_currency: "NOK" + ulm_auto: "Auto" ulm_heat: "Varme" ulm_cool: "Kjøling" + ulm_dry: "Dry" + ulm_fan_only: "Fan only" + ulm_heat_cool: "Heat/Cool" + ulm_heating: "Heating" + ulm_cooling: "Cooling" ulm_person_state_home: "Hjemme" ulm_person_state_away: "Borte" + ulm_person_state_not_home: "Borte" ulm_popups_back: "Tilbake" ulm_popups_toggle: "Veksle" ulm_popups_statistics: "Statistikk" @@ -28,6 +35,8 @@ ulm_language_variables: ulm_alarm_triggered: "UTLØST" ulm_playing: "Spiller" ulm_paused: "Pauset" + ulm_updates_available: "Updates available!" + ulm_no_updates_available: "No updates available" ulm_morning: "God morgen" ulm_afternoon: "God ettermiddag" ulm_evening: "God kveld" diff --git a/custom_components/ui_lovelace_minimalist/lovelace/translations/pl.yaml b/custom_components/ui_lovelace_minimalist/lovelace/translations/pl.yaml index e2f671519..e2c1efc09 100644 --- a/custom_components/ui_lovelace_minimalist/lovelace/translations/pl.yaml +++ b/custom_components/ui_lovelace_minimalist/lovelace/translations/pl.yaml @@ -35,6 +35,8 @@ ulm_language_variables: ulm_alarm_triggered: "Naruszony" ulm_playing: "Odtwarzanie" ulm_paused: "Wstrzymano" + ulm_updates_available: "Updates available!" + ulm_no_updates_available: "No updates available" ulm_morning: "Dzień dobry" ulm_afternoon: "Dzień dobry" ulm_evening: "Dobry wieczór" diff --git a/custom_components/ui_lovelace_minimalist/lovelace/translations/pt.yaml b/custom_components/ui_lovelace_minimalist/lovelace/translations/pt.yaml index d111ba435..1048de71c 100644 --- a/custom_components/ui_lovelace_minimalist/lovelace/translations/pt.yaml +++ b/custom_components/ui_lovelace_minimalist/lovelace/translations/pt.yaml @@ -35,6 +35,8 @@ ulm_language_variables: ulm_alarm_triggered: "TRIGGERED" ulm_playing: "Playing" ulm_paused: "Paused" + ulm_updates_available: "Updates available!" + ulm_no_updates_available: "No updates available" ulm_morning: "Bom dia" ulm_afternoon: "Boa tarde" ulm_evening: "Boa noite" diff --git a/custom_components/ui_lovelace_minimalist/lovelace/translations/sk.yaml b/custom_components/ui_lovelace_minimalist/lovelace/translations/sk.yaml index fde5d4fa0..130151718 100644 --- a/custom_components/ui_lovelace_minimalist/lovelace/translations/sk.yaml +++ b/custom_components/ui_lovelace_minimalist/lovelace/translations/sk.yaml @@ -19,6 +19,7 @@ ulm_language_variables: ulm_cooling: "Chladenie" ulm_person_state_home: "doma" ulm_person_state_away: "preč" + ulm_person_state_not_home: "preč" ulm_popups_back: "Späť" ulm_popups_toggle: "Prepnúť" ulm_popups_statistics: "Štatistiky" @@ -34,7 +35,12 @@ ulm_language_variables: ulm_alarm_triggered: "SPUSTENÝ" ulm_playing: "Prehrávanie" ulm_paused: "Pozastavený" + ulm_updates_available: "Updates available!" + ulm_no_updates_available: "No updates available" ulm_morning: "Dobré ráno" ulm_afternoon: "Dobrý deň" ulm_evening: "Dobrý večer" ulm_hello: "Ahoj" + ulm_cleaning: "Cleaning" + ulm_returning: "Returning" + ulm_docked: "Docked" diff --git a/custom_components/ui_lovelace_minimalist/lovelace/translations/sv.yaml b/custom_components/ui_lovelace_minimalist/lovelace/translations/sv.yaml index 2f9479c49..61473451f 100644 --- a/custom_components/ui_lovelace_minimalist/lovelace/translations/sv.yaml +++ b/custom_components/ui_lovelace_minimalist/lovelace/translations/sv.yaml @@ -35,6 +35,8 @@ ulm_language_variables: ulm_alarm_triggered: "LARM UTLÖST" ulm_playing: "Spelar" ulm_paused: "Pausad" + ulm_updates_available: "Updates available!" + ulm_no_updates_available: "No updates available" ulm_morning: "Good morning" ulm_afternoon: "Good afternoon" ulm_evening: "Good evening"