Skip to content

Commit 358692e

Browse files
UdjinM6PastaPastaPasta
authored andcommitted
make translate
1 parent 402e937 commit 358692e

File tree

3 files changed

+2742
-2468
lines changed

3 files changed

+2742
-2468
lines changed

src/qt/dashstrings.cpp

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ QT_TRANSLATE_NOOP("dash-core", ""
6262
"Make sure to encrypt your wallet and delete all non-encrypted backups after "
6363
"you have verified that the wallet works!"),
6464
QT_TRANSLATE_NOOP("dash-core", ""
65+
"More than one onion bind address is provided. Using %s for the automatically "
66+
"created Tor onion service."),
67+
QT_TRANSLATE_NOOP("dash-core", ""
6568
"Please check that your computer's date and time are correct! If your clock "
6669
"is wrong, %s will not work properly."),
6770
QT_TRANSLATE_NOOP("dash-core", ""
@@ -112,22 +115,17 @@ QT_TRANSLATE_NOOP("dash-core", ""
112115
QT_TRANSLATE_NOOP("dash-core", ""
113116
"Warning: Private keys detected in wallet {%s} with disabled private keys"),
114117
QT_TRANSLATE_NOOP("dash-core", ""
115-
"Warning: The network does not appear to fully agree! Some miners appear to "
116-
"be experiencing issues."),
117-
QT_TRANSLATE_NOOP("dash-core", ""
118118
"Warning: We do not appear to fully agree with our peers! You may need to "
119119
"upgrade, or other nodes may need to upgrade."),
120120
QT_TRANSLATE_NOOP("dash-core", ""
121121
"You need to rebuild the database using -reindex to change -timestampindex"),
122122
QT_TRANSLATE_NOOP("dash-core", ""
123123
"You need to rebuild the database using -reindex to go back to unpruned "
124124
"mode. This will redownload the entire blockchain"),
125-
QT_TRANSLATE_NOOP("dash-core", "%d of last 100 blocks have unexpected version"),
126125
QT_TRANSLATE_NOOP("dash-core", "%s can't be lower than %s"),
127126
QT_TRANSLATE_NOOP("dash-core", "%s failed"),
128127
QT_TRANSLATE_NOOP("dash-core", "%s is idle."),
129128
QT_TRANSLATE_NOOP("dash-core", "%s is not a valid backup folder!"),
130-
QT_TRANSLATE_NOOP("dash-core", "%s is only allowed with a single wallet file"),
131129
QT_TRANSLATE_NOOP("dash-core", "%s is set very high!"),
132130
QT_TRANSLATE_NOOP("dash-core", "%s request incomplete:"),
133131
QT_TRANSLATE_NOOP("dash-core", "-devnet can only be specified once"),
@@ -140,7 +138,6 @@ QT_TRANSLATE_NOOP("dash-core", "Automatic backups disabled"),
140138
QT_TRANSLATE_NOOP("dash-core", "Can't find random Masternode."),
141139
QT_TRANSLATE_NOOP("dash-core", "Can't mix while sync in progress."),
142140
QT_TRANSLATE_NOOP("dash-core", "Can't mix: no compatible inputs found!"),
143-
QT_TRANSLATE_NOOP("dash-core", "Cannot downgrade wallet"),
144141
QT_TRANSLATE_NOOP("dash-core", "Cannot resolve -%s address: '%s'"),
145142
QT_TRANSLATE_NOOP("dash-core", "Cannot set -peerblockfilters without -blockfilterindex."),
146143
QT_TRANSLATE_NOOP("dash-core", "Cannot write to data directory '%s'; check permissions."),
@@ -201,6 +198,8 @@ QT_TRANSLATE_NOOP("dash-core", "Initialization sanity check failed. %s is shutti
201198
QT_TRANSLATE_NOOP("dash-core", "Input is not valid."),
202199
QT_TRANSLATE_NOOP("dash-core", "Inputs vs outputs size mismatch."),
203200
QT_TRANSLATE_NOOP("dash-core", "Insufficient funds."),
201+
QT_TRANSLATE_NOOP("dash-core", "Invalid '%s'. Allowed values: 128, 160, 192, 224, 256."),
202+
QT_TRANSLATE_NOOP("dash-core", "Invalid -i2psam address or hostname: '%s'"),
204203
QT_TRANSLATE_NOOP("dash-core", "Invalid -onion address or hostname: '%s'"),
205204
QT_TRANSLATE_NOOP("dash-core", "Invalid -proxy address or hostname: '%s'"),
206205
QT_TRANSLATE_NOOP("dash-core", "Invalid P2P permission: '%s'"),
@@ -219,11 +218,6 @@ QT_TRANSLATE_NOOP("dash-core", "Last successful action was too recent."),
219218
QT_TRANSLATE_NOOP("dash-core", "Loading P2P addresses..."),
220219
QT_TRANSLATE_NOOP("dash-core", "Loading banlist..."),
221220
QT_TRANSLATE_NOOP("dash-core", "Loading block index..."),
222-
QT_TRANSLATE_NOOP("dash-core", "Loading fulfilled requests cache..."),
223-
QT_TRANSLATE_NOOP("dash-core", "Loading governance cache..."),
224-
QT_TRANSLATE_NOOP("dash-core", "Loading masternode cache..."),
225-
QT_TRANSLATE_NOOP("dash-core", "Loading sporks cache..."),
226-
QT_TRANSLATE_NOOP("dash-core", "Loading wallet... (%3.2f %%)"),
227221
QT_TRANSLATE_NOOP("dash-core", "Loading wallet..."),
228222
QT_TRANSLATE_NOOP("dash-core", "Lock is already in place."),
229223
QT_TRANSLATE_NOOP("dash-core", "Masternode queue is full."),
@@ -240,7 +234,7 @@ QT_TRANSLATE_NOOP("dash-core", "Not enough file descriptors available."),
240234
QT_TRANSLATE_NOOP("dash-core", "Not enough funds to mix."),
241235
QT_TRANSLATE_NOOP("dash-core", "Not in the Masternode list."),
242236
QT_TRANSLATE_NOOP("dash-core", "Prune cannot be configured with a negative value."),
243-
QT_TRANSLATE_NOOP("dash-core", "Prune mode is incompatible with -blockfilterindex."),
237+
QT_TRANSLATE_NOOP("dash-core", "Prune mode is incompatible with -coinstatsindex."),
244238
QT_TRANSLATE_NOOP("dash-core", "Prune mode is incompatible with -disablegovernance=false."),
245239
QT_TRANSLATE_NOOP("dash-core", "Prune mode is incompatible with -txindex."),
246240
QT_TRANSLATE_NOOP("dash-core", "Pruning blockstore..."),
@@ -265,13 +259,14 @@ QT_TRANSLATE_NOOP("dash-core", "Synchronization finished"),
265259
QT_TRANSLATE_NOOP("dash-core", "Synchronizing blockchain..."),
266260
QT_TRANSLATE_NOOP("dash-core", "Synchronizing governance objects..."),
267261
QT_TRANSLATE_NOOP("dash-core", "The source code is available from %s."),
268-
QT_TRANSLATE_NOOP("dash-core", "The specified config file %s does not exist\n"),
262+
QT_TRANSLATE_NOOP("dash-core", "The specified config file %s does not exist"),
269263
QT_TRANSLATE_NOOP("dash-core", "The transaction amount is too small to pay the fee"),
270264
QT_TRANSLATE_NOOP("dash-core", "The wallet will avoid paying less than the minimum relay fee."),
271265
QT_TRANSLATE_NOOP("dash-core", "This is expected because you are running a pruned node."),
272266
QT_TRANSLATE_NOOP("dash-core", "This is experimental software."),
273267
QT_TRANSLATE_NOOP("dash-core", "This is the minimum transaction fee you pay on every transaction."),
274268
QT_TRANSLATE_NOOP("dash-core", "This is the transaction fee you will pay if you send a transaction."),
269+
QT_TRANSLATE_NOOP("dash-core", "Topping up keypool..."),
275270
QT_TRANSLATE_NOOP("dash-core", "Transaction amount too small"),
276271
QT_TRANSLATE_NOOP("dash-core", "Transaction amounts must not be negative"),
277272
QT_TRANSLATE_NOOP("dash-core", "Transaction created successfully."),
@@ -307,6 +302,7 @@ QT_TRANSLATE_NOOP("dash-core", "Warning: incorrect parameter %s, path must exist
307302
QT_TRANSLATE_NOOP("dash-core", "Warning: unknown new rules activated (versionbit %i)"),
308303
QT_TRANSLATE_NOOP("dash-core", "Wasn't able to create wallet backup folder %s!"),
309304
QT_TRANSLATE_NOOP("dash-core", "Will retry..."),
305+
QT_TRANSLATE_NOOP("dash-core", "Wiping wallet transactions..."),
310306
QT_TRANSLATE_NOOP("dash-core", "You are starting with governance validation disabled."),
311307
QT_TRANSLATE_NOOP("dash-core", "You can not disable governance validation on a masternode."),
312308
QT_TRANSLATE_NOOP("dash-core", "You can not start a masternode with wallet enabled."),

0 commit comments

Comments
 (0)