-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:eifinger/homeassistant-config
- Loading branch information
Showing
17 changed files
with
269 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
{ | ||
"common": { | ||
"appdaemon": "AppDaemon", | ||
"appdaemon_apps": "Applicazioni AppDaemon", | ||
"background_task": "Attività in esecuzione, questa pagina sarà ricaricata al termine.", | ||
"installed": "Installato", | ||
"integration": "Integrazione", | ||
"integrations": "Integrazioni", | ||
"plugin": "Plugin", | ||
"plugins": "Plugin", | ||
"python_script": "Script python", | ||
"python_scripts": "Script python", | ||
"repositories": "Repository", | ||
"settings": "Impostazioni", | ||
"theme": "Tema", | ||
"themes": "Temi", | ||
"version": "Versione" | ||
}, | ||
"config": { | ||
"abort": { | ||
"single_instance_allowed": "È consentita una sola configurazione di HACS." | ||
}, | ||
"error": { | ||
"auth": "Il token di accesso personale non è corretto." | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"appdaemon": "Abilita il rilevamento e il monitoraggio delle app AppDaemon", | ||
"python_script": "Abilita il rilevamento e il monitoraggio dei python_scripts", | ||
"sidepanel_icon": "Icona nel pannello laterale", | ||
"sidepanel_title": "Titolo nel pannello laterale", | ||
"theme": "Abilita individuazione e tracciamento dei temi", | ||
"token": "Token di accesso personale GitHub" | ||
}, | ||
"description": "Se hai bisogno di aiuto con la configurazione dai un'occhiata qui: https:\/\/hacs.netlify.com\/installation\/configuration\/", | ||
"title": "HACS (Home Assistant Community Store)" | ||
} | ||
}, | ||
"title": "HACS (Home Assistant Community Store)" | ||
}, | ||
"options": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"country": "Filtra con prefisso internazionale.", | ||
"experimental": "Abilita funzionalità sperimentali", | ||
"release_limit": "Numero di versioni da mostrare." | ||
} | ||
} | ||
} | ||
}, | ||
"repository": { | ||
"authors": "Autori", | ||
"available": "Disponibile", | ||
"back_to": "Indietro", | ||
"changelog": "Change log", | ||
"flag_this": "Spunta questo", | ||
"hide": "Nascondi", | ||
"hide_beta": "Nascondi beta", | ||
"install": "Installa", | ||
"installed": "Installato", | ||
"lovelace_copy_example": "Copia l'esempio negli appunti", | ||
"lovelace_instruction": "Quando lo aggiungi nella configurazione lovelace usa questo ", | ||
"lovelace_no_js_type": "Impossibile determinare il tipo di plugin, verificare il repository.", | ||
"newest": "Nuovo", | ||
"note_appdaemon": "dovrai aggiungerlo nel file 'apps.yaml'", | ||
"note_installed": "Quando installato, sarà posizionato in", | ||
"note_integration": "dovrai aggiungerlo nel file 'configuration.yaml'", | ||
"note_plugin": "Dovrai aggiungerlo nel file 'ui-lovelace.yaml' oppure via editor di configurazione RAW della UI.", | ||
"open_issue": "Apri anomalia", | ||
"open_plugin": "Apri plugin", | ||
"reinstall": "Reinstalla", | ||
"repository": "Repository", | ||
"show_beta": "Visualizza beta", | ||
"uninstall": "Rimuovi", | ||
"update_information": "Aggiorna informazioni", | ||
"upgrade": "Aggiorna" | ||
}, | ||
"settings": { | ||
"add_custom_repository": "AGGIUNGI REPOSITORY PERSONALIZZATA", | ||
"category": "Categoria", | ||
"custom_repositories": "REPOSITORY PERSONALIZZATE", | ||
"delete": "Cancella", | ||
"display": "Visualizza", | ||
"grid": "Griglia", | ||
"hacs_repo": "HACS repo", | ||
"reload_data": "Ricarica i dati", | ||
"save": "Salva", | ||
"table": "Tabella", | ||
"upgrade_all": "Aggiorna tutto" | ||
}, | ||
"store": { | ||
"placeholder_search": "Prego inserire una stringa di ricerca" | ||
} | ||
} |
File renamed without changes.
Oops, something went wrong.