Skip to content

Commit 162ce4e

Browse files
committed
qt: Update translation source file
The diff is generated by executing `make -C src translate`.
1 parent 19520bf commit 162ce4e

File tree

3 files changed

+1766
-1812
lines changed

3 files changed

+1766
-1812
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,15 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
2121
"resetting the chain height from %d to %d. On the next restart, the node will "
2222
"resume syncing from %d without using any snapshot data. Please report this "
2323
"incident to %s, including how you obtained the snapshot. The invalid "
24-
"snapshot chainstate has been left on disk in case it is helpful in "
25-
"diagnosing the issue that caused this error."),
24+
"snapshot chainstate will be left on disk in case it is helpful in diagnosing "
25+
"the issue that caused this error."),
2626
QT_TRANSLATE_NOOP("bitcoin-core", ""
2727
"%s is set very high! Fees this large could be paid on a single transaction."),
2828
QT_TRANSLATE_NOOP("bitcoin-core", ""
2929
"%s request to listen on port %u. This port is considered \"bad\" and thus it "
3030
"is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for "
3131
"details and a full list."),
3232
QT_TRANSLATE_NOOP("bitcoin-core", ""
33-
"-reindex-chainstate option is not compatible with -blockfilterindex. Please "
34-
"temporarily disable blockfilterindex while using -reindex-chainstate, or "
35-
"replace -reindex-chainstate with -reindex to fully rebuild all indexes."),
36-
QT_TRANSLATE_NOOP("bitcoin-core", ""
37-
"-reindex-chainstate option is not compatible with -coinstatsindex. Please "
38-
"temporarily disable coinstatsindex while using -reindex-chainstate, or "
39-
"replace -reindex-chainstate with -reindex to fully rebuild all indexes."),
40-
QT_TRANSLATE_NOOP("bitcoin-core", ""
41-
"-reindex-chainstate option is not compatible with -txindex. Please "
42-
"temporarily disable txindex while using -reindex-chainstate, or replace -"
43-
"reindex-chainstate with -reindex to fully rebuild all indexes."),
44-
QT_TRANSLATE_NOOP("bitcoin-core", ""
4533
"Cannot downgrade wallet from version %i to version %i. Wallet version "
4634
"unchanged."),
4735
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -69,7 +57,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
6957
"successfully after node sync reaches height %s"),
7058
QT_TRANSLATE_NOOP("bitcoin-core", ""
7159
"Error reading %s! All keys read correctly, but transaction data or address "
72-
"book entries might be missing or incorrect."),
60+
"metadata may be missing or incorrect."),
7361
QT_TRANSLATE_NOOP("bitcoin-core", ""
7462
"Error reading %s! Transaction data may be missing or incorrect. Rescanning "
7563
"wallet."),
@@ -153,6 +141,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
153141
"Prune: last wallet synchronisation goes beyond pruned data. You need to -"
154142
"reindex (download the whole blockchain again in case of pruned node)"),
155143
QT_TRANSLATE_NOOP("bitcoin-core", ""
144+
"Rename of '%s' -> '%s' failed. You should resolve this by manually moving or "
145+
"deleting the invalid snapshot directory %s, otherwise you will encounter the "
146+
"same error again on the next startup."),
147+
QT_TRANSLATE_NOOP("bitcoin-core", ""
156148
"SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
157149
"supported"),
158150
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -219,8 +211,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
219211
"The wallet might had been created on a newer version.\n"
220212
"Please try running the latest software version.\n"),
221213
QT_TRANSLATE_NOOP("bitcoin-core", ""
222-
"Unsupported category-specific logging level -loglevel=%s. Expected -"
223-
"loglevel=<category>:<loglevel>. Valid categories: %s. Valid loglevels: %s."),
214+
"Unsupported category-specific logging level %1$s=%2$s. Expected "
215+
"%1$s=<category>:<loglevel>. Valid categories: %3$s. Valid loglevels: %4$s."),
224216
QT_TRANSLATE_NOOP("bitcoin-core", ""
225217
"Unsupported chainstate database format found. Please restart with -reindex-"
226218
"chainstate. This will rebuild the chainstate database."),
@@ -229,6 +221,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
229221
"support for creating and opening legacy wallets will be removed in the "
230222
"future."),
231223
QT_TRANSLATE_NOOP("bitcoin-core", ""
224+
"Wallet loaded successfully. The legacy wallet type is being deprecated and "
225+
"support for creating and opening legacy wallets will be removed in the "
226+
"future. Legacy wallets can be migrated to a descriptor wallet with "
227+
"migratewallet."),
228+
QT_TRANSLATE_NOOP("bitcoin-core", ""
232229
"Warning: Dumpfile wallet format \"%s\" does not match command line specified "
233230
"format \"%s\"."),
234231
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -300,6 +297,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to remove watchonly address boo
300297
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write record to new wallet"),
301298
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
302299
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"),
300+
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to start indexes, shutting down.."),
303301
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to verify database"),
304302
QT_TRANSLATE_NOOP("bitcoin-core", "Fee rate (%s) is lower than the minimum fee rate setting (%s)"),
305303
QT_TRANSLATE_NOOP("bitcoin-core", "Ignoring duplicate -wallet %s."),
@@ -381,10 +379,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unknown address type '%s'"),
381379
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown change type '%s'"),
382380
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
383381
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown new rules activated (versionbit %i)"),
384-
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported global logging level -loglevel=%s. Valid values: %s."),
382+
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported global logging level %s=%s. Valid values: %s."),
385383
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
386384
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
387385
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks…"),
388386
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)…"),
389387
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
388+
QT_TRANSLATE_NOOP("bitcoin-core", "acceptstalefeeestimates is not supported on %s chain."),
390389
};

0 commit comments

Comments
 (0)