Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

italian translation #62

Merged
merged 2 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ See [Getting Device Info](#getting-device-info) to determine if a device is supp
* English
* Español
* Hrvatski
* Italiano
* Magyar
* Polski
* Slovenčina
Expand Down
100 changes: 100 additions & 0 deletions custom_components/midea_ac/translations/it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"config": {
"step": {
"user": {
"description": "Seleziona come aggiungere un dispositivo.",
"menu_options": {
"discover": "Trova dispositivo",
"manual": "Configura manualmente"
}
},
"discover": {
"data": {
"host": "Host"
},
"description": "Lasciare Host vuoto per trovare dispositivi nella rete"
},
"manual": {
"description": "Inserisci le informazioni del tuo.",
"data": {
"id": "ID",
"host": "Host",
"port": "Port",
"token": "Token",
"k1": "Key"
},
"data_description": {
"token": "Token per dispositivi V3",
"k1": "Chiave per dispositivi V3"
}
}
},
"abort": {
"already_configured": "Il dispositivo è già stato configurato",
"cannot_connect": "Connessione non riuscita",
"no_devices_found": "Nessun dispositivo supportato è stato trovato nella rete"
},
"error": {
"cannot_connect": "Connessione non riuscita con queste impostazioni",
"device_not_found": "Nessun dispositivo supportato è stato trovato nella rete.",
"unsupported_device": "Dispositivo non è supportato."
}
},
"options": {
"step": {
"init": {
"data": {
"prompt_tone": "Abilita Beep",
"temp_step": "Temperatura Step",
"use_fan_only_workaround": "Usare solo la ventola",
"show_all_presets": "Mostra tutte le preimpostazioni",
"additional_operation_modes": "Funzionalità aggiuntive",
"max_connection_lifetime": "Durata massima della connessione"
},
"data_description": {
"temp_step": "Dimensione er il set point della temperatura",
"additional_operation_modes": "Specifica ulteriori funzionalità aggiuntive",
"max_connection_lifetime": "Tempo massimo di utilizzo della connessione in secondi (minimo 30 secondi)"
}
}
}
},
"services": {
"set_follow_me": {
"name": "Imposta Seguimi",
"description": "Imposta funzionalità Seguimi",
"fields": {
"enabled": {
"name": "Abilitato",
"description": "Quando la funzionalità Seguimi è abilitata"
}
}
}
},
"entity": {
"climate": {
"midea_ac": {
"state_attributes": {
"fan_mode": {
"state": {
"silent": "Silenziosa",
"low": "Bassa",
"medium": "Media",
"high": "Alta",
"auto": "Automatica",
"custom": "Personalizzata"
}
},
"swing_mode": {
"state": {
"off": "Spento",
"vertical": "Verticale",
"horizontal": "Orizzontale",
"both": "Entrambi"
}
}
}
}
}
}
}