1
mirror of https://github.com/home-assistant/frontend synced 2024-08-19 13:25:07 +02:00

Update translations

This commit is contained in:
Paulus Schoutsen 2018-05-17 17:53:21 -04:00
parent bc27f854f1
commit 3d1164f09c
12 changed files with 453 additions and 46 deletions

View File

@ -236,6 +236,22 @@
"initializing": "Инициализиране ({query_stage})",
"dead": "Мъртъв ({query_stage})"
}
},
"weather": {
"clear_night": "Ясно, нощ",
"cloudy": "Облачно",
"fog": "Мъгла",
"hail": "Градушка",
"lightning": "Светкавица",
"lightning_rainy": "Светкавица, дъждовно",
"partlycloudy": "Частична облачност",
"pouring": "Обилен дъжд",
"rainy": "Дъждовно",
"snowy": "Снежно",
"snowy_rainy": "Снежно, дъждовно",
"sunny": "Слънчево",
"windy": "Ветровито",
"windy_variant": "Ветровито"
}
},
"state_badge": {
@ -531,6 +547,34 @@
},
"script": {
"execute": "Изпълни"
},
"weather": {
"attributes": {
"air_pressure": "Въздушно налягане",
"humidity": "Влажност",
"temperature": "Температура",
"visibility": "Видимост",
"wind_speed": "Скорост на вятъра"
},
"cardinal_direction": {
"e": "И",
"ene": "ИСИ",
"ese": "ИЮИ",
"n": "С",
"ne": "СИ",
"nne": "ССИ",
"nw": "СЗ",
"nnw": "ССЗ",
"s": "Ю",
"se": "ЮИ",
"sse": "ЮЮИ",
"ssw": "ЮЮЗ",
"sw": "ЮЗ",
"w": "З",
"wnw": "ЗСЗ",
"wsw": "ЗЮЗ"
},
"forecast": "Прогноза"
}
},
"components": {

View File

@ -198,6 +198,16 @@
"initializing": "Inicializando ({query_stage})",
"dead": "No encontrado ({query_stage})"
}
},
"weather": {
"partlycloudy": "Parcialmente nublado",
"pouring": "Torrencial",
"rainy": "Lluvioso",
"snowy": "Nevado",
"snowy_rainy": "Nevado, lluvioso",
"sunny": "Soleado",
"windy": "Ventoso",
"windy_variant": "Ventoso"
}
},
"state_badge": {
@ -244,7 +254,40 @@
},
"automation": {
"caption": "Automatización",
"description": "Crear y editar automatizaciones"
"description": "Crear y editar automatizaciones",
"editor": {
"actions": {
"add": "Agregar acción",
"duplicate": "Duplicar",
"delete": "Eliminar",
"delete_confirm": "Seguro deseas eliminar?",
"unsupported_action": "Acción no soportada: {action}",
"type_select": "Tipo de acción",
"type": {
"service": {
"label": "Llamar servico",
"service_data": "Datos"
},
"delay": {
"label": "Retardo",
"delay": "Retardo"
},
"wait_template": {
"label": "Espera",
"wait_template": "Plantilla de espera",
"timeout": "Timeout (opcional)"
},
"condition": {
"label": "Condición"
},
"event": {
"label": "Disparar evento",
"event": "Evento",
"service_data": "Datos"
}
}
}
}
},
"script": {
"caption": "Script",
@ -254,6 +297,36 @@
"caption": ""
}
}
},
"card": {
"weather": {
"attributes": {
"air_pressure": "Presión atmosférica",
"humidity": "Humedad",
"temperature": "Temperatura",
"visibility": "Visibilidad",
"wind_speed": "Velocidad del viento"
},
"cardinal_direction": {
"e": "E",
"ene": "ENE",
"ese": "ESE",
"n": "N",
"ne": "NE",
"nne": "NNE",
"nw": "NO",
"nnw": "NNO",
"s": "S",
"se": "SE",
"sse": "SSE",
"ssw": "SSO",
"sw": "SO",
"w": "O",
"wnw": "ONO",
"wsw": "OSO"
},
"forecast": "Pronóstico"
}
}
},
"domain": {

View File

@ -236,6 +236,22 @@
"initializing": "Inicializando ({query_stage})",
"dead": "No responde ({query_stage})"
}
},
"weather": {
"clear_night": "Despejado, de noche",
"cloudy": "Nublado",
"fog": "Niebla",
"hail": "Granizo",
"lightning": "Relámpagos",
"lightning_rainy": "Relámpagos, lluvioso",
"partlycloudy": "Parcialmente nublado",
"pouring": "Torrencial",
"rainy": "Lluvioso",
"snowy": "Nevado",
"snowy_rainy": "Nevado, lluvioso",
"sunny": "Soleado",
"windy": "Ventoso",
"windy_variant": "Ventoso"
}
},
"state_badge": {
@ -525,6 +541,40 @@
},
"persistent_notification": {
"dismiss": "Descartar"
},
"scene": {
"activate": "Activar"
},
"script": {
"execute": "Ejecutar"
},
"weather": {
"attributes": {
"air_pressure": "Presión del aire",
"humidity": "Humedad",
"temperature": "Temperatura",
"visibility": "Visibilidad",
"wind_speed": "Velocidad del viento"
},
"cardinal_direction": {
"e": "E",
"ene": "ENE",
"ese": "ESE",
"n": "N",
"ne": "NE",
"nne": "NNE",
"nw": "NO",
"nnw": "NNO",
"s": "S",
"se": "SE",
"sse": "SSE",
"ssw": "SSO",
"sw": "SO",
"w": "O",
"wnw": "ONO",
"wsw": "OSO"
},
"forecast": "Pronóstico"
}
},
"components": {

View File

@ -10,7 +10,7 @@
"dev-services": "Services",
"dev-states": "États",
"dev-events": "Événements",
"dev-templates": "Modèles",
"dev-templates": "Templates",
"dev-mqtt": "MQTT",
"dev-info": "Info"
},
@ -23,9 +23,9 @@
},
"alarm_control_panel": {
"armed": "Enclenchée",
"disarmed": "Désactivé",
"disarmed": "Désactivée",
"armed_home": "Enclenchée (présent)",
"armed_away": "Enclenché (absent)",
"armed_away": "Enclenchée (absent)",
"armed_night": "Enclenché (nuit)",
"pending": "En attente",
"arming": "Activation",
@ -47,7 +47,7 @@
"on": "Humide"
},
"gas": {
"off": "Non décelé",
"off": "Non détecté",
"on": "Détecté"
},
"motion": {
@ -126,7 +126,7 @@
"camera": {
"recording": "Enregistrement",
"streaming": "Diffusion en cours",
"idle": "Inactif"
"idle": "En veille"
},
"climate": {
"off": "Off",
@ -195,7 +195,7 @@
"on": "On",
"playing": "Lecture en cours",
"paused": "En pause",
"idle": "Inactif",
"idle": "En veille",
"standby": "En veille"
},
"plant": {
@ -228,13 +228,13 @@
"zwave": {
"default": {
"initializing": "Initialisation",
"dead": "Mort",
"dead": "Morte",
"sleeping": "En veille",
"ready": "Prêt"
},
"query_stage": {
"initializing": "Initialisation ({query_stage})",
"dead": "Mort ({query_stage})"
"dead": "Morte ({query_stage})"
}
},
"weather": {
@ -245,6 +245,7 @@
"lightning": "Foudre",
"lightning_rainy": "Foudre, pluvieux",
"partlycloudy": "Partiellement nuageux",
"pouring": "Averses",
"rainy": "Pluvieux",
"snowy": "Neigeux",
"snowy_rainy": "Neigeux, pluvieux",
@ -278,7 +279,7 @@
"ui": {
"panel": {
"shopping-list": {
"clear_completed": "Effacement complété",
"clear_completed": "Effacement accompli",
"add_item": "Ajouter un élément",
"microphone_tip": "Cliquez sur le microphone en haut à droite et dites “Ajouter des bonbons à ma liste d'achat”"
},
@ -290,9 +291,9 @@
"showing_entries": "Afficher les entrées pour"
},
"mailbox": {
"empty": "Vous n'avez pas de message",
"empty": "Vous n'avez aucun message",
"playback_title": "Lecture de messages",
"delete_prompt": "Effacer ce message?",
"delete_prompt": "Supprimer ce message ?",
"delete_button": "Effacer"
},
"config": {
@ -339,7 +340,7 @@
},
"themes": {
"header": "Définir un thème",
"introduction": "Choisissez « Backend-selected » pour utiliser le thème choisit par le backend ou choisissez un thème pour cet appareil",
"introduction": "Choisissez « Backend-selected » pour utiliser le thème choisi par le backend ou choisissez un thème pour cet appareil",
"theme": "Thème"
}
}
@ -359,9 +360,9 @@
"add_automation": "Ajouter une automatisation"
},
"editor": {
"introduction": "Utilisez les automatisations pour rendre votre maison vivante",
"introduction": "Utilisez les automatisations pour donner vie à votre maison",
"default_name": "Nouvelle automatisation",
"save": "sauvegarder",
"save": "Sauvegarder",
"unsaved_confirm": "Vous avez des changements non enregistrés. Êtes-vous sûr de vouloir quitter?",
"alias": "Nom",
"triggers": {
@ -369,8 +370,8 @@
"introduction": "Les déclencheurs sont ce qui lance le traitement d'une règle d'automatisation. Il est possible de spécifier plusieurs déclencheurs pour une même règle. Dès qu'un déclencheur est activé, Home Assistant validera les conditions, s'il y en a, et appellera l'action.\n\n[En apprendre plus sur les déclencheurs.](https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"add": "Ajouter un déclencheur",
"duplicate": "Dupliquer",
"delete": "Éfface",
"delete_confirm": "Voulez-vous éffacé?",
"delete": "Efface",
"delete_confirm": "Voulez-vous effacer ?",
"unsupported_platform": "Platefome non supportée : {platform}",
"type_select": "Type de déclencheur",
"type": {
@ -387,7 +388,7 @@
"homeassistant": {
"label": "Home Assistant",
"event": "Événement :",
"start": "Démarrer",
"start": "Démarrage",
"shutdown": "Arrêt"
},
"mqtt": {
@ -405,7 +406,7 @@
"label": "Soleil",
"event": "Événement :",
"sunrise": "Lever du soleil",
"sunset": "Coucher de soleil",
"sunset": "Coucher du soleil",
"offset": "Décalage (optionnel)"
},
"template": {
@ -421,18 +422,18 @@
"entity": "Entité avec emplacement",
"zone": "Zone",
"event": "Événement :",
"enter": "Entrez",
"leave": "Quitté"
"enter": "Entre",
"leave": "Quitter"
}
}
},
"conditions": {
"header": "Conditions",
"introduction": "Les conditions sont une partie optionnelle d'une règle d'automatisation et peuvent être utilisées pour empêcher une action d'avoir lieu lorsque la règle est déclenchée. Les conditions ressemble aux déclencheurs mais sont très différentes. Un déclencheur regardera les événements sur le système tandis qu'une condition ne regarde que l'état courant du système. Un déclencheur peut observer qu'un interrupteur est en train d'être allumé. Une condition ne peut que voir si l'interrupteur est allumé ou éteint.\n\n[En apprendre plus sur les conditions.](https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Les conditions sont une partie optionnelle d'une règle d'automatisation et peuvent être utilisées pour empêcher une action d'avoir lieu lorsque la règle est déclenchée. Les conditions ressemblent aux déclencheurs mais sont très différentes. Un déclencheur regardera les événements sur le système tandis qu'une condition ne regarde que l'état courant du système. Un déclencheur peut observer qu'un interrupteur est en train d'être allumé. Une condition ne peut que voir si l'interrupteur est allumé ou éteint.\n\n[En apprendre plus sur les conditions.](https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"add": "Ajouter une condition",
"duplicate": "Dupliquer",
"delete": "Éffacement",
"delete_confirm": "Voulez-vous éffacé?",
"delete": "Effacement",
"delete_confirm": "Voulez-vous effacer ?",
"unsupported_condition": "Condition non supportée : {condition}",
"type_select": "Type de condition",
"type": {
@ -453,7 +454,7 @@
"before_offset": "Décalage avant (optionnel)",
"after_offset": "Décalage après (optionnel)",
"sunrise": "Lever du soleil",
"sunset": "Coucher de soleil"
"sunset": "Coucher du soleil"
},
"template": {
"label": "Template",
@ -599,7 +600,7 @@
"cover": "Volets",
"device_tracker": "Dispositif de suivi",
"fan": "Ventilateur",
"history_graph": "Graphe de lhistorique",
"history_graph": "Graphique historique",
"group": "Groupe",
"image_processing": "Traitement dimage",
"input_boolean": "Entrée logique",
@ -611,7 +612,7 @@
"lock": "Verrou",
"mailbox": "Boites aux lettres",
"media_player": "Lecteur multimédia",
"notify": "Aviser",
"notify": "Notifier",
"plant": "Plante",
"proximity": "Proximité",
"remote": "Distant",

View File

@ -238,14 +238,20 @@
}
},
"weather": {
"clear_night": "Tiszta, éjszaka",
"cloudy": "Felhős",
"fog": "Köd",
"hail": "Jégeső",
"lightning": "Vihar",
"lightning_rainy": "Viharos, esős",
"partlycloudy": "Részben felhős",
"pouring": "Szakad",
"rainy": "Esős",
"snowy": "Havazás",
"snowy_rainy": "Havas, esős",
"sunny": "Napos",
"windy": "Szeles"
"windy": "Szeles",
"windy_variant": "Szeles"
}
},
"state_badge": {
@ -550,6 +556,24 @@
"visibility": "Láthatóság",
"wind_speed": "Szélsebesség"
},
"cardinal_direction": {
"e": "K",
"ene": "K-ÉK",
"ese": "K-DK",
"n": "É",
"ne": "ÉK",
"nne": "É-ÉK",
"nw": "ÉNy",
"nnw": "É-ÉNy",
"s": "D",
"se": "DK",
"sse": "D-DK",
"ssw": "D-DNy",
"sw": "DNy",
"w": "Ny",
"wnw": "Ny-ÉNy",
"wsw": "Ny-DNy"
},
"forecast": "Előrejelzés"
}
},

