mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
[ci skip] Translation update
This commit is contained in:
parent
eb2b24d57c
commit
10358abbec
@ -1878,10 +1878,13 @@
|
||||
"built_using": "Creat utilitzant",
|
||||
"custom_uis": "Interfícies d'usuari personalitzades:",
|
||||
"developed_by": "Desenvolupat per un munt de gent fantàstica.",
|
||||
"documentation": "Documentació",
|
||||
"frontend": "frontend-ui",
|
||||
"frontend_version": "Versió de la interfície web d'usuari: {version} - {type}",
|
||||
"home_assistant_logo": "Logotip de Home Assistant",
|
||||
"icons_by": "Icones de",
|
||||
"integrations": "Integracions",
|
||||
"issues": "Problemes",
|
||||
"license": "Publicat amb la llicència Apache 2.0",
|
||||
"path_configuration": "Ruta al fitxer configuration.yaml: {path}",
|
||||
"server": "servidor",
|
||||
@ -2072,6 +2075,7 @@
|
||||
"name": "Nom",
|
||||
"no_theme": "Sense tema",
|
||||
"refresh_interval": "Interval d'actualització",
|
||||
"secondary_info_attribute": "Atribut d’informació secundària",
|
||||
"show_icon": "Mostra icona?",
|
||||
"show_name": "Mostra nom?",
|
||||
"show_state": "Mostra estat?",
|
||||
@ -2162,7 +2166,8 @@
|
||||
},
|
||||
"weather-forecast": {
|
||||
"description": "La targeta de previsió meteorològica, és molt útil per incloure en interfícies integrades en parets.",
|
||||
"name": "Previsió meteorològica"
|
||||
"name": "Previsió meteorològica",
|
||||
"show_forecast": "Mostra la previsió"
|
||||
}
|
||||
},
|
||||
"cardpicker": {
|
||||
|
@ -1181,9 +1181,9 @@
|
||||
"edit_requires_storage": "Editor deaktiviert, da die Konfiguration in configuration.yaml gespeichert ist.",
|
||||
"elevation": "Höhe",
|
||||
"elevation_meters": "Meter",
|
||||
"external_url": "Externe Adresse",
|
||||
"external_url": "Externe URL",
|
||||
"imperial_example": "Fahrenheit, Pfund",
|
||||
"internal_url": "Interne Adresse",
|
||||
"internal_url": "Interne URL",
|
||||
"latitude": "Breitengrad",
|
||||
"location_name": "Name deiner Home Assistant Installation",
|
||||
"longitude": "Längengrad",
|
||||
@ -1878,10 +1878,13 @@
|
||||
"built_using": "Gebaut mit",
|
||||
"custom_uis": "Benutzerdefinierte UIs:",
|
||||
"developed_by": "Entwickelt von einem Haufen toller Leute.",
|
||||
"documentation": "Dokumentation",
|
||||
"frontend": "Frontend-UI",
|
||||
"frontend_version": "Frontend-Version: {version} - {type}",
|
||||
"home_assistant_logo": "Home Assistant-Logo",
|
||||
"icons_by": "Icons von",
|
||||
"integrations": "Integrationen",
|
||||
"issues": "Probleme",
|
||||
"license": "Veröffentlicht unter der Apache 2.0 Lizenz",
|
||||
"path_configuration": "Pfad zu configuration.yaml: {path}",
|
||||
"server": "Server",
|
||||
@ -2072,6 +2075,7 @@
|
||||
"name": "Name",
|
||||
"no_theme": "Kein Theme",
|
||||
"refresh_interval": "Aktualisierungsintervall",
|
||||
"secondary_info_attribute": "Zweites Infoattribut",
|
||||
"show_icon": "Symbol anzeigen?",
|
||||
"show_name": "Namen anzeigen?",
|
||||
"show_state": "Status anzeigen?",
|
||||
@ -2162,7 +2166,8 @@
|
||||
},
|
||||
"weather-forecast": {
|
||||
"description": "Die Wettervorhersagekarte zeigt das vorhergesagte Wetter an. Sehr nützlich für wandmontierte Displays.",
|
||||
"name": "Wettervorhersage"
|
||||
"name": "Wettervorhersage",
|
||||
"show_forecast": "Wettervorhersage anzeigen"
|
||||
}
|
||||
},
|
||||
"cardpicker": {
|
||||
|
@ -40,7 +40,7 @@
|
||||
},
|
||||
"preset_mode": {
|
||||
"activity": "Actividad",
|
||||
"away": "Fuera de casa",
|
||||
"away": "Ausente",
|
||||
"boost": "Impulso",
|
||||
"comfort": "Confort",
|
||||
"eco": "Eco",
|
||||
@ -52,11 +52,11 @@
|
||||
},
|
||||
"state_badge": {
|
||||
"alarm_control_panel": {
|
||||
"armed": "Armado",
|
||||
"armed_away": "Armado",
|
||||
"armed_custom_bypass": "Armado",
|
||||
"armed_home": "Armado",
|
||||
"armed_night": "Armado",
|
||||
"armed": "Armada",
|
||||
"armed_away": "Armada",
|
||||
"armed_custom_bypass": "Armada",
|
||||
"armed_home": "Armada",
|
||||
"armed_night": "Armada",
|
||||
"arming": "Armando",
|
||||
"disarmed": "Desarmar",
|
||||
"disarming": "Desarmar",
|
||||
@ -80,13 +80,13 @@
|
||||
},
|
||||
"state": {
|
||||
"alarm_control_panel": {
|
||||
"armed": "Armado",
|
||||
"armed_away": "Armado fuera de casa",
|
||||
"armed": "Armada",
|
||||
"armed_away": "Armada ausente",
|
||||
"armed_custom_bypass": "Armada Zona Específica",
|
||||
"armed_home": "Armado en casa",
|
||||
"armed_night": "Armado noche",
|
||||
"armed_home": "Armada en casa",
|
||||
"armed_night": "Armada noche",
|
||||
"arming": "Armando",
|
||||
"disarmed": "Desarmado",
|
||||
"disarmed": "Desarmada",
|
||||
"disarming": "Desarmando",
|
||||
"pending": "Pendiente",
|
||||
"triggered": "Disparada"
|
||||
@ -311,7 +311,7 @@
|
||||
"rainy": "Lluvioso",
|
||||
"snowy": "Nevado",
|
||||
"snowy-rainy": "Nevado, lluvioso",
|
||||
"sunny": "Soleado",
|
||||
"sunny": "Despejado",
|
||||
"windy": "Ventoso",
|
||||
"windy-variant": "Ventoso"
|
||||
},
|
||||
@ -336,7 +336,7 @@
|
||||
},
|
||||
"card": {
|
||||
"alarm_control_panel": {
|
||||
"arm_away": "Armar fuera de casa",
|
||||
"arm_away": "Armar ausente",
|
||||
"arm_custom_bypass": "Bypass personalizada",
|
||||
"arm_home": "Armar en casa",
|
||||
"arm_night": "Armar noche",
|
||||
@ -1878,10 +1878,13 @@
|
||||
"built_using": "Construido usando",
|
||||
"custom_uis": "IU personalizadas:",
|
||||
"developed_by": "Desarrollado por un montón de gente impresionante.",
|
||||
"documentation": "Documentación",
|
||||
"frontend": "interfaz de usuario",
|
||||
"frontend_version": "Versión del frontend: {version} - {type}",
|
||||
"home_assistant_logo": "Logotipo de Home Assistant",
|
||||
"icons_by": "Iconos por",
|
||||
"integrations": "Integraciones",
|
||||
"issues": "Incidencias",
|
||||
"license": "Publicado bajo la licencia Apache 2.0",
|
||||
"path_configuration": "Ruta a configuration.yaml: {path}",
|
||||
"server": "servidor",
|
||||
@ -2162,7 +2165,8 @@
|
||||
},
|
||||
"weather-forecast": {
|
||||
"description": "La tarjeta de Pronóstico del tiempo muestra el clima. Muy útil para incluir en las interfaces que las personas muestran en la pared.",
|
||||
"name": "Pronóstico del tiempo"
|
||||
"name": "Pronóstico del tiempo",
|
||||
"show_forecast": "Mostrar pronóstico"
|
||||
}
|
||||
},
|
||||
"cardpicker": {
|
||||
|
@ -1878,10 +1878,13 @@
|
||||
"built_using": "Construit en utilisant",
|
||||
"custom_uis": "Interfaces utilisateur personnalisées :",
|
||||
"developed_by": "Développé par un groupe de personnes formidables.",
|
||||
"documentation": "Documentation",
|
||||
"frontend": "interface utilisateur",
|
||||
"frontend_version": "Version interface utilisateur : {version} - {type}",
|
||||
"home_assistant_logo": "Logo de Home Assistant",
|
||||
"icons_by": "Icônes par",
|
||||
"integrations": "Intégrations",
|
||||
"issues": "Problèmes",
|
||||
"license": "Publié sous la licence Apache 2.0",
|
||||
"path_configuration": "Chemin vers configuration.yaml : {path}",
|
||||
"server": "serveur",
|
||||
@ -2072,6 +2075,7 @@
|
||||
"name": "Nom",
|
||||
"no_theme": "Pas de thème",
|
||||
"refresh_interval": "Intervalle de rafraîchissement",
|
||||
"secondary_info_attribute": "Attribut d'informations secondaires",
|
||||
"show_icon": "Afficher l'icône ?",
|
||||
"show_name": "Afficher le nom ?",
|
||||
"show_state": "Afficher l'état ?",
|
||||
@ -2162,7 +2166,8 @@
|
||||
},
|
||||
"weather-forecast": {
|
||||
"description": "La carte Prévisions météorologiques affiche la météo. Très utile pour les écrans placés au mur.",
|
||||
"name": "Prévisions Météo"
|
||||
"name": "Prévisions Météo",
|
||||
"show_forecast": "Afficher les prévisions"
|
||||
}
|
||||
},
|
||||
"cardpicker": {
|
||||
|
@ -1878,10 +1878,13 @@
|
||||
"built_using": "Costruito usando",
|
||||
"custom_uis": "Interfacce Utente personalizzate:",
|
||||
"developed_by": "Sviluppato da un gruppo di persone fantastiche.",
|
||||
"documentation": "Documentazione",
|
||||
"frontend": "frontend-ui",
|
||||
"frontend_version": "Versione Frontend: {version} - {type}",
|
||||
"home_assistant_logo": "Logo Home Assistant",
|
||||
"icons_by": "Icone di",
|
||||
"integrations": "integrazioni",
|
||||
"issues": "Problemi",
|
||||
"license": "Pubblicato sotto la licenza Apache 2.0",
|
||||
"path_configuration": "Percorso del file configuration.yaml: {path}",
|
||||
"server": "server",
|
||||
@ -2072,6 +2075,7 @@
|
||||
"name": "Nome",
|
||||
"no_theme": "Nessun tema",
|
||||
"refresh_interval": "Intervallo di aggiornamento",
|
||||
"secondary_info_attribute": "Attributo informazioni secondarie",
|
||||
"show_icon": "Mostrare l'icona?",
|
||||
"show_name": "Mostrare il nome?",
|
||||
"show_state": "Mostrare lo stato?",
|
||||
@ -2162,7 +2166,8 @@
|
||||
},
|
||||
"weather-forecast": {
|
||||
"description": "La scheda Previsioni Meteo mostra le condizioni meteorologiche. Molto utili da includere nelle interfacce che le persone visualizzano sulla parete.",
|
||||
"name": "Previsioni del tempo"
|
||||
"name": "Previsioni del tempo",
|
||||
"show_forecast": "Mostra Previsioni"
|
||||
}
|
||||
},
|
||||
"cardpicker": {
|
||||
|
@ -473,6 +473,7 @@
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"and": "an",
|
||||
"cancel": "Ofbriechen",
|
||||
"close": "Zoumaachen",
|
||||
"delete": "Läschen",
|
||||
@ -1180,7 +1181,9 @@
|
||||
"edit_requires_storage": "Editeur ass desaktivéiert well d'Konfiguratioun an der configuration.yaml gespäichert ass.",
|
||||
"elevation": "Héicht",
|
||||
"elevation_meters": "Meter",
|
||||
"external_url": "Externe URL",
|
||||
"imperial_example": "Fahrenheit, Pënner",
|
||||
"internal_url": "Interne URL",
|
||||
"latitude": "Breedegrad",
|
||||
"location_name": "Numm vun der Home Assistant Installatioun",
|
||||
"longitude": "Längegrad",
|
||||
@ -1875,10 +1878,13 @@
|
||||
"built_using": "Gebaut mat",
|
||||
"custom_uis": "Personaliséierte Benotzer Interface:",
|
||||
"developed_by": "Entwéckelt vun enger ganzer Rei fantastesche Leit.",
|
||||
"documentation": "Dokumentatioun",
|
||||
"frontend": "frontend-ui",
|
||||
"frontend_version": "Frontend Versioun: {version} - {type}",
|
||||
"home_assistant_logo": "Home Assistant logo",
|
||||
"icons_by": "Ikonen vun",
|
||||
"integrations": "Integratioune",
|
||||
"issues": "Problemer",
|
||||
"license": "Verëffentlecht ënnert der Apache 2.0 Lizenz",
|
||||
"path_configuration": "Pad zur configuration.yaml: {path}",
|
||||
"server": "server",
|
||||
@ -2069,6 +2075,7 @@
|
||||
"name": "Numm",
|
||||
"no_theme": "Kee Thema",
|
||||
"refresh_interval": "Aktualiséierungs Intervall",
|
||||
"secondary_info_attribute": "Sekundär Informatiouns Attribut",
|
||||
"show_icon": "Ikon uweisen?",
|
||||
"show_name": "Numm uweisen?",
|
||||
"show_state": "Zoustand uweisen?",
|
||||
@ -2159,7 +2166,8 @@
|
||||
},
|
||||
"weather-forecast": {
|
||||
"description": "Wieder Previsoune Kaart weist d'Météo un. Immens nëtzlech fir Interfacen déi Benotzer un d'Mauer hänken.",
|
||||
"name": "Wiederprevisioune"
|
||||
"name": "Wiederprevisioune",
|
||||
"show_forecast": "Prévisioun uweisen"
|
||||
}
|
||||
},
|
||||
"cardpicker": {
|
||||
|
@ -1878,10 +1878,13 @@
|
||||
"built_using": "Zbudowany przy użyciu",
|
||||
"custom_uis": "Niestandardowe interfejsy użytkownika:",
|
||||
"developed_by": "Opracowany przez grono wspaniałych ludzi.",
|
||||
"documentation": "Dokumentacja",
|
||||
"frontend": "frontend-ui",
|
||||
"frontend_version": "Wersja interfejsu użytkownika: {version} - {type}",
|
||||
"home_assistant_logo": "Logo Home Assistant",
|
||||
"icons_by": "ikon",
|
||||
"integrations": "Integracje",
|
||||
"issues": "Problemy",
|
||||
"license": "Opublikowany na licencji Apache 2.0",
|
||||
"path_configuration": "Ścieżka do pliku configuration.yaml: {path}",
|
||||
"server": "serwer",
|
||||
@ -2072,6 +2075,7 @@
|
||||
"name": "Nazwa",
|
||||
"no_theme": "Bez motywu",
|
||||
"refresh_interval": "Częstotliwość odświeżania",
|
||||
"secondary_info_attribute": "Dodatkowy atrybut informacyjny",
|
||||
"show_icon": "Wyświetlanie ikony",
|
||||
"show_name": "Wyświetlanie nazwy",
|
||||
"show_state": "Wyświetlanie stanu",
|
||||
@ -2162,7 +2166,8 @@
|
||||
},
|
||||
"weather-forecast": {
|
||||
"description": "Karta prognozy pogody wyświetla pogodę. Bardzo przydatna w przypadku interfejsów wyświetlanych na urządzeniach zawieszonych na ścianie.",
|
||||
"name": "Prognoza pogody"
|
||||
"name": "Prognoza pogody",
|
||||
"show_forecast": "Wyświetlanie prognozy"
|
||||
}
|
||||
},
|
||||
"cardpicker": {
|
||||
|
@ -331,6 +331,7 @@
|
||||
"ui": {
|
||||
"auth_store": {
|
||||
"ask": "Deseja continuar com sessão iniciada?",
|
||||
"confirm": "Sim",
|
||||
"decline": "Não"
|
||||
},
|
||||
"card": {
|
||||
@ -1863,10 +1864,13 @@
|
||||
"built_using": "Construído com",
|
||||
"custom_uis": "IUs personalizados:",
|
||||
"developed_by": "Desenvolvido por um punhado de pessoas incríveis.",
|
||||
"documentation": "Documentação",
|
||||
"frontend": "",
|
||||
"frontend_version": "Versão frontend: {version} - {type}",
|
||||
"home_assistant_logo": "Logotipo do Home Assistant",
|
||||
"icons_by": "Ícones por",
|
||||
"integrations": "Integrações",
|
||||
"issues": "Problemas",
|
||||
"license": "Publicado sob a licença de Apache 2.0",
|
||||
"path_configuration": "Caminho para configuration.yaml: {path}",
|
||||
"server": "servidor",
|
||||
@ -1934,7 +1938,7 @@
|
||||
"editor": "Editor de Templates",
|
||||
"jinja_documentation": "Documentação do template Jinja2",
|
||||
"template_extensions": "Extensões de templates do Home Assistant",
|
||||
"title": "Modelos",
|
||||
"title": "Modelo",
|
||||
"unknown_error_template": "Erro desconhecido ao processar o template"
|
||||
}
|
||||
}
|
||||
@ -1950,6 +1954,7 @@
|
||||
},
|
||||
"lovelace": {
|
||||
"add_entities": {
|
||||
"saving_failed": "Falha ao salvar a configuração da interface Lovelace.",
|
||||
"yaml_unsupported": "Você não pode usar esta função ao usar o Lovelace IU no modo YAML."
|
||||
},
|
||||
"cards": {
|
||||
@ -2053,6 +2058,7 @@
|
||||
"name": "Nome",
|
||||
"no_theme": "Nenhum tema",
|
||||
"refresh_interval": "Intervalo entre atualizações",
|
||||
"secondary_info_attribute": "Atributo de informação secundária",
|
||||
"show_icon": "Mostrar Ícone?",
|
||||
"show_name": "Mostrar nome?",
|
||||
"show_state": "Mostrar Estado?",
|
||||
@ -2065,7 +2071,8 @@
|
||||
},
|
||||
"glance": {
|
||||
"columns": "Colunas",
|
||||
"description": "O cartão Glance é útil para agrupar vários sensores numa visão geral compacta."
|
||||
"description": "O cartão Glance é útil para agrupar vários sensores numa visão geral compacta.",
|
||||
"name": "Relance"
|
||||
},
|
||||
"history-graph": {
|
||||
"description": "O cartão Gráfico de histórico permite exibir um gráfico para cada uma das entidades listadas.",
|
||||
@ -2141,7 +2148,8 @@
|
||||
},
|
||||
"weather-forecast": {
|
||||
"description": "O cartão Previsão do tempo exibe o tempo. Muito útil para incluir nos interfaces que coloca-mos na parede.",
|
||||
"name": "Previsão do tempo"
|
||||
"name": "Previsão do tempo",
|
||||
"show_forecast": "Mostrar previsão do tempo"
|
||||
}
|
||||
},
|
||||
"cardpicker": {
|
||||
@ -2221,6 +2229,7 @@
|
||||
},
|
||||
"suggest_card": {
|
||||
"add": "Adicionar à Lovelace UI",
|
||||
"create_own": "Escolha um cartão diferente",
|
||||
"header": "Criamos uma sugestão para você."
|
||||
},
|
||||
"view": {
|
||||
|
@ -1878,10 +1878,13 @@
|
||||
"built_using": "Создано с использованием",
|
||||
"custom_uis": "Кастомные интерфейсы:",
|
||||
"developed_by": "Разработано множеством замечательных людей.",
|
||||
"documentation": "Документация",
|
||||
"frontend": "пользовательский интерфейс",
|
||||
"frontend_version": "Версия интерфейса: {version} - {type}",
|
||||
"home_assistant_logo": "Логотип Home Assistant",
|
||||
"icons_by": "Значки от",
|
||||
"integrations": "Интеграции",
|
||||
"issues": "Вопросы",
|
||||
"license": "Опубликовано под лицензией Apache 2.0",
|
||||
"path_configuration": "Путь к configuration.yaml: {path}",
|
||||
"server": "сервер",
|
||||
@ -2072,6 +2075,7 @@
|
||||
"name": "Название",
|
||||
"no_theme": "Нет темы",
|
||||
"refresh_interval": "Интервал обновления",
|
||||
"secondary_info_attribute": "Дополнительная информация",
|
||||
"show_icon": "Значок",
|
||||
"show_name": "Название",
|
||||
"show_state": "Состояние",
|
||||
@ -2162,7 +2166,8 @@
|
||||
},
|
||||
"weather-forecast": {
|
||||
"description": "Отображает погоду. Может быть полезна на устройствах, размещаемых на стене.",
|
||||
"name": "Прогноз погоды"
|
||||
"name": "Прогноз погоды",
|
||||
"show_forecast": "Показывать прогноз"
|
||||
}
|
||||
},
|
||||
"cardpicker": {
|
||||
|
@ -1878,10 +1878,13 @@
|
||||
"built_using": "建于",
|
||||
"custom_uis": "自定义用户界面:",
|
||||
"developed_by": "由一帮很 Awesome~~~ 的人开发。",
|
||||
"documentation": "文档",
|
||||
"frontend": "前端用户界面",
|
||||
"frontend_version": "前端版本: {version} - {type}",
|
||||
"home_assistant_logo": "Home Assistant logo",
|
||||
"icons_by": "图标来自",
|
||||
"integrations": "集成",
|
||||
"issues": "问题",
|
||||
"license": "根据 Apache 2.0 许可发布",
|
||||
"path_configuration": "configuration.yaml 路径:{path}",
|
||||
"server": "服务器",
|
||||
@ -2072,6 +2075,7 @@
|
||||
"name": "名称",
|
||||
"no_theme": "没有主题",
|
||||
"refresh_interval": "刷新间隔",
|
||||
"secondary_info_attribute": "次要信息属性",
|
||||
"show_icon": "显示图标?",
|
||||
"show_name": "显示名称?",
|
||||
"show_state": "显示状态?",
|
||||
@ -2162,7 +2166,8 @@
|
||||
},
|
||||
"weather-forecast": {
|
||||
"description": "“天气预报”卡片用于显示天气。对于将界面挂墙显示的情况非常有用。",
|
||||
"name": "天气预报"
|
||||
"name": "天气预报",
|
||||
"show_forecast": "显示预报"
|
||||
}
|
||||
},
|
||||
"cardpicker": {
|
||||
|
@ -1878,10 +1878,13 @@
|
||||
"built_using": "建置使用",
|
||||
"custom_uis": "自定介面:",
|
||||
"developed_by": "由一群充滿熱情的人們所開發。",
|
||||
"documentation": "相關文件",
|
||||
"frontend": "frontend-ui",
|
||||
"frontend_version": "Frontend 版本:{version} - {type}",
|
||||
"home_assistant_logo": "Home Assistant logo",
|
||||
"icons_by": "圖示使用",
|
||||
"integrations": "整合",
|
||||
"issues": "問題",
|
||||
"license": "依據 Apache 2.0 授權許可發行",
|
||||
"path_configuration": "configuration.yaml 路徑:{path}",
|
||||
"server": "伺服器",
|
||||
@ -2072,6 +2075,7 @@
|
||||
"name": "名稱",
|
||||
"no_theme": "沒有主題",
|
||||
"refresh_interval": "更新間隔",
|
||||
"secondary_info_attribute": "次要資訊屬性",
|
||||
"show_icon": "顯示圖示?",
|
||||
"show_name": "顯示名稱?",
|
||||
"show_state": "顯示狀態?",
|
||||
@ -2162,7 +2166,8 @@
|
||||
},
|
||||
"weather-forecast": {
|
||||
"description": "天氣預報面板顯示天氣狀態。對於放置於牆上顯示非常實用。",
|
||||
"name": "天氣預報面板"
|
||||
"name": "天氣預報面板",
|
||||
"show_forecast": "顯示預報"
|
||||
}
|
||||
},
|
||||
"cardpicker": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user