Skip to content

Commit

Permalink
Merge pull request #265 from lollo0296/master
Browse files Browse the repository at this point in the history
Add german and italian translations
  • Loading branch information
itchannel committed Aug 22, 2023
2 parents 5cb7a5e + 26ab9b9 commit 6e9f996
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 0 deletions.
60 changes: 60 additions & 0 deletions custom_components/fordpass/translations/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"config": {
"abort": {
"already_configured": "Konto ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindungsfehler",
"invalid_auth": "Authentifizierungsfehler",
"invalid_vin": "Die FIN kann nicht in deinem Konto gefunden werden",
"unknown": "Unbekannter Fehler"
},
"step": {
"user": {
"data": {
"password": "FordPass Password",
"username": "FordPass Username (E-Mail)",
"vin": "FIN",
"region" : "FordPass Region"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"pressure_unit": "Maßeinheit für Druck",
"distance_unit": "Maßeinheit für Entfernung",
"update_interval": "Aktualisierungsintervall FordPass-API (Sekunden)"
},
"description": "Optionen konfigurieren"
}
}
},
"services": {
"refresh_status": {
"name": "Fahrzeugstatus aktualisieren",
"description": "Aktualisiert den Status und die Entitäten des Fahrzeugs. Der Vorgang kann bis zu 5 Minuten dauern.",
"fields": {
"vin": {
"name": "FIN",
"description": "Wenn angegeben, aktualisiert nur den Status des Fahrzeugs mit dieser FIN. Ansonsten wird den Status aller Fahrzeuge aktualisiert."
}
}
},
"clear_tokens": {
"name": "Token-Cache leeren",
"description": "Leert die Token-Cache."
},
"reload": {
"name": "Integration neu laden",
"description": "Lädt die Fordpass-Integration neu."
},
"poll_api": {
"name": "API aufrufen",
"description": "Ruft eine manuelle Datenaktualisierung aus der Fordpass-API auf. (Vorsicht: Häufige Aufrufen können zu einer temporären Drosselung/Sperre führen)"
}
},
"title": "FordPass"
}
60 changes: 60 additions & 0 deletions custom_components/fordpass/translations/it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"config": {
"abort": {
"already_configured": "Account già configurato"
},
"error": {
"cannot_connect": "Errore di collegamento",
"invalid_auth": "Errore di autenticazione",
"invalid_vin": "VIN non trovato nel tuo account",
"unknown": "Errore sconosciuto"
},
"step": {
"user": {
"data": {
"password": "FordPass Password",
"username": "FordPass Username (Email)",
"vin": "VIN",
"region" : "FordPass Regione"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"pressure_unit": "Unità di misura della pressione",
"distance_unit": "Unità di misura della distanza",
"update_interval": "Intervallo di aggiornamento della FordPass-API (secondi)"
},
"description": "Configurazione delle opzioni"
}
}
},
"services": {
"refresh_status": {
"name": "Aggiorna lo status del veicolo",
"description": "Aggiorna lo status e le entità del Veicolo. Il processo può durare fino a 5 minuti.",
"fields": {
"vin": {
"name": "VIN",
"description": "Se specificato, aggiorna solo lo stato del veicolo con questo VIN. Altrimenti, viene aggiornato lo stato di tutti i veicoli."
}
}
},
"clear_tokens": {
"name": "Svuota la token-cache",
"description": "Svuota la cache dei tokens."
},
"reload": {
"name": "Ricarica l'integrazione",
"description": "Ricaricara l'integrazione Fordpass."
},
"poll_api": {
"name": "Chiama l'API",
"description": "Chiama manualmente la Fordpass-API per aggiornare le informazioni. (Attenzione: Chiamate troppo frequenti possono portare a un blocco temporaneo del traffico.)"
}
},
"title": "FordPass"
}

0 comments on commit 6e9f996

Please sign in to comment.