Skip to content

Commit

Permalink
Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmaster187 committed Jan 19, 2025
1 parent e775345 commit 3a70ca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions TeslaLogger/TelemetryParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,7 @@ private void handleLoginResponse(dynamic j)
Log("LoginRespone: missing_key");
car.CurrentJSON.FatalError = "missing_key";
car.CurrentJSON.CreateCurrentJSON();
return;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions TeslaLogger/bin/language-de.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ kWh=kWh
Wh/km=Wh/km
km/h=km/h
Please update to latest docker-compose.yml file. Check: {LINK}=Bitte aktualisieren Sie auf die neueste docker-compose.yml-Datei. Prüfen: {LINK}
FatalErrorMissingKey=Virtual Key nicht gefunden!<br>Installation fortsetzen: {LINK}<br>Dann Teslalogger neu starten.

#settings.php
Credentials=Zugangsdaten
Expand Down
1 change: 1 addition & 0 deletions TeslaLogger/bin/language-en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ Software Update=Software Update
Consumption=Consumption
Ø Consumption="Avg Consumption"
Please update to latest docker-compose.yml file. Check: {LINK}=Please update to latest docker-compose.yml file. Check: {LINK}
FatalErrorMissingKey=Virtual Key Missig!<br>Finish Setup at: {LINK}<br>And restart Teslalogger.

#menu.php
Logfile=Logfile
Expand Down

0 comments on commit 3a70ca2

Please sign in to comment.