View File

@ -157,7 +157,7 @@
},
"device_tracker": {
"home": "A casa",
"not_home": "Fuori Casa"
"not_home": "Fuori"
},
"fan": {
"off": "Spento",
@ -167,7 +167,7 @@
"off": "Spento",
"on": "Acceso",
"home": "A casa",
"not_home": "Fuori casa",
"not_home": "Fuori",
"open": "Aperto",
"opening": "Apertura",
"closed": "Chiuso",
@ -236,6 +236,22 @@
"initializing": "Inizializzazione ({query_stage})",
"dead": "Terminato ({query_stage})"
}
},
"weather": {
"clear_night": "Sereno, notte",
"cloudy": "Nuvoloso",
"fog": "Nebbia",
"hail": "Grandine",
"lightning": "Temporali",
"lightning_rainy": "Temporali, piovoso",
"partlycloudy": "Parzialmente nuvoloso",
"pouring": "Piogge intense",
"rainy": "Piovoso",
"snowy": "Nevoso",
"snowy_rainy": "Nevoso, piovoso",
"sunny": "Soleggiato",
"windy": "Ventoso",
"windy_variant": "Ventoso"
}
},
"state_badge": {
@ -338,9 +354,9 @@
"description": "Crea e modifica automazioni",
"picker": {
"header": "Editor automazione",
"introduction": "L'editor di automazione consente di creare e modificare automazioni. Per favore leggi [le istruzioni] (https:\/\/home-assistant.io\/docs\/automation\/editor\/) per assicurarti di aver configurato correttamente Home Assistant.",
"introduction": "L'editor di automazione consente di creare e modificare automazioni. Per favore leggi [le istruzioni](https:\/\/home-assistant.io\/docs\/automation\/editor\/) per assicurarti di aver configurato correttamente Home Assistant.",
"pick_automation": "Scegli l'automazione da modificare",
"no_automations": "Nessuna automazioni modificabili trovata",
"no_automations": "Nessuna automazione modificabile trovata",
"add_automation": "Aggiungi automazione"
},
"editor": {
@ -351,7 +367,7 @@
"alias": "Nome",
"triggers": {
"header": "Triggers",
"introduction": "I trigger sono ciò che avvia l'elaborazione di una regola di automazione. È possibile specificare più trigger per la stessa regola. Una volta avviato il trigger, Home Assistant convaliderà le condizioni, se presenti, e chiamerà l'azione. \n\n [Ulteriori informazioni sui trigger.] (Https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"introduction": "I trigger sono ciò che avvia l'elaborazione di una regola di automazione. È possibile specificare più trigger per la stessa regola. Una volta avviato il trigger, Home Assistant convaliderà le condizioni, se presenti, e chiamerà l'azione. \n\n [Ulteriori informazioni sui trigger.](Https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
"add": "Aggiungi trigger",
"duplicate": "Duplica",
"delete": "Cancella",
@ -413,7 +429,7 @@
},
"conditions": {
"header": "Condizioni",
"introduction": "Le condizioni sono una parte facoltativa di una regola di automazione e possono essere utilizzate per impedire che un'azione si verifichi quando viene attivata. Le condizioni sembrano molto simili ai trigger, ma sono molto diverse. Un trigger analizzerà gli eventi che si verificano nel sistema mentre una condizione analizza solo l'aspetto del sistema in questo momento. Un trigger può osservare che un interruttore è in fase di accensione. Una condizione può vedere solo se un interruttore è attivo o meno. \n\n [Ulteriori informazioni sulle condizioni.] (Https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"introduction": "Le condizioni sono una parte facoltativa di una regola di automazione e possono essere utilizzate per impedire che un'azione si verifichi quando viene attivata. Le condizioni sembrano molto simili ai trigger, ma sono molto diverse. Un trigger analizzerà gli eventi che si verificano nel sistema mentre una condizione analizza solo l'aspetto del sistema in questo momento. Un trigger può osservare che un interruttore è in fase di accensione. Una condizione può vedere solo se un interruttore è attivo o meno. \n\n [Ulteriori informazioni sulle condizioni.](Https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
"add": "Aggiungi condizione",
"duplicate": "Duplica",
"delete": "Cancella",
@ -458,7 +474,7 @@
},
"actions": {
"header": "Azioni",
"introduction": "Le azioni sono ciò che Home Assistant farà quando un trigger attiva un automazione. \n\n [Ulteriori informazioni sulle azioni.] (Https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"introduction": "Le azioni sono ciò che Home Assistant farà quando un trigger attiva un automazione. \n\n [Ulteriori informazioni sulle azioni.](Https:\/\/home-assistant.io\/docs\/automation\/action\/)",
"add": "Aggiungi azione",
"duplicate": "Duplica",
"delete": "Cancella",
@ -483,7 +499,7 @@
"label": "Condizione"
},
"event": {
"label": "Evento incendio",
"label": "Scatena Evento",
"event": "Evento:",
"service_data": "Dato servizio"
}
@ -531,6 +547,34 @@
},
"script": {
"execute": "Esegui"
},
"weather": {
"attributes": {
"air_pressure": "Pressione atmosferica",
"humidity": "Umidità",
"temperature": "Temperatura",
"visibility": "Visibilità",
"wind_speed": "Velocità del vento"
},
"cardinal_direction": {
"e": "E",
"ene": "ENE",
"ese": "ESE",
"n": "N",
"ne": "NE",
"nne": "NNE",
"nw": "NW",
"nnw": "NNW",
"s": "S",
"se": "SE",
"sse": "SSE",
"ssw": "SSW",
"sw": "SW",
"w": "W",
"wnw": "WNW",
"wsw": "WSW"
},
"forecast": "Previsioni"
}
},
"components": {
@ -553,7 +597,7 @@
"climate": "Termostato",
"configurator": "Configuratore",
"conversation": "Conversazione",
"cover": "Copertura",
"cover": "Tapparella",
"device_tracker": "Tracking dispositivo",
"fan": "Ventilatore",
"history_graph": "Storico",

View File

@ -245,6 +245,7 @@
"lightning": "Lyn",
"lightning_rainy": "Lyn, regnfull",
"partlycloudy": "Delvis skyet",
"pouring": "Kraftig regn",
"rainy": "Regnfull",
"snowy": "Snø",
"snowy_rainy": "Sludd",

View File

@ -543,7 +543,7 @@
"dismiss": "Fechar"
},
"scene": {
"activate": "Activar"
"activate": "Ativar"
},
"script": {
"execute": "Executar"

View File

@ -79,7 +79,7 @@
"on": "Небезопасно"
},
"presence": {
"off": "Вне дома",
"off": "Не дома",
"on": "Дома"
},
"battery": {
@ -157,7 +157,7 @@
},
"device_tracker": {
"home": "Дома",
"not_home": "Нет дома"
"not_home": "Отсутствует"
},
"fan": {
"off": "Выключен",
@ -167,7 +167,7 @@
"off": "Выключено",
"on": "Включено",
"home": "Дома",
"not_home": "Нет дома",
"not_home": "Отсутствует",
"open": "Открыто",
"opening": "Открывается",
"closed": "Закрыто",
@ -273,7 +273,7 @@
},
"device_tracker": {
"home": "Дома",
"not_home": "Нет дома"
"not_home": "Не дома"
}
},
"ui": {
@ -550,11 +550,11 @@
},
"weather": {
"attributes": {
"air_pressure": "Атмосферное давление",
"humidity": "Относительная влажность",
"air_pressure": "Давление",
"humidity": "Влажность",
"temperature": "Температура",
"visibility": "Дальность видимости",
"wind_speed": "Скорость ветра"
"visibility": "Видимость",
"wind_speed": "Ветер"
},
"cardinal_direction": {
"e": "В",

View File

@ -236,6 +236,22 @@
"initializing": "Inicializacija ({query_stage})",
"dead": "Mrtev ({query_stage})"
}
},
"weather": {
"clear_night": "Jasna, noč",
"cloudy": "Oblačno",
"fog": "Megla",
"hail": "Toča",
"lightning": "Grmenje",
"lightning_rainy": "Grmenje, deževno",
"partlycloudy": "Delno oblačno",
"pouring": "Močan dež",
"rainy": "Deževno",
"snowy": "Snežno",
"snowy_rainy": "Snežno, deževno",
"sunny": "Sončno",
"windy": "Vetrovno",
"windy_variant": "Vetrovno"
}
},
"state_badge": {
@ -525,6 +541,40 @@
},
"persistent_notification": {
"dismiss": "Opusti"
},
"scene": {
"activate": "Aktiviraj"
},
"script": {
"execute": "Izvedi"
},
"weather": {
"attributes": {
"air_pressure": "Zračni tlak",
"humidity": "Vlažnost",
"temperature": "Temperatura",
"visibility": "Vidljivost",
"wind_speed": "Hitrost vetra"
},
"cardinal_direction": {
"e": "Vzhod",
"ene": "Vzhodno-severovzhod",
"ese": "Vzhodno-jugovzhod",
"n": "Sever",
"ne": "Severovzhod",
"nne": "Severo-severovzhod",
"nw": "Severozahod",
"nnw": "Severo-severozahod",
"s": "Jug",
"se": "Jugovzhod",
"sse": "Jugo-juhovzhod",
"ssw": "Jugo-jugozahod",
"sw": "Jugozahod",
"w": "Zahod",
"wnw": "Zahod-severozahod",
"wsw": "Zahod-jugozahod"
},
"forecast": "Napoved"
}
},
"components": {

View File

@ -17,11 +17,81 @@
"config": {
"zwave": {
"caption": "Z-Wave"
},
"automation": {
"editor": {
"triggers": {
"type": {
"numeric_state": {
"label": "Numeričko stanje",
"above": "Iznad",
"below": "Ispod"
},
"sun": {
"label": "Sunce"
}
}
}
}
}
}
},
"card": {
"scene": {
"activate": "Aktiviraj"
},
"script": {
"execute": "Izvrši"
},
"weather": {
"attributes": {
"air_pressure": "Vazdušni pritisak",
"humidity": "Vlažnost",
"temperature": "Temperatura",
"visibility": "Vidljivost",
"wind_speed": "Brzina vetra"
},
"cardinal_direction": {
"e": "I",
"ene": "ISI",
"ese": "IJI",
"n": "S",
"ne": "SI",
"nne": "SSI",
"nw": "SZ",
"nnw": "SSZ",
"s": "J",
"se": "JI",
"sse": "JJI",
"ssw": "JJZ",
"sw": "JZ",
"w": "Z",
"wnw": "ZSZ",
"wsw": "ZJZ"
},
"forecast": "Vremenska prognoza"
}
}
},
"domain": {
"zwave": "Z-Wave"
},
"state": {
"weather": {
"clear_night": "Vedra noć",
"cloudy": "Oblačno",
"fog": "Magla",
"hail": "Grad",
"lightning": "Grmljavina",
"lightning_rainy": "Grmljavina sa kišom",
"partlycloudy": "Delimično oblačno",
"pouring": "Pljusak",
"rainy": "Kiša",
"snowy": "Sneg",
"snowy_rainy": "Sneg i kiša",
"sunny": "Sunčano",
"windy": "Vetrovito",
"windy_variant": "Vetrovito"
}
}
}

