- Update translations for 0.23 string freeze
- Update transifex resource blob to 23.0
This is necessary before a 23.0 resource can be created on Transifex.
This is necessary before a 23.0 resource can be created on Transifex.
243 QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is probably already running."),
244 QT_TRANSLATE_NOOP("bitcoin-core", "Unable to create the PID file '%s': %s"),
245 QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate initial keys"),
246 QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate keys"),
247 QT_TRANSLATE_NOOP("bitcoin-core", "Unable to open %s for writing"),
248+QT_TRANSLATE_NOOP("bitcoin-core", "Unable to parse -maxuploadtarget: '%s' (possible integer overflow?)"),
I’m not sure we should have “possible integer overflow” in a translation message. If the value is possibly out of range, or otherwise incorrect, we should simply mention that.
Edit: just removed it from the error message for now.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
ACK 04255073bbd2b8ea71ae8a9ff7433be499312758
I’ve verified the last commit by performing make -C src translate
locally.