Skip to content

Commit 8fd486c

Browse files
UdjinM6codablock
authored andcommitted
Translations 2020-01 (#3192)
* en * ru * 100%: bg, de, fi, fr, it, nl, pt, sk, vi, zh_CN * 90%+: ar, es, ja, ko, pl, ro, th, tr, zh_TW * drop sv It looks like it was abandoned, dropped below 80% threshold (73.3% atm)
1 parent 3c54f65 commit 8fd486c

25 files changed

+2553
-6256
lines changed

src/Makefile.qt.include

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ QT_TS = \
2424
qt/locale/dash_ro.ts \
2525
qt/locale/dash_ru.ts \
2626
qt/locale/dash_sk.ts \
27-
qt/locale/dash_sv.ts \
2827
qt/locale/dash_th.ts \
2928
qt/locale/dash_tr.ts \
3029
qt/locale/dash_vi.ts \

src/qt/dash_locale.qrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<file alias="ro">locale/dash_ro.qm</file>
1717
<file alias="ru">locale/dash_ru.qm</file>
1818
<file alias="sk">locale/dash_sk.qm</file>
19-
<file alias="sv">locale/dash_sv.qm</file>
2019
<file alias="th">locale/dash_th.qm</file>
2120
<file alias="tr">locale/dash_tr.qm</file>
2221
<file alias="vi">locale/dash_vi.qm</file>

src/qt/dashstrings.cpp

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ QT_TRANSLATE_NOOP("dash-core", ""
1818
"(1 = keep tx meta data e.g. account owner and payment request information, 2 "
1919
"= drop tx meta data)"),
2020
QT_TRANSLATE_NOOP("dash-core", ""
21+
"-masternode option is deprecated and ignored, specifying -"
22+
"masternodeblsprivkey is enough to start this node as a masternode."),
23+
QT_TRANSLATE_NOOP("dash-core", ""
2124
"-maxtxfee is set very high! Fees this large could be paid on a single "
2225
"transaction."),
2326
QT_TRANSLATE_NOOP("dash-core", ""
@@ -27,6 +30,9 @@ QT_TRANSLATE_NOOP("dash-core", ""
2730
"Accept relayed transactions received from whitelisted peers even when not "
2831
"relaying transactions (default: %d)"),
2932
QT_TRANSLATE_NOOP("dash-core", ""
33+
"Add a node to connect to and attempt to keep the connection open (see the "
34+
"`addnode` RPC command help for more info)"),
35+
QT_TRANSLATE_NOOP("dash-core", ""
3036
"Allow JSON-RPC connections from specified source. Valid for <ip> are a "
3137
"single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or "
3238
"a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times"),
@@ -46,7 +52,7 @@ QT_TRANSLATE_NOOP("dash-core", ""
4652
"Cannot obtain a lock on data directory %s. %s is probably already running."),
4753
QT_TRANSLATE_NOOP("dash-core", ""
4854
"Connect only to the specified node(s); -connect=0 disables automatic "
49-
"connections"),
55+
"connections (the rules for this peer are the same as for -addnode)"),
5056
QT_TRANSLATE_NOOP("dash-core", ""
5157
"Create new files with system default permissions, instead of umask 077 (only "
5258
"effective with disabled wallet functionality)"),
@@ -155,7 +161,7 @@ QT_TRANSLATE_NOOP("dash-core", ""
155161
"excluded) (default: %u)"),
156162
QT_TRANSLATE_NOOP("dash-core", ""
157163
"Make sure to encrypt your wallet and delete all non-encrypted backups after "
158-
"you verified that wallet works!"),
164+
"you have verified that the wallet works!"),
159165
QT_TRANSLATE_NOOP("dash-core", ""
160166
"Maximum allowed median peer time offset adjustment. Local perspective of "
161167
"time may be influenced by peers forward or backward by this amount. "
@@ -167,6 +173,8 @@ QT_TRANSLATE_NOOP("dash-core", ""
167173
"Maximum total fees (in %s) to use in a single wallet transaction or raw "
168174
"transaction; setting this too low may abort large transactions (default: %s)"),
169175
QT_TRANSLATE_NOOP("dash-core", ""
176+
"Maximum total size of all orphan transactions in megabytes (default: %u)"),
177+
QT_TRANSLATE_NOOP("dash-core", ""
170178
"Name to construct url for KeePass entry that stores the wallet passphrase"),
171179
QT_TRANSLATE_NOOP("dash-core", ""
172180
"Number of seconds to keep misbehaving peers from reconnecting (default: %u)"),
@@ -214,6 +222,9 @@ QT_TRANSLATE_NOOP("dash-core", ""
214222
"Set lowest fee rate (in %s/kB) for transactions to be included in block "
215223
"creation. (default: %s)"),
216224
QT_TRANSLATE_NOOP("dash-core", ""
225+
"Set the masternode BLS private key and enable the client to act as a "
226+
"masternode"),
227+
QT_TRANSLATE_NOOP("dash-core", ""
217228
"Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
218229
"leave that many cores free, default: %d)"),
219230
QT_TRANSLATE_NOOP("dash-core", ""
@@ -327,8 +338,7 @@ QT_TRANSLATE_NOOP("dash-core", ""
327338
QT_TRANSLATE_NOOP("dash-core", ""
328339
"You are starting in lite mode, most Dash-specific functionality is disabled."),
329340
QT_TRANSLATE_NOOP("dash-core", ""
330-
"You must specify a masternodeblsprivkey in the configuration. Please see "
331-
"documentation for help."),
341+
"You need to rebuild the database using -reindex to change -timestampindex"),
332342
QT_TRANSLATE_NOOP("dash-core", ""
333343
"You need to rebuild the database using -reindex to go back to unpruned "
334344
"mode. This will redownload the entire blockchain"),
@@ -347,7 +357,6 @@ QT_TRANSLATE_NOOP("dash-core", "<category> can be:"),
347357
QT_TRANSLATE_NOOP("dash-core", "Accept command line and JSON-RPC commands"),
348358
QT_TRANSLATE_NOOP("dash-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"),
349359
QT_TRANSLATE_NOOP("dash-core", "Accept public REST requests (default: %u)"),
350-
QT_TRANSLATE_NOOP("dash-core", "Add a node to connect to and attempt to keep the connection open"),
351360
QT_TRANSLATE_NOOP("dash-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
352361
QT_TRANSLATE_NOOP("dash-core", "Allow RFC1918 addresses to be relayed and connected to (default: %u)"),
353362
QT_TRANSLATE_NOOP("dash-core", "Already have that input."),
@@ -386,7 +395,6 @@ QT_TRANSLATE_NOOP("dash-core", "Enable publish hash transaction in <address>"),
386395
QT_TRANSLATE_NOOP("dash-core", "Enable publish raw block in <address>"),
387396
QT_TRANSLATE_NOOP("dash-core", "Enable publish raw transaction (locked via InstantSend) in <address>"),
388397
QT_TRANSLATE_NOOP("dash-core", "Enable publish raw transaction in <address>"),
389-
QT_TRANSLATE_NOOP("dash-core", "Enable the client to act as a masternode (0-1, default: %u)"),
390398
QT_TRANSLATE_NOOP("dash-core", "Entries are full."),
391399
QT_TRANSLATE_NOOP("dash-core", "Entry exceeds maximum size."),
392400
QT_TRANSLATE_NOOP("dash-core", "Error initializing block database"),
@@ -515,7 +523,6 @@ QT_TRANSLATE_NOOP("dash-core", "Session timed out."),
515523
QT_TRANSLATE_NOOP("dash-core", "Set database cache size in megabytes (%d to %d, default: %d)"),
516524
QT_TRANSLATE_NOOP("dash-core", "Set key pool size to <n> (default: %u)"),
517525
QT_TRANSLATE_NOOP("dash-core", "Set maximum block size in bytes (default: %d)"),
518-
QT_TRANSLATE_NOOP("dash-core", "Set the masternode BLS private key"),
519526
QT_TRANSLATE_NOOP("dash-core", "Set the number of threads to service RPC calls (default: %d)"),
520527
QT_TRANSLATE_NOOP("dash-core", "Show all debugging options (usage: --help -help-debug)"),
521528
QT_TRANSLATE_NOOP("dash-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"),
@@ -592,6 +599,8 @@ QT_TRANSLATE_NOOP("dash-core", "Whether to operate in a blocks only mode (defaul
592599
QT_TRANSLATE_NOOP("dash-core", "Will retry..."),
593600
QT_TRANSLATE_NOOP("dash-core", "You can not start a masternode in lite mode."),
594601
QT_TRANSLATE_NOOP("dash-core", "You can not start a masternode with wallet enabled."),
602+
QT_TRANSLATE_NOOP("dash-core", "You need to rebuild the database using -reindex to change -addressindex"),
603+
QT_TRANSLATE_NOOP("dash-core", "You need to rebuild the database using -reindex to change -spentindex"),
595604
QT_TRANSLATE_NOOP("dash-core", "You need to rebuild the database using -reindex to change -txindex"),
596605
QT_TRANSLATE_NOOP("dash-core", "Your entries added successfully."),
597606
QT_TRANSLATE_NOOP("dash-core", "Zapping all transactions from wallet..."),

0 commit comments

Comments
 (0)