Skip to content

Commit

Permalink
Add service translations
Browse files Browse the repository at this point in the history
  • Loading branch information
lollo0296 authored Aug 8, 2023
1 parent 395ddb5 commit 26ab9b9
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
26 changes: 25 additions & 1 deletion custom_components/fordpass/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,30 @@
"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"
}
26 changes: 25 additions & 1 deletion custom_components/fordpass/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,30 @@
"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 26ab9b9

Please sign in to comment.