Skip to content

Commit bf22090

Browse files
Merge #6460: chore: Translations 2024-12
1d36a40 80%+: it, pl, th, zh_CN (UdjinM6) adfdb59 90%+: fr (UdjinM6) bfff3c9 100%: ru (UdjinM6) ed5f02d en (UdjinM6) d373f85 dashstrings.cpp (UdjinM6) Pull request description: ## Issue being fixed or feature implemented ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [ ] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: knst: utACK 1d36a40 Tree-SHA512: 5d860d2d78e354eeae2157e5d40e8ff659963a258b9eb216d15ec72c1c589e254c2f246173be9e3d1892f9c18acae6cfecc1f18956460be5ff13c5c84d6d0ba6
2 parents 2727e77 + 1d36a40 commit bf22090

File tree

9 files changed

+5164
-3856
lines changed

9 files changed

+5164
-3856
lines changed

src/qt/dashstrings.cpp

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ QT_TRANSLATE_NOOP("dash-core", ""
2323
"-maxtxfee is set very high! Fees this large could be paid on a single "
2424
"transaction."),
2525
QT_TRANSLATE_NOOP("dash-core", ""
26+
"-reindex-chainstate option is not compatible with -blockfilterindex. Please "
27+
"temporarily disable blockfilterindex while using -reindex-chainstate, or "
28+
"replace -reindex-chainstate with -reindex to fully rebuild all indexes."),
29+
QT_TRANSLATE_NOOP("dash-core", ""
30+
"-reindex-chainstate option is not compatible with -coinstatsindex. Please "
31+
"temporarily disable coinstatsindex while using -reindex-chainstate, or "
32+
"replace -reindex-chainstate with -reindex to fully rebuild all indexes."),
33+
QT_TRANSLATE_NOOP("dash-core", ""
34+
"-reindex-chainstate option is not compatible with -txindex. Please "
35+
"temporarily disable txindex while using -reindex-chainstate, or replace -"
36+
"reindex-chainstate with -reindex to fully rebuild all indexes."),
37+
QT_TRANSLATE_NOOP("dash-core", ""
2638
"Cannot downgrade wallet from version %i to version %i. Wallet version "
2739
"unchanged."),
2840
QT_TRANSLATE_NOOP("dash-core", ""
@@ -39,6 +51,11 @@ QT_TRANSLATE_NOOP("dash-core", ""
3951
QT_TRANSLATE_NOOP("dash-core", ""
4052
"Error loading %s: You can't enable HD on an already existing non-HD wallet"),
4153
QT_TRANSLATE_NOOP("dash-core", ""
54+
"Error loading wallet. Wallet requires blocks to be downloaded, and software "
55+
"does not currently support loading wallets while blocks are being downloaded "
56+
"out of order when using assumeutxo snapshots. Wallet should be able to load "
57+
"successfully after node sync reaches height %s"),
58+
QT_TRANSLATE_NOOP("dash-core", ""
4259
"Error reading %s! All keys read correctly, but transaction data or address "
4360
"book entries might be missing or incorrect."),
4461
QT_TRANSLATE_NOOP("dash-core", ""
@@ -55,6 +72,9 @@ QT_TRANSLATE_NOOP("dash-core", ""
5572
"restarted wallet in less than 60 seconds. You can continue if you are ok "
5673
"with this."),
5774
QT_TRANSLATE_NOOP("dash-core", ""
75+
"Failed to rename invalid peers.dat file. Please move or delete it and try "
76+
"again."),
77+
QT_TRANSLATE_NOOP("dash-core", ""
5878
"Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -"
5979
"fallbackfee."),
6080
QT_TRANSLATE_NOOP("dash-core", ""
@@ -64,6 +84,9 @@ QT_TRANSLATE_NOOP("dash-core", ""
6484
"Found unconfirmed denominated outputs, will wait till they confirm to "
6585
"continue."),
6686
QT_TRANSLATE_NOOP("dash-core", ""
87+
"Incompatible options: -dnsseed=1 was explicitly specified, but -onlynet "
88+
"forbids connections to IPv4/IPv6"),
89+
QT_TRANSLATE_NOOP("dash-core", ""
6790
"Incorrect or no devnet genesis block found. Wrong datadir for devnet "
6891
"specified?"),
6992
QT_TRANSLATE_NOOP("dash-core", ""
@@ -105,17 +128,27 @@ QT_TRANSLATE_NOOP("dash-core", ""
105128
QT_TRANSLATE_NOOP("dash-core", ""
106129
"Prune configured below the minimum of %d MiB. Please use a higher number."),
107130
QT_TRANSLATE_NOOP("dash-core", ""
131+
"Prune mode is incompatible with -reindex-chainstate. Use full -reindex "
132+
"instead."),
133+
QT_TRANSLATE_NOOP("dash-core", ""
108134
"Prune: last wallet synchronisation goes beyond pruned data. You need to -"
109135
"reindex (download the whole blockchain again in case of pruned node)"),
110136
QT_TRANSLATE_NOOP("dash-core", ""
111137
"SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
112138
"supported"),
113139
QT_TRANSLATE_NOOP("dash-core", ""
140+
"The -txindex upgrade started by a previous version can not be completed. "
141+
"Restart with the previous version or run a full -reindex."),
142+
QT_TRANSLATE_NOOP("dash-core", ""
114143
"The block database contains a block which appears to be from the future. "
115144
"This may be due to your computer's date and time being set incorrectly. Only "
116145
"rebuild the block database if you are sure that your computer's date and "
117146
"time are correct"),
118147
QT_TRANSLATE_NOOP("dash-core", ""
148+
"The block index db contains a legacy 'txindex'. To clear the occupied disk "
149+
"space, run a full -reindex, otherwise ignore this error. This error message "
150+
"will not be displayed again."),
151+
QT_TRANSLATE_NOOP("dash-core", ""
119152
"The transaction amount is too small to send after the fee has been deducted"),
120153
QT_TRANSLATE_NOOP("dash-core", ""
121154
"This error could occur if this wallet was not shutdown cleanly and was last "
@@ -162,7 +195,7 @@ QT_TRANSLATE_NOOP("dash-core", ""
162195
"Warning: We do not appear to fully agree with our peers! You may need to "
163196
"upgrade, or other nodes may need to upgrade."),
164197
QT_TRANSLATE_NOOP("dash-core", ""
165-
"You need to rebuild the database using -reindex to change -timestampindex"),
198+
"You need to rebuild the database using -reindex to enable -timestampindex"),
166199
QT_TRANSLATE_NOOP("dash-core", ""
167200
"You need to rebuild the database using -reindex to go back to unpruned "
168201
"mode. This will redownload the entire blockchain"),
@@ -221,6 +254,7 @@ QT_TRANSLATE_NOOP("dash-core", "Error: Got key that was not hex: %s"),
221254
QT_TRANSLATE_NOOP("dash-core", "Error: Got value that was not hex: %s"),
222255
QT_TRANSLATE_NOOP("dash-core", "Error: Keypool ran out, please call keypoolrefill first"),
223256
QT_TRANSLATE_NOOP("dash-core", "Error: Missing checksum"),
257+
QT_TRANSLATE_NOOP("dash-core", "Error: No addresses available."),
224258
QT_TRANSLATE_NOOP("dash-core", "Error: Unable to parse version %u as a uint32_t"),
225259
QT_TRANSLATE_NOOP("dash-core", "Error: Unable to write record to new wallet"),
226260
QT_TRANSLATE_NOOP("dash-core", "Exceeded max tries."),
@@ -240,6 +274,7 @@ QT_TRANSLATE_NOOP("dash-core", "Failed to load sporks cache from %s"),
240274
QT_TRANSLATE_NOOP("dash-core", "Failed to rescan the wallet during initialization"),
241275
QT_TRANSLATE_NOOP("dash-core", "Failed to start a new mixing queue"),
242276
QT_TRANSLATE_NOOP("dash-core", "Failed to verify database"),
277+
QT_TRANSLATE_NOOP("dash-core", "Fee rate (%s) is lower than the minimum fee rate setting (%s)"),
243278
QT_TRANSLATE_NOOP("dash-core", "Found enough users, signing ( waiting %s )"),
244279
QT_TRANSLATE_NOOP("dash-core", "Found enough users, signing…"),
245280
QT_TRANSLATE_NOOP("dash-core", "Ignoring duplicate -wallet %s."),
@@ -250,6 +285,7 @@ QT_TRANSLATE_NOOP("dash-core", "Incorrect -rescan mode, falling back to default
250285
QT_TRANSLATE_NOOP("dash-core", "Incorrect or no genesis block found. Wrong datadir for network?"),
251286
QT_TRANSLATE_NOOP("dash-core", "Initialization sanity check failed. %s is shutting down."),
252287
QT_TRANSLATE_NOOP("dash-core", "Input is not valid."),
288+
QT_TRANSLATE_NOOP("dash-core", "Input not found or already spent"),
253289
QT_TRANSLATE_NOOP("dash-core", "Inputs vs outputs size mismatch."),
254290
QT_TRANSLATE_NOOP("dash-core", "Insufficient funds."),
255291
QT_TRANSLATE_NOOP("dash-core", "Invalid '%s'. Allowed values: 128, 160, 192, 224, 256."),
@@ -279,6 +315,7 @@ QT_TRANSLATE_NOOP("dash-core", "Missing input transaction information."),
279315
QT_TRANSLATE_NOOP("dash-core", "Mixing in progress…"),
280316
QT_TRANSLATE_NOOP("dash-core", "Need to specify a port with -whitebind: '%s'"),
281317
QT_TRANSLATE_NOOP("dash-core", "No Masternodes detected."),
318+
QT_TRANSLATE_NOOP("dash-core", "No addresses available"),
282319
QT_TRANSLATE_NOOP("dash-core", "No compatible Masternode found."),
283320
QT_TRANSLATE_NOOP("dash-core", "No errors detected."),
284321
QT_TRANSLATE_NOOP("dash-core", "No matching denominations found for mixing."),
@@ -288,7 +325,6 @@ QT_TRANSLATE_NOOP("dash-core", "Not enough file descriptors available."),
288325
QT_TRANSLATE_NOOP("dash-core", "Not enough funds to mix."),
289326
QT_TRANSLATE_NOOP("dash-core", "Not in the Masternode list."),
290327
QT_TRANSLATE_NOOP("dash-core", "Prune cannot be configured with a negative value."),
291-
QT_TRANSLATE_NOOP("dash-core", "Prune mode is incompatible with -coinstatsindex."),
292328
QT_TRANSLATE_NOOP("dash-core", "Prune mode is incompatible with -disablegovernance=false."),
293329
QT_TRANSLATE_NOOP("dash-core", "Prune mode is incompatible with -txindex."),
294330
QT_TRANSLATE_NOOP("dash-core", "Pruning blockstore…"),
@@ -337,6 +373,7 @@ QT_TRANSLATE_NOOP("dash-core", "Unable to generate initial keys"),
337373
QT_TRANSLATE_NOOP("dash-core", "Unable to locate enough mixed funds for this transaction."),
338374
QT_TRANSLATE_NOOP("dash-core", "Unable to locate enough non-denominated funds for this transaction."),
339375
QT_TRANSLATE_NOOP("dash-core", "Unable to open %s for writing"),
376+
QT_TRANSLATE_NOOP("dash-core", "Unable to parse -maxuploadtarget: '%s' (possible integer overflow?)"),
340377
QT_TRANSLATE_NOOP("dash-core", "Unable to sign spork message, wrong key?"),
341378
QT_TRANSLATE_NOOP("dash-core", "Unable to start HTTP server. See debug log for details."),
342379
QT_TRANSLATE_NOOP("dash-core", "Unknown -blockfilterindex value %s."),
@@ -346,7 +383,6 @@ QT_TRANSLATE_NOOP("dash-core", "Unknown response."),
346383
QT_TRANSLATE_NOOP("dash-core", "Unknown state: id = %u"),
347384
QT_TRANSLATE_NOOP("dash-core", "Unsupported logging category %s=%s."),
348385
QT_TRANSLATE_NOOP("dash-core", "Upgrading UTXO database"),
349-
QT_TRANSLATE_NOOP("dash-core", "Upgrading txindex database"),
350386
QT_TRANSLATE_NOOP("dash-core", "User Agent comment (%s) contains unsafe characters."),
351387
QT_TRANSLATE_NOOP("dash-core", "Verifying blocks…"),
352388
QT_TRANSLATE_NOOP("dash-core", "Verifying wallet(s)…"),
@@ -361,8 +397,8 @@ QT_TRANSLATE_NOOP("dash-core", "Wiping wallet transactions…"),
361397
QT_TRANSLATE_NOOP("dash-core", "You are starting with governance validation disabled."),
362398
QT_TRANSLATE_NOOP("dash-core", "You can not disable governance validation on a masternode."),
363399
QT_TRANSLATE_NOOP("dash-core", "You can not start a masternode with wallet enabled."),
364-
QT_TRANSLATE_NOOP("dash-core", "You need to rebuild the database using -reindex to change -addressindex"),
365-
QT_TRANSLATE_NOOP("dash-core", "You need to rebuild the database using -reindex to change -spentindex"),
400+
QT_TRANSLATE_NOOP("dash-core", "You need to rebuild the database using -reindex to enable -addressindex"),
401+
QT_TRANSLATE_NOOP("dash-core", "You need to rebuild the database using -reindex to enable -spentindex"),
366402
QT_TRANSLATE_NOOP("dash-core", "Your entries added successfully."),
367403
QT_TRANSLATE_NOOP("dash-core", "no mixing available."),
368404
QT_TRANSLATE_NOOP("dash-core", "see debug.log for details."),

0 commit comments

Comments
 (0)