-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 #27 from marcgeurts/feature/add-legionella-check
Add legionella check and locales
- Loading branch information
Showing
7 changed files
with
207 additions
and
23 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,24 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Gerät ist bereits konfiguriert" | ||
}, | ||
"error": { | ||
"cannot_connect": "Verbindung nicht möglich", | ||
"invalid_auth": "Ungültige Authentifizierung", | ||
"unknown": "Unerwarteter Fehler" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"password": "Passwort", | ||
"username": "Nutzername" | ||
}, | ||
"data_description": { | ||
"username": "Hero Labs-Benutzername, normalerweise eine E-Mail-Adresse." | ||
}, | ||
"description": "Melden Sie sich bei Ihrem Hero Labs-Konto an." | ||
} | ||
} | ||
} | ||
} |
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,24 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Apparaat is al geconfigureerd" | ||
}, | ||
"error": { | ||
"cannot_connect": "Kon niet verbinden", | ||
"invalid_auth": "Ongeldige authenticatie", | ||
"unknown": "Onverwachte fout" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"password": "Wachtwoord", | ||
"username": "Gebruikersnaam" | ||
}, | ||
"data_description": { | ||
"username": "Hero Labs gebruikersnaam, meestal een e-mailadres." | ||
}, | ||
"description": "Log in op uw Hero Labs-account." | ||
} | ||
} | ||
} | ||
} |