mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
[ci skip] Translation update
This commit is contained in:
parent
1c4951a8d7
commit
90892d275c
@ -107,11 +107,11 @@
|
||||
"on": "Connectat"
|
||||
},
|
||||
"door": {
|
||||
"off": "Tancat/da",
|
||||
"off": "Tancat/ada",
|
||||
"on": "Obert/a"
|
||||
},
|
||||
"garage_door": {
|
||||
"off": "Tancat/da",
|
||||
"off": "Tancat/ada",
|
||||
"on": "Obert/a"
|
||||
},
|
||||
"gas": {
|
||||
@ -139,7 +139,7 @@
|
||||
"on": "Detectat"
|
||||
},
|
||||
"opening": {
|
||||
"off": "Tancat/da",
|
||||
"off": "Tancat/ada",
|
||||
"on": "Obert/a"
|
||||
},
|
||||
"presence": {
|
||||
@ -167,7 +167,7 @@
|
||||
"on": "Detectat"
|
||||
},
|
||||
"window": {
|
||||
"off": "Tancat/da",
|
||||
"off": "Tancat/ada",
|
||||
"on": "Obert/a"
|
||||
}
|
||||
},
|
||||
|
@ -10,7 +10,7 @@
|
||||
"stop": "Atura {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_closed": "{entity_name} est\u00e0 tancat/da",
|
||||
"is_closed": "{entity_name} est\u00e0 tancat/ada",
|
||||
"is_closing": "{entity_name} est\u00e0 tancant-se",
|
||||
"is_open": "{entity_name} est\u00e0 obert/a",
|
||||
"is_opening": "{entity_name} s'est\u00e0 obrint",
|
||||
@ -18,7 +18,7 @@
|
||||
"is_tilt_position": "La inclinaci\u00f3 actual de {entity_name} \u00e9s"
|
||||
},
|
||||
"trigger_type": {
|
||||
"closed": "{entity_name} tancat/da",
|
||||
"closed": "{entity_name} tancat/ada",
|
||||
"closing": "{entity_name} tancant-se",
|
||||
"opened": "{entity_name} s'ha obert",
|
||||
"opening": "{entity_name} obrint-se",
|
||||
@ -28,7 +28,7 @@
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"closed": "Tancat/da",
|
||||
"closed": "Tancat/ada",
|
||||
"closing": "Tancant",
|
||||
"open": "Obert/a",
|
||||
"opening": "Obrint",
|
||||
|
7
homeassistant/components/dsmr/translations/it.json
Normal file
7
homeassistant/components/dsmr/translations/it.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato"
|
||||
}
|
||||
}
|
||||
}
|
@ -15,7 +15,7 @@
|
||||
"username": "Nome utente"
|
||||
},
|
||||
"description": "Fornire le informazioni richieste di seguito.",
|
||||
"title": "Configurazione GogoGate2"
|
||||
"title": "Configurazione di GogoGate2 o iSmartGate"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"state": {
|
||||
"_": {
|
||||
"closed": "Tancat/da",
|
||||
"closed": "Tancat/ada",
|
||||
"home": "A casa",
|
||||
"locked": "Bloquejat",
|
||||
"not_home": "Fora",
|
||||
|
@ -6,7 +6,8 @@
|
||||
"unknown": "Si \u00e8 verificato un errore sconosciuto."
|
||||
},
|
||||
"error": {
|
||||
"invalid_sgtin_or_pin": "PIN non valido, riprova.",
|
||||
"invalid_pin": "PIN non valido, riprova.",
|
||||
"invalid_sgtin_or_pin": "SGTIN o PIN non valido, riprovare.",
|
||||
"press_the_button": "Si prega di premere il pulsante blu.",
|
||||
"register_failed": "Registrazione fallita, si prega di riprovare.",
|
||||
"timeout_button": "Timeout della pressione del pulsante blu, riprovare."
|
||||
|
@ -13,7 +13,7 @@
|
||||
"idle": "Inactiu",
|
||||
"off": "OFF",
|
||||
"on": "ON",
|
||||
"paused": "Pausat/da",
|
||||
"paused": "Pausat/ada",
|
||||
"playing": "Reproduint",
|
||||
"standby": "En espera"
|
||||
}
|
||||
|
35
homeassistant/components/openweathermap/translations/it.json
Normal file
35
homeassistant/components/openweathermap/translations/it.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "L'integrazione di OpenWeatherMap per queste coordinate \u00e8 gi\u00e0 configurata."
|
||||
},
|
||||
"error": {
|
||||
"auth": "La chiave API non \u00e8 corretta.",
|
||||
"connection": "Impossibile connettersi all'API OWM"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "Chiave API OpenWeatherMap",
|
||||
"language": "Lingua",
|
||||
"latitude": "Latitudine",
|
||||
"longitude": "Logitudine",
|
||||
"mode": "Modalit\u00e0",
|
||||
"name": "Nome dell'integrazione"
|
||||
},
|
||||
"description": "Configura l'integrazione di OpenWeatherMap. Per generare la chiave API, vai su https://openweathermap.org/appid",
|
||||
"title": "OpenWeatherMap"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"language": "Lingua",
|
||||
"mode": "Modalit\u00e0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
11
homeassistant/components/plugwise/translations/cs.json
Normal file
11
homeassistant/components/plugwise/translations/cs.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"scan_interval": "Interval sledov\u00e1n\u00ed (v sekund\u00e1ch)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -19,5 +19,15 @@
|
||||
"title": "Connettersi al dispositivo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"scan_interval": "Intervallo di scansione (secondi)"
|
||||
},
|
||||
"description": "Regolare le opzioni Plugwise"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -6,8 +6,8 @@
|
||||
"turn_on": "Engega {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_off": "{entity_name} est\u00e0 apagat/da",
|
||||
"is_on": "{entity_name} est\u00e0 engegat/da"
|
||||
"is_off": "{entity_name} est\u00e0 apagat/ada",
|
||||
"is_on": "{entity_name} est\u00e0 engegat/ada"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turned_off": "{entity_name} s'ha apagat",
|
||||
|
@ -1,4 +1,19 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"toggle": "P\u0159epnout {entity_name}",
|
||||
"turn_off": "Vypnout {entity_name}",
|
||||
"turn_on": "Zapnout {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_off": "{entity_name} je vypnuto",
|
||||
"is_on": "{entity_name} je zapnuto"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turned_off": "{entity_name} vypnuto",
|
||||
"turned_on": "{entity_name} zapnuto"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"off": "Neaktivn\u00ed",
|
||||
|
@ -1,4 +1,19 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"action_type": {
|
||||
"toggle": "Commuta {entity_name}",
|
||||
"turn_off": "Disattivare {entity_name}",
|
||||
"turn_on": "Attivare {entity_name}"
|
||||
},
|
||||
"condition_type": {
|
||||
"is_off": "{entity_name} \u00e8 spento",
|
||||
"is_on": "{entity_name} \u00e8 acceso"
|
||||
},
|
||||
"trigger_type": {
|
||||
"turned_off": "{entity_name} disattivato",
|
||||
"turned_on": "{entity_name} attivato"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"_": {
|
||||
"off": "Spento",
|
||||
|
@ -21,7 +21,7 @@
|
||||
"idle": "Inactiu",
|
||||
"off": "OFF",
|
||||
"on": "ON",
|
||||
"paused": "Pausat/da",
|
||||
"paused": "Pausat/ada",
|
||||
"returning": "Retornant a base"
|
||||
}
|
||||
},
|
||||
|
@ -7,7 +7,7 @@
|
||||
},
|
||||
"error": {
|
||||
"discovery_error": "Impossibile individuare un gateway Xiaomi Aqara, provare a utilizzare l'IP del dispositivo che esegue HomeAssistant come interfaccia",
|
||||
"invalid_host": "Indirizzo IP non valido",
|
||||
"invalid_host": "Indirizzo IP non valido, vedere https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem",
|
||||
"invalid_interface": "Interfaccia di rete non valida",
|
||||
"invalid_key": "Chiave gateway non valida",
|
||||
"invalid_mac": "Indirizzo Mac non valido",
|
||||
|
@ -15,9 +15,10 @@
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"ip_address": "Indirizzo IP"
|
||||
},
|
||||
"description": "Se lasci vuoto l'indirizzo IP, verr\u00e0 utilizzato il rilevamento per trovare i dispositivi."
|
||||
"description": "Se lasci l'host vuoto, il rilevamento verr\u00e0 utilizzato per trovare i dispositivi."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user