-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #277 from alandtse/dev
2022-10-10
- Loading branch information
Showing
4 changed files
with
1,064 additions
and
297 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,37 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Konto er allerede konfigureret", | ||
"reauth_successful": "Fornyelse af godkendelse lykkedes" | ||
}, | ||
"error": { | ||
"already_configured": "Konto er allerede konfigureret", | ||
"cannot_connect": "Kunne ikke forbinde", | ||
"invalid_auth": "Ugyldig godkendelse" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"mfa": "MFA Kode (Valgfri)", | ||
"password": "Adgangskode", | ||
"username": "Email-adresse" | ||
"username": "Email-addresse", | ||
"token": "Opdaterings N\u00f8gle" | ||
}, | ||
"description": "Indtast dine oplysninger.", | ||
"title": "Tesla - Konfiguration" | ||
"description": "Brugh 'Auth App for Tesla' til iOS eller 'Tesla Tokens' til Android\r\n for at oprette en opdaterings n\u00f8gle, og indtast den nedenfor.", | ||
"title": "Tesla - Indstillinger" | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"scan_interval": "Sekunder mellem scanninger" | ||
"enable_wake_on_start": "Tving bil til at v\u00e5gne ved opstart", | ||
"scan_interval": "Sekunder mellem scanninger", | ||
"polling_policy": "Scannings politik. Se https://github.com/alandtse/tesla/wiki/Polling-policy" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
Oops, something went wrong.