View File

@ -236,6 +236,22 @@
"initializing": "初始化 ({query_stage})",
"dead": "失去連線 ({query_stage})"
}
},
"weather": {
"clear_night": "晴空、夜間",
"cloudy": "多雲",
"fog": "有霧",
"hail": "冰雹",
"lightning": "有雷",
"lightning_rainy": "有雷雨",
"partlycloudy": "局部多雲",
"pouring": "大雨",
"rainy": "有雨",
"snowy": "有雪",
"snowy_rainy": "有雪、有雨",
"sunny": "晴天",
"windy": "有風",
"windy_variant": "有風"
}
},
"state_badge": {
@ -525,6 +541,40 @@
},
"persistent_notification": {
"dismiss": "關閉"
},
"scene": {
"activate": "啟用"
},
"script": {
"execute": "執行"
},
"weather": {
"attributes": {
"air_pressure": "大氣壓",
"humidity": "濕度",
"temperature": "溫度",
"visibility": "能見度",
"wind_speed": "風速"
},
"cardinal_direction": {
"e": "東",
"ene": "東北東",
"ese": "西南西",
"n": "北",
"ne": "東北",
"nne": "北北東",
"nw": "西北",
"nnw": "北北西",
"s": "南",
"se": "東南",
"sse": "南南東",
"ssw": "南南西",
"sw": "西南",
"w": "西",
"wnw": "西北西",
"wsw": "西南西"
},
"forecast": "預報"
}
},
"components": {