Closed arthurits closed 1 year ago
Hi, I would like to ask for some context on what "timeouts" mean in this application.
Hi @EncFer,
Thanks for your interest. I'm assuming you are asking about strMsgBoxErrorTimeouts
and strMsgBoxErrorTimeoutsTitle
. These strings are shown in an error message box that should be raised whenever the reading and writing timeouts could not be set in the T-10A illuminance meter device. The error is shown when trying to access the corresponding DLL function and the return value is a null pointer.
Timeout
is the waiting time (in milliseconds) in writing and reading operations to and from the device.
Does this answer your question?
Yup. Got it. I'm gonna make a PR then.
Thanks @EncFer. You might be interested in contributing another Hungarian translation here, which shares many of the strings with this repo.
Okay. I'll be sure to check it out.
This application is currently available in 15 languages, although some extra help is needed (#40 ) to translate the newly added strings:
There are a total of 201 strings that need to be translated into Hungarian (hu-HU).
Instructions
There are several ways to contribute the translation. However, all of them should be done via PR along with one of the following three options:
strings.hu-HU.resx
. The new file should contain all the string resources from the base strings.resx translated into Hungarian. Some of the string resources include string formatters and other characters (ampersands, line breaks, et cetera) that should be respected in order for the PR to be accepted. If you use VS along with the extension ResX Manager you can translate the strings without manually editing the resx file, since the this extension automatically updates the correspondingstrings.xx-YY.resx
files.Please, don't hesitate to ask if some strings need contextualization for their translation.