mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Update translations
This commit is contained in:
parent
274e1a671f
commit
b085121ab4
@ -528,7 +528,9 @@
|
||||
"duration": {
|
||||
"day": "{count}{count, plural,\n one {ден}\n other {дни}\n}",
|
||||
"week": "{count}{count, plural,\n one {седмица}\n other {седмици}\n}",
|
||||
"second": "{count}{count, plural,\n one {секунда}\n other {секунди}\n}"
|
||||
"second": "{count}{count, plural,\n one {секунда}\n other {секунди}\n}",
|
||||
"minute": "{count} {count, plural,\n one {минута}\n other {минути}\n}",
|
||||
"hour": "{count} {count, plural,\n one {час}\n other {часа}\n}"
|
||||
},
|
||||
"login-form": {
|
||||
"password": "Парола",
|
||||
@ -586,6 +588,40 @@
|
||||
"automation": {
|
||||
"last_triggered": "Последно задействане",
|
||||
"trigger": "Тригер"
|
||||
},
|
||||
"cover": {
|
||||
"position": "Позиция",
|
||||
"tilt_position": "Наклон"
|
||||
},
|
||||
"fan": {
|
||||
"speed": "Скорост",
|
||||
"oscillate": "Въртене",
|
||||
"direction": "Посока"
|
||||
},
|
||||
"light": {
|
||||
"brightness": "Яркост",
|
||||
"color_temperature": "Цветова температура",
|
||||
"white_value": "Стойност на бялото",
|
||||
"effect": "Ефект"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Текст за произнасяне"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "В момента",
|
||||
"on_off": "Вкл. \/ Изкл",
|
||||
"target_temperature": "Желана температура",
|
||||
"target_humidity": "Желана влажност",
|
||||
"operation": "Режим",
|
||||
"fan_mode": "Режим на вентилатора",
|
||||
"swing_mode": "Режим на люлеене",
|
||||
"away_mode": "Режим на отсъствие",
|
||||
"aux_heat": "Помощен нагревател"
|
||||
},
|
||||
"lock": {
|
||||
"code": "Код",
|
||||
"lock": "Заключване",
|
||||
"unlock": "Отключване"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@ -596,7 +632,23 @@
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Услуга"
|
||||
},
|
||||
"relative_time": {
|
||||
"past": "Преди {time}",
|
||||
"future": "След {time}",
|
||||
"never": "Никога"
|
||||
},
|
||||
"history_charts": {
|
||||
"loading_history": "Зареждане на история за състоянието...",
|
||||
"no_history_found": "Не е намерена история за състоянието"
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"entity_turned_on": "Включване на {entity}.",
|
||||
"entity_turned_off": "Изключване на {entity}.",
|
||||
"service_called": "Повикване на услуга {service}.",
|
||||
"service_call_failed": "Неуспешно повикване на услуга {service}.",
|
||||
"connection_lost": "Връзката е прекъсната. Повторно свързване..."
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -28,7 +28,7 @@
|
||||
"armed_away": "Activada, fora",
|
||||
"armed_night": "Activada, nit",
|
||||
"pending": "Pendent",
|
||||
"arming": "Armant",
|
||||
"arming": "Activant",
|
||||
"disarming": "Desactivant",
|
||||
"triggered": "Disparada",
|
||||
"armed_custom_bypass": "Activada, bypass personalitzat"
|
||||
@ -125,7 +125,7 @@
|
||||
},
|
||||
"camera": {
|
||||
"recording": "Enregistrant",
|
||||
"streaming": "Enviant video",
|
||||
"streaming": "Transmetent vídeo",
|
||||
"idle": "Inactiu"
|
||||
},
|
||||
"climate": {
|
||||
@ -136,7 +136,7 @@
|
||||
"idle": "Inactiu",
|
||||
"auto": "Automàtic",
|
||||
"dry": "Assecar",
|
||||
"fan_only": "Ventilador només",
|
||||
"fan_only": "Només ventilador",
|
||||
"eco": "Econòmic",
|
||||
"electric": "Elèctric",
|
||||
"performance": "Rendiment",
|
||||
@ -266,7 +266,7 @@
|
||||
"armed_away": "Activ.",
|
||||
"armed_night": "Activ.",
|
||||
"pending": "Pend.",
|
||||
"arming": "Armant",
|
||||
"arming": "Activant",
|
||||
"disarming": "Desactiv.",
|
||||
"triggered": "Alarma",
|
||||
"armed_custom_bypass": "Activada"
|
||||
@ -279,7 +279,7 @@
|
||||
"ui": {
|
||||
"panel": {
|
||||
"shopping-list": {
|
||||
"clear_completed": "Treure completats",
|
||||
"clear_completed": "Esborrar completats",
|
||||
"add_item": "Afegir element",
|
||||
"microphone_tip": "Toqueu el micròfon a la part superior dreta i dieu \"Add candy to my shopping list\""
|
||||
},
|
||||
@ -291,7 +291,7 @@
|
||||
"showing_entries": "S'estan mostrant entrades per a"
|
||||
},
|
||||
"mailbox": {
|
||||
"empty": "No teniu cap missatge",
|
||||
"empty": "No teniu missatges",
|
||||
"playback_title": "Reproducció de missatges",
|
||||
"delete_prompt": "Vols suprimir aquest missatge?",
|
||||
"delete_button": "Suprimir"
|
||||
@ -350,7 +350,7 @@
|
||||
"description": "Personalitza les teves entitats (customization)"
|
||||
},
|
||||
"automation": {
|
||||
"caption": "Automatismes",
|
||||
"caption": "Automatisme",
|
||||
"description": "Crear i editar automatismes",
|
||||
"picker": {
|
||||
"header": "Editor d'automatismes",
|
||||
@ -360,7 +360,7 @@
|
||||
"add_automation": "Afegir automatisme"
|
||||
},
|
||||
"editor": {
|
||||
"introduction": "Useu automatismes per donar vida a la vostra casa",
|
||||
"introduction": "Utilitzeu els automatismes per donar vida a la vostra casa",
|
||||
"default_name": "Nou automatisme",
|
||||
"save": "Desar",
|
||||
"unsaved_confirm": "Hi han canvis no desats. Segur que voleu sortir?",
|
||||
@ -371,8 +371,8 @@
|
||||
"add": "Afegir activador",
|
||||
"duplicate": "Duplicar",
|
||||
"delete": "Suprimir",
|
||||
"delete_confirm": "Segur que voleu suprimir?",
|
||||
"unsupported_platform": "Plataforma no suportada: {platform}",
|
||||
"delete_confirm": "Segur que voleu suprimir-ho?",
|
||||
"unsupported_platform": "Plataforma {platform} no suportada.",
|
||||
"type_select": "Tipus d'activador",
|
||||
"type": {
|
||||
"event": {
|
||||
@ -388,7 +388,7 @@
|
||||
"homeassistant": {
|
||||
"label": "Home Assistant",
|
||||
"event": "Esdeveniment:",
|
||||
"start": "Inici",
|
||||
"start": "Iniciar",
|
||||
"shutdown": "Aturar"
|
||||
},
|
||||
"mqtt": {
|
||||
@ -400,7 +400,7 @@
|
||||
"label": "Estat numèric",
|
||||
"above": "Per sobre de",
|
||||
"below": "Per sota de",
|
||||
"value_template": "Plantilla (opcional)"
|
||||
"value_template": "Plantilla de valor (opcional)"
|
||||
},
|
||||
"sun": {
|
||||
"label": "Sol",
|
||||
@ -411,7 +411,7 @@
|
||||
},
|
||||
"template": {
|
||||
"label": "Plantilla",
|
||||
"value_template": "Plantilla de condició"
|
||||
"value_template": "Plantilla de valor"
|
||||
},
|
||||
"time": {
|
||||
"label": "Temps",
|
||||
@ -433,8 +433,8 @@
|
||||
"add": "Afegir condició",
|
||||
"duplicate": "Duplicar",
|
||||
"delete": "Suprimir",
|
||||
"delete_confirm": "Segur que voleu suprimir?",
|
||||
"unsupported_condition": "Condició no suportada: {condition}",
|
||||
"delete_confirm": "Segur que voleu suprimir-ho?",
|
||||
"unsupported_condition": "Condició {condition} no suportada.",
|
||||
"type_select": "Tipus de condició",
|
||||
"type": {
|
||||
"state": {
|
||||
@ -445,20 +445,20 @@
|
||||
"label": "Estat numèric",
|
||||
"above": "Per sobre de",
|
||||
"below": "Per sota de",
|
||||
"value_template": "Plantilla (opcional)"
|
||||
"value_template": "Plantilla de valor (opcional)"
|
||||
},
|
||||
"sun": {
|
||||
"label": "Sol",
|
||||
"before": "Abans:",
|
||||
"after": "Després:",
|
||||
"before_offset": "Diferencial (opcional)",
|
||||
"after_offset": "Diferencial (opcional)",
|
||||
"before_offset": "Diferencial previ (opcional)",
|
||||
"after_offset": "Diferencial posterior (opcional)",
|
||||
"sunrise": "Alba",
|
||||
"sunset": "Capvespre"
|
||||
},
|
||||
"template": {
|
||||
"label": "Plantilla",
|
||||
"value_template": "Plantilla de condició"
|
||||
"value_template": "Plantilla de valor"
|
||||
},
|
||||
"time": {
|
||||
"label": "Temps",
|
||||
@ -478,8 +478,8 @@
|
||||
"add": "Afegir acció",
|
||||
"duplicate": "Duplicar",
|
||||
"delete": "Suprimir",
|
||||
"delete_confirm": "Segur que voleu suprimir?",
|
||||
"unsupported_action": "Acció no suportada: {action}",
|
||||
"delete_confirm": "Segur que voleu suprimir-ho?",
|
||||
"unsupported_action": "Acció {action} no suportada.",
|
||||
"type_select": "Tipus d'acció",
|
||||
"type": {
|
||||
"service": {
|
||||
@ -528,9 +528,9 @@
|
||||
"duration": {
|
||||
"day": "{count} {count, plural,\none {dia}\nother {dies}\n}",
|
||||
"week": "{count} {count, plural,\none {setmana}\nother {setmanes}\n}",
|
||||
"second": "{count} {count, plural, one {segon} other {segons}}",
|
||||
"minute": "{count} {count, plural,\none {minute}\nother {minutes}\n}",
|
||||
"hour": "{count} {count, plural,\none {hour}\nother {hours}\n}"
|
||||
"second": "{count} {count, plural,\none {segon}\nother {segons}\n}",
|
||||
"minute": "{count} {count, plural,\none {minut}\nother {minuts}\n}",
|
||||
"hour": "{count} {count, plural,\none {hora}\nother {hores}\n}"
|
||||
},
|
||||
"login-form": {
|
||||
"password": "Contrasenya",
|
||||
@ -580,13 +580,13 @@
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"code": "Codi",
|
||||
"clear_code": "Netejar",
|
||||
"clear_code": "Esborrar",
|
||||
"disarm": "Desactivar",
|
||||
"arm_home": "Activar a casa",
|
||||
"arm_away": "Activar a fora"
|
||||
},
|
||||
"automation": {
|
||||
"last_triggered": "Última activada",
|
||||
"last_triggered": "Última activació",
|
||||
"trigger": "Activar"
|
||||
},
|
||||
"cover": {
|
||||
@ -610,13 +610,13 @@
|
||||
"climate": {
|
||||
"currently": "Actual",
|
||||
"on_off": "On \/ Off",
|
||||
"target_temperature": "Temperatura objectiu",
|
||||
"target_humidity": "Humitat objectiu",
|
||||
"target_temperature": "Temperatura desitjada",
|
||||
"target_humidity": "Humitat desitjada",
|
||||
"operation": "Funcionament",
|
||||
"fan_mode": "Mode ventilació",
|
||||
"swing_mode": "Mode oscil·lació",
|
||||
"away_mode": "Mode absent",
|
||||
"aux_heat": "Auxiliar calor"
|
||||
"aux_heat": "Calefactor auxiliar"
|
||||
},
|
||||
"lock": {
|
||||
"code": "Codi",
|
||||
@ -634,8 +634,8 @@
|
||||
"service": "Servei"
|
||||
},
|
||||
"relative_time": {
|
||||
"past": "fa {time}",
|
||||
"future": "En {time}",
|
||||
"past": "Fa {time}",
|
||||
"future": "D'aquí a {time}",
|
||||
"never": "Mai"
|
||||
},
|
||||
"history_charts": {
|
||||
@ -644,17 +644,17 @@
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"entity_turned_on": "{entity} apagada.",
|
||||
"entity_turned_off": "{entity} engegada.",
|
||||
"entity_turned_on": "S'ha engegat {entity}.",
|
||||
"entity_turned_off": "S'ha apagat {entity}.",
|
||||
"service_called": "S'ha cridat el servei {service}.",
|
||||
"service_call_failed": "Ha fallat la crida al servei {service}.",
|
||||
"connection_lost": "Connexió perduda. Tornant a connectar..."
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
"alarm_control_panel": "Panell d'alarmes",
|
||||
"automation": "Automatismes",
|
||||
"binary_sensor": "Sensors binaris",
|
||||
"alarm_control_panel": "Panell d'alarma",
|
||||
"automation": "Automatisme",
|
||||
"binary_sensor": "Sensor binari",
|
||||
"calendar": "Calendari",
|
||||
"camera": "Càmera",
|
||||
"climate": "Climatització",
|
||||
@ -671,16 +671,16 @@
|
||||
"input_select": "Entrada de selecció",
|
||||
"input_number": "Entrada numèrica",
|
||||
"input_text": "Entrada de text",
|
||||
"light": "Llums",
|
||||
"lock": "Panys",
|
||||
"light": "Llum",
|
||||
"lock": "Pany",
|
||||
"mailbox": "Bústia",
|
||||
"media_player": "Reproductors de medis",
|
||||
"media_player": "Reproductor",
|
||||
"notify": "Notificacions",
|
||||
"plant": "Plantes",
|
||||
"plant": "Planta",
|
||||
"proximity": "Proximitat",
|
||||
"remote": "Comandaments",
|
||||
"scene": "Escenes",
|
||||
"script": "Programes",
|
||||
"script": "Programa",
|
||||
"sensor": "Sensors",
|
||||
"sun": "Sol",
|
||||
"switch": "Interruptor",
|
||||
|
@ -526,8 +526,6 @@
|
||||
"cancel": "Canslo"
|
||||
},
|
||||
"duration": {
|
||||
"day": "Dydd",
|
||||
"week": "Wythnos",
|
||||
"second": "Eiliad"
|
||||
},
|
||||
"login-form": {
|
||||
|
@ -582,7 +582,7 @@
|
||||
"code": "Code",
|
||||
"clear_code": "Löschen",
|
||||
"disarm": "Deaktivieren",
|
||||
"arm_home": "Aktivieren, zu Hause",
|
||||
"arm_home": "Aktivieren, Zuhause",
|
||||
"arm_away": "Aktivieren, unterwegs"
|
||||
},
|
||||
"automation": {
|
||||
@ -610,7 +610,7 @@
|
||||
"climate": {
|
||||
"currently": "Aktuell",
|
||||
"on_off": "An \/ aus",
|
||||
"target_temperature": "Solltemperatur",
|
||||
"target_temperature": "Soll-Temperatur",
|
||||
"target_humidity": "Soll-Luftfeuchtigkeit"
|
||||
},
|
||||
"lock": {
|
||||
|
@ -605,7 +605,9 @@
|
||||
"effect": "Effect"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Text to speak"
|
||||
"text_to_speak": "Text to speak",
|
||||
"source": "Source",
|
||||
"sound_mode": "Sound mode"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "Currently",
|
||||
|
@ -528,7 +528,9 @@
|
||||
"duration": {
|
||||
"day": "{count} {count, plural,\none {nap}\nother {nap}\n}",
|
||||
"week": "{count} {count, plural,\none {hét}\nother {hét}\n}",
|
||||
"second": "{count} {count, plural,\none {mp}\nother {mp}\n}"
|
||||
"second": "{count} {count, plural,\none {mp}\nother {mp}\n}",
|
||||
"minute": "{count} {count, plural,\none {perc}\nother {perc}\n}",
|
||||
"hour": "{count} {count, plural,\none {óra}\nother {óra}\n}"
|
||||
},
|
||||
"login-form": {
|
||||
"password": "Jelszó",
|
||||
@ -582,6 +584,31 @@
|
||||
"disarm": "Hatástalanít",
|
||||
"arm_home": "Élesít (otthon)",
|
||||
"arm_away": "Élesít (távozó)"
|
||||
},
|
||||
"automation": {
|
||||
"last_triggered": "Utoljára aktiválva",
|
||||
"trigger": "Aktivál"
|
||||
},
|
||||
"cover": {
|
||||
"position": "Pozíció",
|
||||
"tilt_position": "Döntési pozíció"
|
||||
},
|
||||
"fan": {
|
||||
"speed": "Sebesség",
|
||||
"direction": "Irány"
|
||||
},
|
||||
"light": {
|
||||
"brightness": "Fényerő",
|
||||
"color_temperature": "Színhőmérséklet",
|
||||
"effect": "Hatás"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "Jelenleg"
|
||||
},
|
||||
"lock": {
|
||||
"code": "Kód",
|
||||
"lock": "Bezár",
|
||||
"unlock": "Kinyit"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@ -592,7 +619,23 @@
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Szolgáltatás"
|
||||
},
|
||||
"relative_time": {
|
||||
"past": "{time} ezelőtt",
|
||||
"future": "{time} múlva",
|
||||
"never": "Soha"
|
||||
},
|
||||
"history_charts": {
|
||||
"loading_history": "Állapot előzmények betöltése...",
|
||||
"no_history_found": "Nem található előzmény."
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"entity_turned_on": "{entity} bekapcsolva.",
|
||||
"entity_turned_off": "{entity} kikapcsolva.",
|
||||
"service_called": "Szolgáltatás {service} meghívva.",
|
||||
"service_call_failed": "Nem sikerült meghívni a szolgáltatást {service}.",
|
||||
"connection_lost": "A kapcsolat megszakadt. Újracsatlakozás…"
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -434,7 +434,7 @@
|
||||
"duplicate": "Duplica",
|
||||
"delete": "Cancella",
|
||||
"delete_confirm": "Sicuro di voler eliminare?",
|
||||
"unsupported_condition": "Condizione non supportata: {condizione}",
|
||||
"unsupported_condition": "Condizione non supportata: {condition}",
|
||||
"type_select": "Tipo di condizione",
|
||||
"type": {
|
||||
"state": {
|
||||
@ -479,7 +479,7 @@
|
||||
"duplicate": "Duplica",
|
||||
"delete": "Cancella",
|
||||
"delete_confirm": "Sicuro di voler eliminare?",
|
||||
"unsupported_action": "Azione non supportata: {azione}",
|
||||
"unsupported_action": "Azione non supportata: {action}",
|
||||
"type_select": "Tipo di azione",
|
||||
"type": {
|
||||
"service": {
|
||||
@ -578,25 +578,50 @@
|
||||
},
|
||||
"forecast": "Previsioni"
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"code": "Codice",
|
||||
"clear_code": "Canc",
|
||||
"disarm": "Disattivato",
|
||||
"arm_home": "Attivo in casa",
|
||||
"arm_away": "Attiva Fuori Casa"
|
||||
},
|
||||
"automation": {
|
||||
"last_triggered": "Ultima attivazione",
|
||||
"trigger": "Attiva"
|
||||
},
|
||||
"cover": {
|
||||
"position": "Posizione"
|
||||
"position": "Posizione",
|
||||
"tilt_position": "Inclinazione"
|
||||
},
|
||||
"fan": {
|
||||
"speed": "Velocità",
|
||||
"oscillate": "Oscillante",
|
||||
"direction": "Direzione"
|
||||
},
|
||||
"light": {
|
||||
"brightness": "Luminosità",
|
||||
"color_temperature": "Temperatura colore",
|
||||
"white_value": "Valore bianco",
|
||||
"effect": "Effetto"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Parole testo"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "Attualmente",
|
||||
"currently": "Attuale",
|
||||
"on_off": "On \/ Off",
|
||||
"target_temperature": "Temperatura target",
|
||||
"target_humidity": "Umidità target",
|
||||
"fan_mode": "Modalità ventilazione",
|
||||
"swing_mode": "Modo oscillazione"
|
||||
"target_temperature": "Temperatura",
|
||||
"target_humidity": "Umidità",
|
||||
"operation": "operazione",
|
||||
"fan_mode": "Ventilazione",
|
||||
"swing_mode": "Modo oscillazione",
|
||||
"away_mode": "Modalità Assente",
|
||||
"aux_heat": "Riscaldamento ausiliario"
|
||||
},
|
||||
"lock": {
|
||||
"code": "Codice",
|
||||
"lock": "Blocco",
|
||||
"unlock": "Sbloccato"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@ -609,6 +634,8 @@
|
||||
"service": "Servizio"
|
||||
},
|
||||
"relative_time": {
|
||||
"past": "{time} fà",
|
||||
"future": "mancano {time}",
|
||||
"never": "Mai"
|
||||
},
|
||||
"history_charts": {
|
||||
@ -617,6 +644,8 @@
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"entity_turned_on": "Accesa {entity}.",
|
||||
"entity_turned_off": "Spenta {entity}.",
|
||||
"service_called": "Servizio {service} chiamato.",
|
||||
"service_call_failed": "Fallita chiamata a servizio {service} .",
|
||||
"connection_lost": "Connessione persa. Riconnessione..."
|
||||
|
@ -612,7 +612,7 @@
|
||||
"on_off": "켜기 \/ 끄기",
|
||||
"target_temperature": "희망 온도",
|
||||
"target_humidity": "희망 습도",
|
||||
"operation": "운전",
|
||||
"operation": "운전 모드",
|
||||
"fan_mode": "송풍 모드",
|
||||
"swing_mode": "회전 모드",
|
||||
"away_mode": "외출 모드",
|
||||
|
@ -528,9 +528,7 @@
|
||||
"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}",
|
||||
"minute": "{count} {count, plural,\neng {minute}\nméi {minutes}\n}",
|
||||
"hour": "{count} {count, plural,\neng {hour}\nméi {hours}\n}"
|
||||
"second": "{count} {count, plural,\none {sekonn}\nother {sekonne}\n}"
|
||||
},
|
||||
"login-form": {
|
||||
"password": "Passwuert",
|
||||
|
@ -585,7 +585,13 @@
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Service"
|
||||
},
|
||||
"relative_time": {
|
||||
"never": "Nooit"
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"connection_lost": "Verbinding verbroken. Bezig met verbinden..."
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -528,7 +528,9 @@
|
||||
"duration": {
|
||||
"day": "{count} {count, plural,\none {dag}\nother {dager}\n}",
|
||||
"week": "{count} {count, plural,\none {uke}\nother {uker}\n}",
|
||||
"second": "{count} {count, plural,\none {sekund}\nother {sekunder}\n}"
|
||||
"second": "{count} {count, plural,\none {sekund}\nother {sekunder}\n}",
|
||||
"minute": "{count} {count, plural,\none {minutt}\nother {minutter}\n}",
|
||||
"hour": "{count} {count, plural,\none {time}\nother {timer}\n}"
|
||||
},
|
||||
"login-form": {
|
||||
"password": "Passord",
|
||||
@ -575,6 +577,51 @@
|
||||
"wsw": "VSV"
|
||||
},
|
||||
"forecast": "Prognose"
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"code": "Kode",
|
||||
"clear_code": "Klarer",
|
||||
"disarm": "Deaktiver",
|
||||
"arm_home": "Armer hjemme",
|
||||
"arm_away": "Armer bort"
|
||||
},
|
||||
"automation": {
|
||||
"last_triggered": "Sist utløst",
|
||||
"trigger": "Utløs"
|
||||
},
|
||||
"cover": {
|
||||
"position": "Posisjon",
|
||||
"tilt_position": "Vend posisjon"
|
||||
},
|
||||
"fan": {
|
||||
"speed": "Hastighet",
|
||||
"oscillate": "Svinge",
|
||||
"direction": "Retning"
|
||||
},
|
||||
"light": {
|
||||
"brightness": "Lysstyrke",
|
||||
"color_temperature": "Fargetemperatur",
|
||||
"white_value": "Hvit verdi",
|
||||
"effect": "Effekt"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Tekst til tale"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "Er nå",
|
||||
"on_off": "På \/ av",
|
||||
"target_temperature": "Ønsket temperatur",
|
||||
"target_humidity": "Ønsket luftfuktighet",
|
||||
"operation": "Operasjon",
|
||||
"fan_mode": "Viftemodus",
|
||||
"swing_mode": "Svingmodus",
|
||||
"away_mode": "Bortemodus",
|
||||
"aux_heat": "Aux varme"
|
||||
},
|
||||
"lock": {
|
||||
"code": "Kode",
|
||||
"lock": "Lås",
|
||||
"unlock": "Låse opp"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@ -585,7 +632,23 @@
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Tjeneste"
|
||||
},
|
||||
"relative_time": {
|
||||
"past": "For {time} siden",
|
||||
"future": "Om {time}",
|
||||
"never": "Aldri"
|
||||
},
|
||||
"history_charts": {
|
||||
"loading_history": "Laster statushistorikk...",
|
||||
"no_history_found": "Ingen status history funnet."
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"entity_turned_on": "Slo på {entity}.",
|
||||
"entity_turned_off": "Slo av {entity}.",
|
||||
"service_called": "Tjenesten {service} kalt.",
|
||||
"service_call_failed": "Kunne ikke tilkalle tjenesten {service}.",
|
||||
"connection_lost": "Forbindelsen ble brutt. Kobler til på nytt..."
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -126,14 +126,14 @@
|
||||
"camera": {
|
||||
"recording": "nagrywanie",
|
||||
"streaming": "strumieniowanie",
|
||||
"idle": "bezczynna"
|
||||
"idle": "nieaktywna"
|
||||
},
|
||||
"climate": {
|
||||
"off": "wyłączony",
|
||||
"on": "włączony",
|
||||
"heat": "ogrzewanie",
|
||||
"cool": "chłodzenie",
|
||||
"idle": "bezczynny",
|
||||
"idle": "nieaktywny",
|
||||
"auto": "automatyczny",
|
||||
"dry": "osuszanie",
|
||||
"fan_only": "tylko wentylator",
|
||||
@ -195,7 +195,7 @@
|
||||
"on": "włączony",
|
||||
"playing": "odtwarzanie",
|
||||
"paused": "pauza",
|
||||
"idle": "bezczynny",
|
||||
"idle": "nieaktywny",
|
||||
"standby": "tryb czuwania"
|
||||
},
|
||||
"plant": {
|
||||
@ -591,7 +591,7 @@
|
||||
},
|
||||
"cover": {
|
||||
"position": "Pozycja",
|
||||
"tilt_position": "Pozycja pochylenia"
|
||||
"tilt_position": "Pochylenie"
|
||||
},
|
||||
"fan": {
|
||||
"speed": "Prędkość",
|
||||
@ -601,19 +601,19 @@
|
||||
"light": {
|
||||
"brightness": "Jasność",
|
||||
"color_temperature": "Temperatura barwy",
|
||||
"white_value": "Wartość bieli",
|
||||
"white_value": "Biel",
|
||||
"effect": "Efekt"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Tekst na mowę"
|
||||
"text_to_speak": "Zamień tekst na mowę"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "obecnie",
|
||||
"currently": "Obecnie",
|
||||
"on_off": "Wł. \/ wył.",
|
||||
"target_temperature": "Docelowa temperatura",
|
||||
"target_humidity": "Docelowa wilgotność",
|
||||
"operation": "Tryby działania",
|
||||
"fan_mode": "Tryb wentylatora",
|
||||
"operation": "Tryb działania",
|
||||
"fan_mode": "Tryb pracy wentylatora",
|
||||
"swing_mode": "Tryb ruchu łopatek",
|
||||
"away_mode": "Tryb poza domem",
|
||||
"aux_heat": "Dodatkowe źródło ciepła"
|
||||
@ -639,8 +639,8 @@
|
||||
"never": "Nigdy"
|
||||
},
|
||||
"history_charts": {
|
||||
"loading_history": "Ładowanie historycznych stanów...",
|
||||
"no_history_found": "Nie znaleziono historycznych stanów."
|
||||
"loading_history": "Ładowanie historii...",
|
||||
"no_history_found": "Nie znaleziono historii."
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
|
@ -137,7 +137,7 @@
|
||||
"auto": "Automático",
|
||||
"dry": "Seco",
|
||||
"fan_only": "Apenas ventilador",
|
||||
"eco": "",
|
||||
"eco": "Econômico",
|
||||
"electric": "Elétrico",
|
||||
"performance": "Desempenho",
|
||||
"high_demand": "Alta demanda",
|
||||
@ -175,7 +175,7 @@
|
||||
"stopped": "Parado",
|
||||
"locked": "Trancado",
|
||||
"unlocked": "Destrancado",
|
||||
"ok": "",
|
||||
"ok": "OK",
|
||||
"problem": "Problema"
|
||||
},
|
||||
"input_boolean": {
|
||||
@ -291,7 +291,7 @@
|
||||
"showing_entries": "Exibindo entradas para"
|
||||
},
|
||||
"mailbox": {
|
||||
"empty": "Você não tem nenhuma mensagem",
|
||||
"empty": "Você não tem mensagens",
|
||||
"playback_title": "Reprodução da mensagem",
|
||||
"delete_prompt": "Excluir esta mensagem?",
|
||||
"delete_button": "Excluir"
|
||||
@ -392,7 +392,7 @@
|
||||
"shutdown": "Desligar"
|
||||
},
|
||||
"mqtt": {
|
||||
"label": "",
|
||||
"label": "MQTT",
|
||||
"topic": "Tópico",
|
||||
"payload": "Valor (opcional)"
|
||||
},
|
||||
@ -528,7 +528,9 @@
|
||||
"duration": {
|
||||
"day": "{count} {count, plural,\none {dia}\nother {dias}\n}",
|
||||
"week": "{count} {count, plural,\none {semana}\nother {semanas}\n}",
|
||||
"second": "{count} {count, plural,\none {segundo}\nother {segundos}\n}"
|
||||
"second": "{count} {count, plural,\none {segundo}\nother {segundos}\n}",
|
||||
"minute": "{count} {count, plural,\none {minuto}\nother {minutos}\n}",
|
||||
"hour": "{count} {count, plural,\none {hora}\nother {horas}\n}"
|
||||
},
|
||||
"login-form": {
|
||||
"password": "Senha",
|
||||
@ -575,6 +577,51 @@
|
||||
"wsw": "OSO"
|
||||
},
|
||||
"forecast": "Previsão"
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"code": "Código",
|
||||
"clear_code": "Limpar",
|
||||
"disarm": "Desarmar",
|
||||
"arm_home": "Armar em casa",
|
||||
"arm_away": "Armar ausente"
|
||||
},
|
||||
"automation": {
|
||||
"last_triggered": "Último disparo",
|
||||
"trigger": "Gatilho"
|
||||
},
|
||||
"cover": {
|
||||
"position": "Posição",
|
||||
"tilt_position": "Posição de inclinação"
|
||||
},
|
||||
"fan": {
|
||||
"speed": "Velocidade",
|
||||
"oscillate": "Oscilar",
|
||||
"direction": "Direção"
|
||||
},
|
||||
"light": {
|
||||
"brightness": "Brilho",
|
||||
"color_temperature": "Temperatura de cor",
|
||||
"white_value": " Balanço de branco",
|
||||
"effect": "Efeito"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Texto para falar"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "Atualmente",
|
||||
"on_off": "Lig. \/ Des.",
|
||||
"target_temperature": "Temperatura desejada",
|
||||
"target_humidity": "Umidade desejada",
|
||||
"operation": "Operação",
|
||||
"fan_mode": "Modo ventilação",
|
||||
"swing_mode": "Modo oscilante",
|
||||
"away_mode": "Modo ausente",
|
||||
"aux_heat": "Aquecedor aux"
|
||||
},
|
||||
"lock": {
|
||||
"code": "Código",
|
||||
"lock": "Trancar",
|
||||
"unlock": "Destrancar"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@ -585,7 +632,23 @@
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Serviço"
|
||||
},
|
||||
"relative_time": {
|
||||
"past": "{time} atrás",
|
||||
"future": "Em {time}",
|
||||
"never": "Nunca"
|
||||
},
|
||||
"history_charts": {
|
||||
"loading_history": "Carregando histórico do estado ...",
|
||||
"no_history_found": "Histórico de estado não encontrado."
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"entity_turned_on": "{entidade} ligado(a).",
|
||||
"entity_turned_off": "{entidade} desligado(a).",
|
||||
"service_called": "Serviço {service} chamado.",
|
||||
"service_call_failed": "Falha ao chamar o serviço {service}.",
|
||||
"connection_lost": "Conexão perdida. Reconectando…"
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -528,7 +528,9 @@
|
||||
"duration": {
|
||||
"day": "{count} {count, plural,\n one {dia}\n other {dias}\n}",
|
||||
"week": "{count} {count, plural,\n one {semana}\n other {semanas}\n}",
|
||||
"second": "{count} {count, plural,\n one {segundo}\n other {segundos}\n}"
|
||||
"second": "{count} {count, plural,\n one {segundo}\n other {segundos}\n}",
|
||||
"minute": "{count} {count, plural,\n one {minuto}\n other {minutos}\n}",
|
||||
"hour": "{count} {count, plural,\n one {hora}\n other {horas}\n}"
|
||||
},
|
||||
"login-form": {
|
||||
"password": "Palavra-passe",
|
||||
@ -584,8 +586,42 @@
|
||||
"arm_away": "Armado ausente"
|
||||
},
|
||||
"automation": {
|
||||
"last_triggered": "Último disparo",
|
||||
"trigger": "Acionamento"
|
||||
"last_triggered": "Última ocorrência",
|
||||
"trigger": "Despoletar"
|
||||
},
|
||||
"cover": {
|
||||
"position": "Posição",
|
||||
"tilt_position": "Posição de inclinação"
|
||||
},
|
||||
"fan": {
|
||||
"speed": "Velocidade",
|
||||
"oscillate": "Oscilar",
|
||||
"direction": "Direção"
|
||||
},
|
||||
"light": {
|
||||
"brightness": "Brilho",
|
||||
"color_temperature": "Temperatura de cor",
|
||||
"white_value": "Quantidade de branco",
|
||||
"effect": "Efeito"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Texto para fala"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "Atualmente",
|
||||
"on_off": "Lig. \/ Des.",
|
||||
"target_temperature": "Temperatura pretendida",
|
||||
"target_humidity": "Humidade pretendida",
|
||||
"operation": "Operação",
|
||||
"fan_mode": "Modo ventilar",
|
||||
"swing_mode": "Modo oscilante",
|
||||
"away_mode": "Modo ausente",
|
||||
"aux_heat": "Calor auxiliar"
|
||||
},
|
||||
"lock": {
|
||||
"code": "Código",
|
||||
"lock": "Trancar",
|
||||
"unlock": "Destrancar"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@ -596,7 +632,23 @@
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Serviço"
|
||||
},
|
||||
"relative_time": {
|
||||
"past": "{time} atrás",
|
||||
"future": "Às {time}",
|
||||
"never": "Nunca"
|
||||
},
|
||||
"history_charts": {
|
||||
"loading_history": "A carregar histórico de estados...",
|
||||
"no_history_found": "Nenhum histórico de estado encontrado."
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"entity_turned_on": "Ativou {entity} .",
|
||||
"entity_turned_off": "Desativou {entity} .",
|
||||
"service_called": "Serviço {service} chamado.",
|
||||
"service_call_failed": "Falha ao chamar o serviço {service} .",
|
||||
"connection_lost": "Ligação perdida. A ligar de novo..."
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -595,7 +595,7 @@
|
||||
},
|
||||
"fan": {
|
||||
"speed": "Скорость",
|
||||
"oscillate": "Частота",
|
||||
"oscillate": "Колебания",
|
||||
"direction": "Направление"
|
||||
},
|
||||
"light": {
|
||||
|
@ -528,7 +528,9 @@
|
||||
"duration": {
|
||||
"day": "{count} {count, plural,\none {dag}\nother {dagar}\n}",
|
||||
"week": "{count} {count, plural,\none {vecka}\nother {veckor}\n}",
|
||||
"second": "{count} {count, plural,\nen {sekund}\nflera {sekunder}\n}"
|
||||
"second": "{count} {count, plural,\nen {sekund}\nflera {sekunder}\n}",
|
||||
"minute": "{count} {count, plural,\n one {minut}\n other {minuter}\n}",
|
||||
"hour": "{count} {count, plural,\n one {timme}\n other {timmar}\n}"
|
||||
},
|
||||
"login-form": {
|
||||
"password": "Lösenord",
|
||||
@ -579,7 +581,13 @@
|
||||
"alarm_control_panel": {
|
||||
"code": "Kod",
|
||||
"clear_code": "Rensa",
|
||||
"disarm": "Larma från"
|
||||
"disarm": "Larma från",
|
||||
"arm_home": "Larma hemmaläge",
|
||||
"arm_away": "Larma bortaläge"
|
||||
},
|
||||
"automation": {
|
||||
"last_triggered": "Utlöstes senast",
|
||||
"trigger": "Aktivera"
|
||||
},
|
||||
"cover": {
|
||||
"position": "Position",
|
||||
@ -598,6 +606,22 @@
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "Text till tal"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "För närvarande",
|
||||
"on_off": "På \/ av",
|
||||
"target_temperature": "Måltemperatur",
|
||||
"target_humidity": "Målluftfuktighet",
|
||||
"operation": "Läge",
|
||||
"fan_mode": "Fläktläge",
|
||||
"swing_mode": "Svepläge",
|
||||
"away_mode": "Bortaläge",
|
||||
"aux_heat": "Underhållsvärme"
|
||||
},
|
||||
"lock": {
|
||||
"code": "Kod",
|
||||
"lock": "Lås",
|
||||
"unlock": "Lås upp"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@ -611,13 +635,19 @@
|
||||
},
|
||||
"relative_time": {
|
||||
"past": "{time} sedan",
|
||||
"future": "Om {time}",
|
||||
"never": "Aldrig"
|
||||
},
|
||||
"history_charts": {
|
||||
"loading_history": "Laddar historik...",
|
||||
"no_history_found": "Ingen historik hittad."
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"entity_turned_on": "Slog på {entity}.",
|
||||
"entity_turned_off": "Stängde av {entity} .",
|
||||
"service_called": "Tjänsten {service} anropad.",
|
||||
"service_call_failed": "Misslyckades med att anropa tjänsten {service}.",
|
||||
"connection_lost": "Anslutning tappad. Ansluter igen..."
|
||||
}
|
||||
},
|
||||
|
@ -612,8 +612,8 @@
|
||||
"on_off": "开\/关",
|
||||
"target_temperature": "设定温度",
|
||||
"target_humidity": "设定湿度",
|
||||
"operation": "操作",
|
||||
"fan_mode": "送风模式",
|
||||
"operation": "运行模式",
|
||||
"fan_mode": "风速",
|
||||
"swing_mode": "扫风模式",
|
||||
"away_mode": "离开模式",
|
||||
"aux_heat": "辅热"
|
||||
|
@ -285,7 +285,7 @@
|
||||
},
|
||||
"history": {
|
||||
"showing_entries": "選擇要查看的時間",
|
||||
"period": "選擇要查看的期間"
|
||||
"period": "期間長"
|
||||
},
|
||||
"logbook": {
|
||||
"showing_entries": "選擇要查看的時間"
|
||||
@ -528,7 +528,9 @@
|
||||
"duration": {
|
||||
"day": "{count} {count, plural,\none {天}\nother {天}\n}",
|
||||
"week": "{count} {count, plural,\none {週}\nother {週}\n}",
|
||||
"second": "{count} {count, plural,\none {秒}\nother {秒}\n}"
|
||||
"second": "{count} {count, plural,\none {秒}\nother {秒}\n}",
|
||||
"minute": "{count} {count, plural,\n one {分鐘}\n other {分鐘}\n}",
|
||||
"hour": "{count} {count, plural,\n one {小時}\n other {小時}\n}"
|
||||
},
|
||||
"login-form": {
|
||||
"password": "密碼",
|
||||
@ -575,6 +577,51 @@
|
||||
"wsw": "西南西"
|
||||
},
|
||||
"forecast": "預報"
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"code": "密碼",
|
||||
"clear_code": "清除",
|
||||
"disarm": "解除警戒",
|
||||
"arm_home": "在家警戒",
|
||||
"arm_away": "離家警戒"
|
||||
},
|
||||
"automation": {
|
||||
"last_triggered": "上次觸發",
|
||||
"trigger": "觸發自動化"
|
||||
},
|
||||
"cover": {
|
||||
"position": "位置",
|
||||
"tilt_position": "葉片位置"
|
||||
},
|
||||
"fan": {
|
||||
"speed": "風速",
|
||||
"oscillate": "擺動",
|
||||
"direction": "方向"
|
||||
},
|
||||
"light": {
|
||||
"brightness": "亮度",
|
||||
"color_temperature": "色溫",
|
||||
"white_value": "白色值",
|
||||
"effect": "場景"
|
||||
},
|
||||
"media_player": {
|
||||
"text_to_speak": "所要閱讀的文字"
|
||||
},
|
||||
"climate": {
|
||||
"currently": "目前狀態",
|
||||
"on_off": "開 \/ 關",
|
||||
"target_temperature": "設定溫度",
|
||||
"target_humidity": "設定濕度",
|
||||
"operation": "運轉模式",
|
||||
"fan_mode": "風速模式",
|
||||
"swing_mode": "擺動模式",
|
||||
"away_mode": "外出模式",
|
||||
"aux_heat": "輔助暖氣"
|
||||
},
|
||||
"lock": {
|
||||
"code": "密碼",
|
||||
"lock": "鎖定",
|
||||
"unlock": "解鎖"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@ -585,7 +632,23 @@
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "服務"
|
||||
},
|
||||
"relative_time": {
|
||||
"past": "{time} 前",
|
||||
"future": "{time} 後",
|
||||
"never": "未執行"
|
||||
},
|
||||
"history_charts": {
|
||||
"loading_history": "正在載入狀態歷史...",
|
||||
"no_history_found": "找不到狀態歷史。"
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"entity_turned_on": "{entity} 已開啟。",
|
||||
"entity_turned_off": "{entity} 已關閉。",
|
||||
"service_called": "服務 {service} 已執行。",
|
||||
"service_call_failed": "服務 {service} 執行失敗。",
|
||||
"connection_lost": "連線中斷。重新連線中..."
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user