-
-
Notifications
You must be signed in to change notification settings - Fork 746
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
Improved translations for NL and NL_BE #1830
Conversation
As the title says.
Hello. Once this workflow will be approved to run tests & to prepare builds1, and if everything is ok, then you will see pre-built binaries as downloadable artifacts here which you can download, flash & test on hardware which you have. Footnotes
|
Each new contributor needs to be approved once before the automated actions can run. So now they should always work for you @DjedenOfficial. Once they finish you should be able to download the compiled code from them for testing |
Bottom line is just a suggestion for the future, here is the recommended way to make pull-requests, @DjedenOfficial:
Something like that. Footnotes |
Here you go, now here you can download binaries with your changes to test. |
It works after testing. However I fixed some minor issues. A second test is required.
Thanks testing went well I fixed some minor issues and want to run another test. |
All good, Ill approve until this merges; so don't sweat and just give me a bit to see the email 😁 |
@DjedenOfficial Are you happy with how this looks now ? |
Sorry for not reacting. It needs just slight changes but I will be making them as soon as possible and are likely to be done by the afternoon. |
Fully translated NL and NL_BE to dutch.
No rush, just that it went silent so I wasn't sure. You can compile locally to test; or you can setup your fork to run the builds for testing. Convention is to mark a PR as a draft until you're good to go (but don't stress, everyone misses the option) |
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.
From a quick glance, I've found at least these issues.
@@ -4,55 +4,55 @@ | |||
"tempUnitFahrenheit": false, | |||
"messagesWarn": { | |||
"CalibrationDone": { | |||
"message": "Calibration\ndone!" | |||
"message": "Calibratie\ngedaan!" |
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.
Calibratie\nklaar!
}, | ||
"ResetOKMessage": { | ||
"message": "Reset OK" | ||
}, | ||
"SettingsResetMessage": { | ||
"message": "Instellingen\nzijn gereset!" | ||
"message": "Sommige settings\nzijn veranderd!" |
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.
Instellingen\nzijn veranderd
}, | ||
"NoAccelerometerMessage": { | ||
"message": "Geen accelerometer\ngedetecteerd!" | ||
"message": "Geen accelerometer\ngedectecteerd!" |
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.
old was correct
}, | ||
"LockingKeysString": { | ||
"message": "GEBLOKKEERD" | ||
"message": "LOCKED" |
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.
Old was correct
}, | ||
"UnlockingKeysString": { | ||
"message": "GEDEBLOKKEERD" | ||
"message": "UNLOCKED" |
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.
Old was correct
}, | ||
"UndervoltageString": { | ||
"message": "Onderspanning\n" | ||
}, | ||
"InputVoltageString": { | ||
"message": "Voeding V: \n" | ||
"message": "Voedingsspanning: \n" |
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.
Too long: "Ingangs V: \n"
@@ -70,43 +70,43 @@ | |||
"message": "Cooldown\n" | |||
}, | |||
"DeviceFailedValidationWarning": { | |||
"message": "Jouw toestel is wellicht een namaak-versie!" | |||
"message": "Jou apparaat is waarschijnlijk namaak!" |
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.
+"...een namaak!"
"description": "" | ||
}, | ||
"UIMenu": { | ||
"displayText": "Weergave\ninstellingen", | ||
"displayText": "Gebruikers-\ninterface", |
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.
Old was more Dutch sounding
@@ -117,199 +117,199 @@ | |||
"menuOptions": { | |||
"DCInCutoff": { | |||
"displayText": "Spannings-\nbron", | |||
"description": "Spanningsbron. Stelt drempelspanning in. (DC 10V) (S 3.3V per cel)" | |||
"description": "Minimale toegelate voltage" |
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.
Undo this
"displayText": "QC\nvoltage", | ||
"description": "Maximaal QC voltage dat gevraagd mag worden" | ||
"displayText": "Vermogen\nwatt", | ||
"description": "Vermogen van de adapter" |
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.
QC is a name, you can not translate this away
@DjedenOfficial & @ColoMAX thanks |
Later this week I can try to add a commit to the pr to resolve all |
@DjedenOfficial can you add me as a contributor on your fork? I can not push my changes to your repo. |
I improved the translations for NL and NL_BE. Now it has been fully translated instead of partly. The changes haven't been tested. I would like to know how to test since I don't know how (I am new to GitHub).