mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +00:00
Update translations
This commit is contained in:
parent
283668ef18
commit
efd36bf207
@ -525,6 +525,27 @@
|
||||
"delete_user": "Eliminar usuari"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "Notificacions push",
|
||||
"description": "Envia notificacions a aquest dispositiu",
|
||||
"error_load_platform": "Configurar notify.html5.",
|
||||
"error_use_https": "Requereix tenir SSL habilitat a la interfície (frontend).",
|
||||
"push_notifications": "Notificacions push",
|
||||
"link_promo": "Més informació"
|
||||
},
|
||||
"language": {
|
||||
"header": "Idioma",
|
||||
"link_promo": "Ajuda a traduir",
|
||||
"dropdown_label": "Idioma"
|
||||
},
|
||||
"themes": {
|
||||
"header": "Tema",
|
||||
"error_no_theme": "No hi ha temes disponibles.",
|
||||
"link_promo": "Més informació sobre temes",
|
||||
"dropdown_label": "Tema"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -525,6 +525,27 @@
|
||||
"delete_user": "Odstranit uživatele"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "Push notifikace",
|
||||
"description": "Posílat oznámení na toto zařízení",
|
||||
"error_load_platform": "Konfigurovat notify.html5.",
|
||||
"error_use_https": "Vyžaduje SSL pro frontend.",
|
||||
"push_notifications": "Push notifikace",
|
||||
"link_promo": "Další informace"
|
||||
},
|
||||
"language": {
|
||||
"header": "Jazyk",
|
||||
"link_promo": "Pomoc s překladem",
|
||||
"dropdown_label": "Jazyk"
|
||||
},
|
||||
"themes": {
|
||||
"header": "Motiv",
|
||||
"error_no_theme": "Žádné motivy nejsou k dispozici.",
|
||||
"link_promo": "Další info o motivech",
|
||||
"dropdown_label": "Motiv"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -705,6 +705,11 @@
|
||||
"name": "Name",
|
||||
"entity_id": "Entity ID"
|
||||
}
|
||||
},
|
||||
"auth_store": {
|
||||
"ask": "Do you want to save this login?",
|
||||
"decline": "No thanks",
|
||||
"confirm": "Save login"
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -35,7 +35,7 @@
|
||||
"armed_custom_bypass": "Armada zona específica "
|
||||
},
|
||||
"automation": {
|
||||
"off": "apagado",
|
||||
"off": "Apagado",
|
||||
"on": "Encendido"
|
||||
},
|
||||
"binary_sensor": {
|
||||
@ -180,7 +180,7 @@
|
||||
"problem": "Problema"
|
||||
},
|
||||
"input_boolean": {
|
||||
"off": "Apagadp",
|
||||
"off": "Apagado",
|
||||
"on": "Encendido"
|
||||
},
|
||||
"light": {
|
||||
@ -253,6 +253,16 @@
|
||||
"sunny": "Soleado",
|
||||
"windy": "Ventoso",
|
||||
"windy-variant": "Ventoso"
|
||||
},
|
||||
"vacuum": {
|
||||
"cleaning": "Limpiando",
|
||||
"docked": "Acoplado",
|
||||
"error": "Error",
|
||||
"idle": "Inactivo",
|
||||
"off": "Encendida",
|
||||
"on": "Apagada",
|
||||
"paused": "Pausado",
|
||||
"returning": "Regresar al dock"
|
||||
}
|
||||
},
|
||||
"state_badge": {
|
||||
@ -515,6 +525,27 @@
|
||||
"delete_user": "Eliminar usuario"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "Notificaciones Push",
|
||||
"description": "Enviar notificaciones a este dispositivo",
|
||||
"error_load_platform": "Configurar notify.html5.",
|
||||
"error_use_https": "Requiere SSL habilitado para la interfaz.",
|
||||
"push_notifications": "Notificaciones Push",
|
||||
"link_promo": "Más información"
|
||||
},
|
||||
"language": {
|
||||
"header": "Idioma",
|
||||
"link_promo": "Ayuda a traducir",
|
||||
"dropdown_label": "Idioma"
|
||||
},
|
||||
"themes": {
|
||||
"header": "Tema",
|
||||
"error_no_theme": "No hay temas disponibles.",
|
||||
"link_promo": "Más información sobre los temas",
|
||||
"dropdown_label": "Tema"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
@ -624,6 +655,15 @@
|
||||
"code": "Código",
|
||||
"lock": "Bloquear",
|
||||
"unlock": "Desbloquear"
|
||||
},
|
||||
"vacuum": {
|
||||
"actions": {
|
||||
"resume_cleaning": "Reanudar la limpieza",
|
||||
"return_to_base": "Regresar al dock",
|
||||
"start_cleaning": "Comenzar a limpiar",
|
||||
"turn_on": "Encender",
|
||||
"turn_off": "Apagar"
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@ -662,7 +702,8 @@
|
||||
"dialogs": {
|
||||
"more_info_settings": {
|
||||
"save": "Guardar",
|
||||
"name": "Nombre"
|
||||
"name": "Nombre",
|
||||
"entity_id": "ID de la entidad"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -701,7 +742,8 @@
|
||||
"switch": "Interruptor",
|
||||
"updater": "Actualizador",
|
||||
"weblink": "Enlace web",
|
||||
"zwave": ""
|
||||
"zwave": "",
|
||||
"vacuum": "Aspiradora"
|
||||
},
|
||||
"attribute": {
|
||||
"weather": {
|
||||
|
@ -253,6 +253,16 @@
|
||||
"sunny": "Aurinkoinen",
|
||||
"windy": "Tuulinen",
|
||||
"windy-variant": "Tuulinen"
|
||||
},
|
||||
"vacuum": {
|
||||
"cleaning": "Imuroi",
|
||||
"docked": "Telakoituna",
|
||||
"error": "Virhe",
|
||||
"idle": "Lepotilassa",
|
||||
"off": "Pois päältä",
|
||||
"on": "Päällä",
|
||||
"paused": "Pysäytetty",
|
||||
"returning": "Palaamassa telakkaan"
|
||||
}
|
||||
},
|
||||
"state_badge": {
|
||||
@ -515,6 +525,27 @@
|
||||
"delete_user": "Poista käyttäjä"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "Notifikaatiot",
|
||||
"description": "Tilaa notifikaatiot tälle laitteelle",
|
||||
"error_load_platform": "Konfiguroi notify.html5 komponentti",
|
||||
"error_use_https": "Vaatii SSL suojauksen",
|
||||
"push_notifications": "Notifikaatiot",
|
||||
"link_promo": "Lisätietoja"
|
||||
},
|
||||
"language": {
|
||||
"header": "Kieli",
|
||||
"link_promo": "Auta kääntämään",
|
||||
"dropdown_label": "Kieli"
|
||||
},
|
||||
"themes": {
|
||||
"header": "Teema",
|
||||
"error_no_theme": "Ei teemoja käytettävissä.",
|
||||
"link_promo": "Lisätietoja teemoista",
|
||||
"dropdown_label": "Teema"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
@ -624,6 +655,15 @@
|
||||
"code": "Koodi",
|
||||
"lock": "Lukitse",
|
||||
"unlock": "Avaa lukitus"
|
||||
},
|
||||
"vacuum": {
|
||||
"actions": {
|
||||
"resume_cleaning": "Jatka imurointia",
|
||||
"return_to_base": "Palaa telakkaan",
|
||||
"start_cleaning": "Aloita imurointi",
|
||||
"turn_on": "Päälle",
|
||||
"turn_off": "Sammuta"
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@ -695,7 +735,8 @@
|
||||
"switch": "Kytkin",
|
||||
"updater": "Päivitys",
|
||||
"weblink": "Linkki",
|
||||
"zwave": "Z-Wave"
|
||||
"zwave": "Z-Wave",
|
||||
"vacuum": "Imuri"
|
||||
},
|
||||
"attribute": {
|
||||
"weather": {
|
||||
|
@ -525,6 +525,27 @@
|
||||
"delete_user": "Felhasználó törlése"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "Push Értesítések",
|
||||
"description": "Értesítések küldése erre az eszközre",
|
||||
"error_load_platform": "Állítsd be a notify.html5-t.",
|
||||
"error_use_https": "Szükséges az SSL engedélyezése a felülethez.",
|
||||
"push_notifications": "Push értesítések",
|
||||
"link_promo": "Tudj meg többet"
|
||||
},
|
||||
"language": {
|
||||
"header": "Nyelv",
|
||||
"link_promo": "Segíts a fordításban",
|
||||
"dropdown_label": "Nyelv"
|
||||
},
|
||||
"themes": {
|
||||
"header": "Téma",
|
||||
"error_no_theme": "Nincsenek elérhető témák.",
|
||||
"link_promo": "Tudj meg többet a témákról",
|
||||
"dropdown_label": "Téma"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
@ -659,11 +680,11 @@
|
||||
"future": "{time} múlva",
|
||||
"never": "Soha",
|
||||
"duration": {
|
||||
"second": "{count} {count, plural,\n one {másodperc}\n other {másodperc}\n}",
|
||||
"minute": "{count} {count, plural,\n one {perc}\n other {perc}\n}",
|
||||
"hour": "{count} {count, plural,\none {nappal}\nother {nappal}\n}",
|
||||
"second": "{count} {count, plural,\n one {másodperccel}\n other {másodperccel}\n}",
|
||||
"minute": "{count} {count, plural,\n one {perccel}\n other {perccel}\n}",
|
||||
"hour": "{count} {count, plural,\none {órával}\nother {órával}\n}",
|
||||
"day": "{count} {count, plural,\n one {nappal}\n other {nappal}\n}",
|
||||
"week": "{count} {count, plural,\n one {hét}\n other {hét}\n}"
|
||||
"week": "{count} {count, plural,\n one {héttel}\n other {héttel}\n}"
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
|
@ -525,6 +525,27 @@
|
||||
"delete_user": "사용자 삭제"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "푸시 알림",
|
||||
"description": "이 기기에 알림 보내기",
|
||||
"error_load_platform": "notify.html5 를 구성해주세요.",
|
||||
"error_use_https": "프론트 엔드에는 SSL 사용이 필요합니다.",
|
||||
"push_notifications": "푸시 알림",
|
||||
"link_promo": "더 알아보기"
|
||||
},
|
||||
"language": {
|
||||
"header": "언어",
|
||||
"link_promo": "번역 도와주기",
|
||||
"dropdown_label": "언어"
|
||||
},
|
||||
"themes": {
|
||||
"header": "테마",
|
||||
"error_no_theme": "사용할 수 있는 테마가 없습니다.",
|
||||
"link_promo": "테마에 대해 알아보기",
|
||||
"dropdown_label": "테마"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -90,6 +90,16 @@
|
||||
"sunny": "Saulains",
|
||||
"windy": "Vējains",
|
||||
"windy-variant": "Vējains"
|
||||
},
|
||||
"vacuum": {
|
||||
"cleaning": "Notiek uzkopšana",
|
||||
"docked": "Pie doka",
|
||||
"error": "Kļūda",
|
||||
"idle": "Dīkstāvē",
|
||||
"off": "Izslēgts",
|
||||
"on": "Ieslēgts",
|
||||
"paused": "Apturēts",
|
||||
"returning": "Ceļā pie doka"
|
||||
}
|
||||
},
|
||||
"state_badge": {
|
||||
@ -252,18 +262,38 @@
|
||||
},
|
||||
"media_player": {
|
||||
"source": "Avots"
|
||||
},
|
||||
"vacuum": {
|
||||
"actions": {
|
||||
"resume_cleaning": "Atsākt uzkopšanu",
|
||||
"return_to_base": "Atgriezties pie doka",
|
||||
"start_cleaning": "Sākt uzkopšanu",
|
||||
"turn_on": "Izslēgt",
|
||||
"turn_off": "Ieslēgt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"relative_time": {
|
||||
"past": "{time} atpakaļ",
|
||||
"future": "Pēc {time}",
|
||||
"never": "Nekad"
|
||||
"never": "Nekad",
|
||||
"duration": {
|
||||
"second": "{count} {count, plural,\n one {sekunde}\n other {sekundes}\n}",
|
||||
"minute": "{count} {count, plural,\n one {minūte}\n other {minūtes}\n}",
|
||||
"hour": "{count} {count, plural,\n one {stunda}\n other {stundas}\n}",
|
||||
"day": "{count} {count, plural,\n one {diena}\n other {dienas}\n}",
|
||||
"week": "{count} {count, plural,\n one {nedēļa}\n other {nedēļas}\n}"
|
||||
}
|
||||
},
|
||||
"history_charts": {
|
||||
"loading_history": "Vēsturiskie ieraksti par stāvokli tiek ielādēti.",
|
||||
"no_history_found": "Vēsturiskie ieraksti par stāvokli netika atrasti."
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"entity_turned_on": "{entity} ieslēgts.",
|
||||
"entity_turned_off": "{entity} izslēgts.",
|
||||
"entity_turned_on": "Ieslēdzu {entity}.",
|
||||
"entity_turned_off": "Izslēdzu {entity}.",
|
||||
"service_called": "Serviss {service} izsaukts.",
|
||||
"service_call_failed": "Neizdevās izsaukt servisu {service}.",
|
||||
"connection_lost": "Savienojums zaudēts. Atkārtota savienošanās ..."
|
||||
@ -293,7 +323,8 @@
|
||||
"sun": "Saule",
|
||||
"switch": "Slēdzis",
|
||||
"updater": "Atjauninātājs",
|
||||
"zwave": "Z-Wave"
|
||||
"zwave": "Z-Wave",
|
||||
"vacuum": "Putekļsūcējs"
|
||||
},
|
||||
"attribute": {
|
||||
"weather": {
|
||||
|
@ -525,6 +525,27 @@
|
||||
"delete_user": "Slett bruker"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "Push varslinger",
|
||||
"description": "Send varslinger til denne enheten",
|
||||
"error_load_platform": "Konfigurer notify.html5.",
|
||||
"error_use_https": "Krever SSL aktivert for grensesnitt.",
|
||||
"push_notifications": "Push varslinger",
|
||||
"link_promo": "Lær mer"
|
||||
},
|
||||
"language": {
|
||||
"header": "Språk",
|
||||
"link_promo": "Bidra til å oversette",
|
||||
"dropdown_label": "Språk"
|
||||
},
|
||||
"themes": {
|
||||
"header": "Tema",
|
||||
"error_no_theme": "Ingen temaer er tilgjengelig.",
|
||||
"link_promo": "Lær om temaer",
|
||||
"dropdown_label": "Tema"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
@ -672,10 +693,10 @@
|
||||
}
|
||||
},
|
||||
"notification_toast": {
|
||||
"entity_turned_on": "Skrudd på {entity}.",
|
||||
"entity_turned_off": "Skrudd av {entity}.",
|
||||
"service_called": "Tjenesten {service} tilkalt.",
|
||||
"service_call_failed": "Kunne ikke tilkalle tjenesten {service}.",
|
||||
"entity_turned_on": "Slått på: {entity}",
|
||||
"entity_turned_off": "Slått av: {entity}",
|
||||
"service_called": "Tilkalte tjenesten: {service}",
|
||||
"service_call_failed": "Kunne ikke tilkalle tjenesten: {service}",
|
||||
"connection_lost": "Forbindelsen ble brutt. Kobler til på nytt..."
|
||||
},
|
||||
"dialogs": {
|
||||
|
@ -525,6 +525,27 @@
|
||||
"delete_user": "Excluir usuário"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "Notificações push",
|
||||
"description": "Enviar notificações para este dispositivo",
|
||||
"error_load_platform": "Configure o notify.html5.",
|
||||
"error_use_https": "Requer SSL habilitado para o frontend.",
|
||||
"push_notifications": "Notificações push",
|
||||
"link_promo": "Saiba mais"
|
||||
},
|
||||
"language": {
|
||||
"header": "Idioma",
|
||||
"link_promo": "Ajude a traduzir",
|
||||
"dropdown_label": "Idioma"
|
||||
},
|
||||
"themes": {
|
||||
"header": "Tema",
|
||||
"error_no_theme": "Não há temas disponíveis.",
|
||||
"link_promo": "Aprenda sobre temas",
|
||||
"dropdown_label": "Tema"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -525,6 +525,27 @@
|
||||
"delete_user": "Удалить пользователя"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "Push-уведомления",
|
||||
"description": "Отправлять уведомления на это устройство",
|
||||
"error_load_platform": "Настроить notify.html5.",
|
||||
"error_use_https": "Требуется SSL для интерфейса.",
|
||||
"push_notifications": "Push-уведомления",
|
||||
"link_promo": "Узнать больше"
|
||||
},
|
||||
"language": {
|
||||
"header": "Язык",
|
||||
"link_promo": "Помочь в переводе",
|
||||
"dropdown_label": "Язык"
|
||||
},
|
||||
"themes": {
|
||||
"header": "Тема",
|
||||
"error_no_theme": "Нет доступных тем.",
|
||||
"link_promo": "Узнать о темах",
|
||||
"dropdown_label": "Тема"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -525,6 +525,27 @@
|
||||
"delete_user": "Izbriši uporabnika"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "Push obvestila",
|
||||
"description": "Prikazuj obvestila na tej napravi",
|
||||
"error_load_platform": "Konfiguriraj notify.html5 (push obvestila).",
|
||||
"error_use_https": "Zahteva SSL za Frontend.",
|
||||
"push_notifications": "Push obvestila",
|
||||
"link_promo": "Preberite več"
|
||||
},
|
||||
"language": {
|
||||
"header": "Jezik",
|
||||
"link_promo": "Pomagajte pri prevodu",
|
||||
"dropdown_label": "Jezik"
|
||||
},
|
||||
"themes": {
|
||||
"header": "Tema",
|
||||
"error_no_theme": "Teme niso na voljo.",
|
||||
"link_promo": "Preberite več o temah",
|
||||
"dropdown_label": "Tema"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -525,6 +525,27 @@
|
||||
"delete_user": "删除用户"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "通知推送",
|
||||
"description": "向本设备发送通知",
|
||||
"error_load_platform": "请配置 notify.html5。",
|
||||
"error_use_https": "需要为前端启用 SSL。",
|
||||
"push_notifications": "通知推送",
|
||||
"link_promo": "了解更多信息"
|
||||
},
|
||||
"language": {
|
||||
"header": "语言",
|
||||
"link_promo": "帮助翻译",
|
||||
"dropdown_label": "语言"
|
||||
},
|
||||
"themes": {
|
||||
"header": "主题",
|
||||
"error_no_theme": "没有可用的主题。",
|
||||
"link_promo": "了解主题",
|
||||
"dropdown_label": "主题"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
@ -525,6 +525,27 @@
|
||||
"delete_user": "刪除用戶"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"push_notifications": {
|
||||
"header": "通知推送",
|
||||
"description": "傳送通知推送至此裝置",
|
||||
"error_load_platform": "設定 notify.html5。",
|
||||
"error_use_https": "需要啟用前端 SSL 加密。",
|
||||
"push_notifications": "通知推送",
|
||||
"link_promo": "了解更多"
|
||||
},
|
||||
"language": {
|
||||
"header": "語言",
|
||||
"link_promo": "協助翻譯",
|
||||
"dropdown_label": "語言"
|
||||
},
|
||||
"themes": {
|
||||
"header": "主題",
|
||||
"error_no_theme": "無主題可使用。",
|
||||
"link_promo": "關於此主題",
|
||||
"dropdown_label": "主題"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user