-
Notifications
You must be signed in to change notification settings - Fork 402
Update Dutch translation #2487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Dutch translation #2487
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fills in and corrects missing Dutch translations for the Homebridge UI by replacing English placeholders and refining existing Dutch strings.
- Comprehensive update of Dutch translation entries across the UI.
- Ensures consistency and completeness of nl.json.
@@ -139,7 +139,7 @@ | |||
"config.config_bridge_missing": "Bridge instellingen ontbreken", | |||
"config.config_invalid_json": "Config bevat ongeldige JSON", | |||
"config.config_platform_must_be_array": "Platforms moeten een array [] zijn", | |||
"config.config_username_error": "Bridge gebruikersnaam moet 6 paar door colon gescheiden hexadecimale tekens (A-F 0-9) zijn", | |||
"config.config_username_error": "Bridge gebruikersnaam moet 6 paren door dubbelepunt gescheiden hexadecimale tekens (A-F 0-9) zijn", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Het woord 'dubbelepunt' zou moeten worden gesplitst naar 'dubbele punt' voor correcte spelling.
"config.config_username_error": "Bridge gebruikersnaam moet 6 paren door dubbelepunt gescheiden hexadecimale tekens (A-F 0-9) zijn", | |
"config.config_username_error": "Bridge gebruikersnaam moet 6 paren door dubbele punt gescheiden hexadecimale tekens (A-F 0-9) zijn", |
Copilot uses AI. Check for mistakes.
"login.label_2fa_code": "Twee Factor Authenticatie Code", | ||
"logs.download.error": "Download log bestand mislukt.", | ||
"logs.download_warning": "Homebridge log bestanden bevatten mogelijk persoonlijke gegevens, wachtwoorden of toegangs tokens. Bekijk de log bestanden en verwijdere gevoeglige data alvorens je dit bestand deelt met anderen.", | ||
"logs.download_warning": "Homebridge log bestanden bevatten mogelijk persoonlijke gegevens, wachtwoorden of toegangs tokens. Bekijk de log bestanden en verwijdere gevoeglige data alvorens u dit bestand deelt met anderen.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Er zijn twee spellingfouten: 'verwijdere' moet 'verwijder' zijn en 'gevoeglige' moet 'gevoelige' zijn.
"logs.download_warning": "Homebridge log bestanden bevatten mogelijk persoonlijke gegevens, wachtwoorden of toegangs tokens. Bekijk de log bestanden en verwijdere gevoeglige data alvorens u dit bestand deelt met anderen.", | |
"logs.download_warning": "Homebridge log bestanden bevatten mogelijk persoonlijke gegevens, wachtwoorden of toegangs tokens. Bekijk de log bestanden en verwijder gevoelige data alvorens u dit bestand deelt met anderen.", |
Copilot uses AI. Check for mistakes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
♻️ Current situation
There are untranslated parts in the Dutch translation.
💡 Proposed solution
New Dutch translations.
⚙️ Release Notes
New Dutch translations.
➕ Additional Information
Non
Testing
No Test
Reviewer Nudging
Non