mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 22:06:34 +00:00
Update translations
This commit is contained in:
parent
052e659782
commit
f79feae120
@ -605,7 +605,9 @@
|
||||
"effect": "Efecte"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Text a veu"
|
||||
"text_to_speak": "Text a veu",
|
||||
"source": "Entrada",
|
||||
"sound_mode": "Mode de so"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "Actual",
|
||||
|
@ -605,7 +605,9 @@
|
||||
"effect": "Efekt"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Převod textu na řeč"
|
||||
"text_to_speak": "Převod textu na řeč",
|
||||
"source": "Zdroj",
|
||||
"sound_mode": "Režim zvuku"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "Momentálně",
|
||||
|
@ -605,13 +605,20 @@
|
||||
"effect": "Effekt"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Text zum Sprechen"
|
||||
"text_to_speak": "Text zum Sprechen",
|
||||
"source": "Quelle",
|
||||
"sound_mode": "Sound-Modus"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "Aktuell",
|
||||
"on_off": "An \/ aus",
|
||||
"target_temperature": "Soll-Temperatur",
|
||||
"target_humidity": "Soll-Luftfeuchtigkeit"
|
||||
"target_humidity": "Soll-Luftfeuchtigkeit",
|
||||
"operation": "Aktion",
|
||||
"fan_mode": "Ventilator-Modus",
|
||||
"swing_mode": "Schwenk-Modus",
|
||||
"away_mode": "Abwesenheitsmodus",
|
||||
"aux_heat": "Hilfswärme"
|
||||
},
|
||||
"lock": {
|
||||
"code": "Code",
|
||||
|
@ -12,7 +12,8 @@
|
||||
"dev-events": "Events",
|
||||
"dev-templates": "Templates",
|
||||
"dev-mqtt": "MQTT",
|
||||
"dev-info": "Info"
|
||||
"dev-info": "Info",
|
||||
"calendar": "Calendar"
|
||||
},
|
||||
"state": {
|
||||
"default": {
|
||||
@ -651,6 +652,12 @@
|
||||
"service_called": "Service {service} called.",
|
||||
"service_call_failed": "Failed to call service {service}.",
|
||||
"connection_lost": "Connection lost. Reconnecting…"
|
||||
},
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
"save": "Save",
|
||||
"name": "Name"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -7,7 +7,8 @@
|
||||
"history": "Vrlouf",
|
||||
"mailbox": "Postigang",
|
||||
"shopping_list": "Ichoufsliste",
|
||||
"dev-mqtt": "MQTT"
|
||||
"dev-mqtt": "MQTT",
|
||||
"dev-info": "Info"
|
||||
},
|
||||
"state": {
|
||||
"default": {
|
||||
@ -71,6 +72,21 @@
|
||||
"safety": {
|
||||
"off": "Sicher",
|
||||
"on": "Unsicher"
|
||||
},
|
||||
"battery": {
|
||||
"off": "Normau",
|
||||
"on": "Nidrig"
|
||||
},
|
||||
"problem": {
|
||||
"off": "OK",
|
||||
"on": "Problem"
|
||||
},
|
||||
"connectivity": {
|
||||
"off": "Trennt",
|
||||
"on": "Verbunge"
|
||||
},
|
||||
"heat": {
|
||||
"on": "Heiss"
|
||||
}
|
||||
},
|
||||
"calendar": {
|
||||
@ -190,6 +206,14 @@
|
||||
"initializing": "Inizialisiärä ({query_stage})",
|
||||
"dead": "Tod ({query_stage})"
|
||||
}
|
||||
},
|
||||
"weather": {
|
||||
"cloudy": "Bedeckt",
|
||||
"fog": "Näbu",
|
||||
"hail": "Hägu",
|
||||
"lightning": "Blitzä",
|
||||
"sunny": "sunnig",
|
||||
"windy": "windig"
|
||||
}
|
||||
},
|
||||
"state_badge": {
|
||||
@ -217,15 +241,213 @@
|
||||
"sidebar": {
|
||||
"log_out": "Uslogge"
|
||||
},
|
||||
"common": {
|
||||
"loading": "Lade"
|
||||
},
|
||||
"panel": {
|
||||
"history": {
|
||||
"period": "Periode"
|
||||
},
|
||||
"mailbox": {
|
||||
"delete_button": "Lösche"
|
||||
},
|
||||
"config": {
|
||||
"core": {
|
||||
"section": {
|
||||
"core": {
|
||||
"server_management": {
|
||||
"restart": "Neustart",
|
||||
"stop": "Stop"
|
||||
}
|
||||
},
|
||||
"translation": {
|
||||
"header": "Sprach wähle",
|
||||
"language": "Sprach"
|
||||
}
|
||||
}
|
||||
},
|
||||
"automation": {
|
||||
"caption": "Automation",
|
||||
"editor": {
|
||||
"default_name": "Nöii Automation",
|
||||
"save": "Spichere",
|
||||
"alias": "Name",
|
||||
"triggers": {
|
||||
"type": {
|
||||
"homeassistant": {
|
||||
"label": "Home Assistant",
|
||||
"start": "Starte",
|
||||
"shutdown": "Abefahre"
|
||||
},
|
||||
"mqtt": {
|
||||
"label": "MQTT",
|
||||
"topic": "Topic"
|
||||
},
|
||||
"numeric_state": {
|
||||
"above": "Über",
|
||||
"below": "Unger"
|
||||
},
|
||||
"sun": {
|
||||
"label": "Sunne",
|
||||
"sunrise": "Sunneungergang",
|
||||
"sunset": "Sunneufgang"
|
||||
},
|
||||
"time": {
|
||||
"label": "Zyt"
|
||||
},
|
||||
"zone": {
|
||||
"label": "Zone"
|
||||
}
|
||||
}
|
||||
},
|
||||
"conditions": {
|
||||
"type": {
|
||||
"sun": {
|
||||
"before": "Vorhär:",
|
||||
"after": "Nachhär:",
|
||||
"sunrise": "Sunneungergang",
|
||||
"sunset": "Sunneufgang"
|
||||
},
|
||||
"time": {
|
||||
"after": "Nachhär",
|
||||
"before": "Vorhär"
|
||||
}
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"header": "Aktione",
|
||||
"type": {
|
||||
"wait_template": {
|
||||
"label": "Warte"
|
||||
},
|
||||
"condition": {
|
||||
"label": "Bedingig"
|
||||
},
|
||||
"event": {
|
||||
"label": "Event uslöse"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave"
|
||||
}
|
||||
}
|
||||
},
|
||||
"login-form": {
|
||||
"password": "Passwort"
|
||||
},
|
||||
"components": {
|
||||
"service-picker": {
|
||||
"service": "Service"
|
||||
},
|
||||
"relative_time": {
|
||||
"never": "Niä"
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"scene": {
|
||||
"activate": "Aktiviere"
|
||||
},
|
||||
"script": {
|
||||
"execute": "Usfüähre"
|
||||
},
|
||||
"weather": {
|
||||
"attributes": {
|
||||
"air_pressure": "Luftdruck",
|
||||
"humidity": "Feuchtigkeit",
|
||||
"temperature": "Temperatur",
|
||||
"wind_speed": "Windgschwindigkeit"
|
||||
},
|
||||
"cardinal_direction": {
|
||||
"e": "O",
|
||||
"ene": "ONO",
|
||||
"ese": "OSO",
|
||||
"n": "N",
|
||||
"ne": "NO",
|
||||
"nne": "NNO",
|
||||
"nw": "NW",
|
||||
"nnw": "NNW",
|
||||
"s": "S",
|
||||
"se": "SO",
|
||||
"sse": "SSO",
|
||||
"ssw": "SSW",
|
||||
"sw": "SW",
|
||||
"w": "W",
|
||||
"wnw": "WNW",
|
||||
"wsw": "WSW"
|
||||
},
|
||||
"forecast": "Vorhärsag"
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"code": "Code",
|
||||
"clear_code": "Lösche"
|
||||
},
|
||||
"automation": {
|
||||
"trigger": "Uslöser"
|
||||
},
|
||||
"cover": {
|
||||
"position": "Position",
|
||||
"tilt_position": "Kipp-Position"
|
||||
},
|
||||
"fan": {
|
||||
"speed": "Geschwindigkeit",
|
||||
"oscillate": "Ozilliere",
|
||||
"direction": "Richtig"
|
||||
},
|
||||
"light": {
|
||||
"brightness": "Häuigkeit",
|
||||
"color_temperature": "Farb-Temperatur",
|
||||
"white_value": "Wiss-Wärt",
|
||||
"effect": "Effekt"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "Aktuell",
|
||||
"on_off": "I \/ us",
|
||||
"target_temperature": "Ziu-Temperatur",
|
||||
"target_humidity": "Ziu-Fuächtigkeit",
|
||||
"operation": "Aktion",
|
||||
"fan_mode": "Ventilator-Modus",
|
||||
"swing_mode": "Schwing-Modus",
|
||||
"away_mode": "Wäg-Modus"
|
||||
},
|
||||
"lock": {
|
||||
"lock": "Zuätuä",
|
||||
"unlock": "Uftuä"
|
||||
},
|
||||
"media_player": {
|
||||
"source": "Quelle",
|
||||
"sound_mode": "Sound-Modus"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
"automation": "Automation",
|
||||
"binary_sensor": "Binäre Sensor",
|
||||
"calendar": "Kaländer",
|
||||
"camera": "Kamera",
|
||||
"climate": "Klima",
|
||||
"configurator": "Configurator",
|
||||
"conversation": "Gspräch",
|
||||
"cover": "Roulade",
|
||||
"group": "Gruppe",
|
||||
"light": "Liächt",
|
||||
"lock": "Schloss",
|
||||
"plant": "Pflanze",
|
||||
"remote": "Entfernt",
|
||||
"scene": "Szene",
|
||||
"script": "Skript",
|
||||
"sensor": "Sensor",
|
||||
"sun": "Sunne",
|
||||
"switch": "Schauter",
|
||||
"updater": "Updater",
|
||||
"weblink": "Weblink",
|
||||
"zwave": "Z-Wave"
|
||||
},
|
||||
"attribute": {
|
||||
"weather": {
|
||||
"wind_speed": "Windgschwindigkeit"
|
||||
}
|
||||
}
|
||||
}
|
@ -609,6 +609,9 @@
|
||||
"code": "Kód",
|
||||
"lock": "Bezár",
|
||||
"unlock": "Kinyit"
|
||||
},
|
||||
"media_player": {
|
||||
"source": "Forrás"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
|
@ -605,7 +605,9 @@
|
||||
"effect": "효과"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "음성합성 내용 입력 (TTS)"
|
||||
"text_to_speak": "음성합성 내용 입력 (TTS)",
|
||||
"source": "입력 소스",
|
||||
"sound_mode": "사운드 모드"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "현재 온도",
|
||||
|
@ -528,7 +528,9 @@
|
||||
"duration": {
|
||||
"day": "{count} {count, plural,\none {dag}\nother {deeg}\n}",
|
||||
"week": "{count} {count, plural,\none {woch}\nother {woche}\n}",
|
||||
"second": "{count} {count, plural,\none {sekonn}\nother {sekonne}\n}"
|
||||
"second": "{count} {count, plural,\none {sekonn}\nother {sekonne}\n}",
|
||||
"minute": "{count} {count, plural,\n one {minutt}\n other {minutten}\n}",
|
||||
"hour": "{count} {count, plural,\n one {stonn}\n other {stonnen}\n}"
|
||||
},
|
||||
"login-form": {
|
||||
"password": "Passwuert",
|
||||
@ -602,7 +604,9 @@
|
||||
"effect": "Effekt"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Text zu Sprooch"
|
||||
"text_to_speak": "Text zu Sprooch",
|
||||
"source": "Quell",
|
||||
"sound_mode": "Toun Modus"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "Momentan",
|
||||
|
@ -605,7 +605,9 @@
|
||||
"effect": "Efekt"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Zamień tekst na mowę"
|
||||
"text_to_speak": "Zamień tekst na mowę",
|
||||
"source": "Źródło",
|
||||
"sound_mode": "Tryb dźwięku"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "Obecnie",
|
||||
|
@ -525,6 +525,35 @@
|
||||
},
|
||||
"persistent_notification": {
|
||||
"dismiss": "Ascunde"
|
||||
},
|
||||
"script": {
|
||||
"execute": "Executa"
|
||||
},
|
||||
"fan": {
|
||||
"direction": "Direcţie"
|
||||
},
|
||||
"light": {
|
||||
"brightness": "Luminozitate",
|
||||
"color_temperature": "Temperatura de culoare",
|
||||
"white_value": "Valoare albă",
|
||||
"effect": "Efect"
|
||||
},
|
||||
"climate": {
|
||||
"on_off": "Pornit \/ Oprit",
|
||||
"target_temperature": "Temperatura țintă",
|
||||
"target_humidity": "Țintă umiditate",
|
||||
"operation": "Operație",
|
||||
"fan_mode": "Mod ventilator",
|
||||
"swing_mode": "Mod baleare",
|
||||
"away_mode": "Plecat"
|
||||
},
|
||||
"lock": {
|
||||
"lock": "Blocat",
|
||||
"unlock": "Deblocare"
|
||||
},
|
||||
"media_player": {
|
||||
"source": "Sursă",
|
||||
"sound_mode": "Mod sunet"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@ -535,6 +564,9 @@
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Serviciu"
|
||||
},
|
||||
"history_charts": {
|
||||
"no_history_found": "Nici un istoric de stare nu a fost găsit."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -528,7 +528,9 @@
|
||||
"duration": {
|
||||
"day": "{count} {count, plural,\none {deň}\nfew {dni}\nother {dní}\n}",
|
||||
"week": "{count} {count, plural,\none {týždeň}\nfew {týždne}\nother {týždňov}\n}",
|
||||
"second": "{count} {count, plural,\none {sekunda}\nfew {sekundy}\nother {sekúnd}\n}"
|
||||
"second": "{count} {count, plural,\none {sekunda}\nfew {sekundy}\nother {sekúnd}\n}",
|
||||
"minute": "{count} {count, plural,\none {minúta}\nother {minút}\n}",
|
||||
"hour": "{count} {count, plural,\n one {hodina}\n other {hodiny}\n}"
|
||||
},
|
||||
"login-form": {
|
||||
"password": "Heslo",
|
||||
@ -575,6 +577,53 @@
|
||||
"wsw": "ZJZ"
|
||||
},
|
||||
"forecast": "Predpoveď"
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"code": "Kód",
|
||||
"clear_code": "Zrušiť",
|
||||
"disarm": "Odkódovať",
|
||||
"arm_home": "Zakódovať doma",
|
||||
"arm_away": "Zakódovať odchod"
|
||||
},
|
||||
"automation": {
|
||||
"last_triggered": "Naposledy spustené",
|
||||
"trigger": "Spustiť"
|
||||
},
|
||||
"cover": {
|
||||
"position": "Poloha",
|
||||
"tilt_position": "Poloha sklonu"
|
||||
},
|
||||
"fan": {
|
||||
"speed": "Rýchlosť",
|
||||
"oscillate": "Pohyblivý smer",
|
||||
"direction": "Smer"
|
||||
},
|
||||
"light": {
|
||||
"brightness": "Jas",
|
||||
"color_temperature": "Teplota farby",
|
||||
"white_value": "Hodnota bielej",
|
||||
"effect": "Efekt"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Text, ktorý chcete hovoriť",
|
||||
"source": "Zdroj",
|
||||
"sound_mode": "Režim zvuku"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "Aktuálne",
|
||||
"on_off": "Zapnúť \/ vypnúť",
|
||||
"target_temperature": "Cieľová teplota",
|
||||
"target_humidity": "Cieľová vlhkosť",
|
||||
"operation": "Prevádzka",
|
||||
"fan_mode": "Režim ventilátora",
|
||||
"swing_mode": "Vejárový režim",
|
||||
"away_mode": "Režim neprítomnosti",
|
||||
"aux_heat": "Prídavné kúrenie"
|
||||
},
|
||||
"lock": {
|
||||
"code": "Kód",
|
||||
"lock": "Zamknúť",
|
||||
"unlock": "Odomknúť"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@ -585,7 +634,23 @@
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Služba"
|
||||
},
|
||||
"relative_time": {
|
||||
"past": "Pred {time}",
|
||||
"future": "O {time}",
|
||||
"never": "Nikdy"
|
||||
},
|
||||
"history_charts": {
|
||||
"loading_history": "Načítavam históriu stavov",
|
||||
"no_history_found": "Nenašla sa žiadna história stavov"
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"entity_turned_on": "Zapnuté {entity}.",
|
||||
"entity_turned_off": "Vypnuté {entity}.",
|
||||
"service_called": "Služba {service} zavolaná.",
|
||||
"service_call_failed": "Nepodarilo sa zavolať službu {service}.",
|
||||
"connection_lost": "Prerušené spojenie. Opätovné pripájanie..."
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -605,7 +605,9 @@
|
||||
"effect": "Učinek"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Besedilo v govor"
|
||||
"text_to_speak": "Besedilo v govor",
|
||||
"source": "Vir",
|
||||
"sound_mode": "Zvočni način"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "Trenutno",
|
||||
|
@ -605,7 +605,9 @@
|
||||
"effect": "Effekt"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Text till tal"
|
||||
"text_to_speak": "Text till tal",
|
||||
"source": "Källa",
|
||||
"sound_mode": "Ljudläge"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "För närvarande",
|
||||
|
@ -605,7 +605,9 @@
|
||||
"effect": "效果"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "要朗读的文本"
|
||||
"text_to_speak": "要朗读的文本",
|
||||
"source": "信号源",
|
||||
"sound_mode": "声音模式"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "当前",
|
||||
|
Loading…
x
Reference in New Issue
Block a user