Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contrib/dash-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ TRANSLATIONS += src/qt/locale/dash_bg.ts \
src/qt/locale/dash_pl.ts \
src/qt/locale/dash_pt.ts \
src/qt/locale/dash_ru.ts \
src/qt/locale/dash_sk.ts \
src/qt/locale/dash_sv.ts \
src/qt/locale/dash_vi.ts \
src/qt/locale/dash_zh_CN.ts \
Expand Down
1 change: 1 addition & 0 deletions src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ QT_TS = \
qt/locale/dash_pl.ts \
qt/locale/dash_pt.ts \
qt/locale/dash_ru.ts \
qt/locale/dash_sk.ts \
qt/locale/dash_sv.ts \
qt/locale/dash_vi.ts \
qt/locale/dash_zh_CN.ts \
Expand Down
2 changes: 1 addition & 1 deletion src/masternode-sync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void CMasternodeSync::GetNextAsset()
std::string CMasternodeSync::GetSyncStatus()
{
switch (masternodeSync.RequestedMasternodeAssets) {
case MASTERNODE_SYNC_INITIAL: return _("Synchronization doesn't yet started");
case MASTERNODE_SYNC_INITIAL: return _("Synchronization pending...");
case MASTERNODE_SYNC_SPORKS: return _("Synchronizing sporks...");
case MASTERNODE_SYNC_LIST: return _("Synchronizing masternodes...");
case MASTERNODE_SYNC_MNW: return _("Synchronizing masternode winners...");
Expand Down
1 change: 1 addition & 0 deletions src/qt/dash_locale.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<file alias="pl">locale/dash_pl.qm</file>
<file alias="pt">locale/dash_pt.qm</file>
<file alias="ru">locale/dash_ru.qm</file>
<file alias="sv">locale/dash_sk.qm</file>
<file alias="sv">locale/dash_sv.qm</file>
<file alias="vi">locale/dash_vi.qm</file>
<file alias="zh_CN">locale/dash_zh_CN.qm</file>
Expand Down
5 changes: 4 additions & 1 deletion src/qt/dashstrings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@ QT_TRANSLATE_NOOP("dash-core", "Listen for JSON-RPC connections on <port> (defau
QT_TRANSLATE_NOOP("dash-core", "Listen for connections on <port> (default: %u or testnet: %u)"),
QT_TRANSLATE_NOOP("dash-core", "Loading addresses..."),
QT_TRANSLATE_NOOP("dash-core", "Loading block index..."),
QT_TRANSLATE_NOOP("dash-core", "Loading budget cache..."),
QT_TRANSLATE_NOOP("dash-core", "Loading masternode cache..."),
QT_TRANSLATE_NOOP("dash-core", "Loading masternode payment cache..."),
QT_TRANSLATE_NOOP("dash-core", "Loading wallet... (%3.2f %%)"),
QT_TRANSLATE_NOOP("dash-core", "Loading wallet..."),
QT_TRANSLATE_NOOP("dash-core", "Lock is already in place."),
Expand Down Expand Up @@ -385,9 +388,9 @@ QT_TRANSLATE_NOOP("dash-core", "Stop running after importing blocks from disk (d
QT_TRANSLATE_NOOP("dash-core", "Submitted following entries to masternode: %u / %d"),
QT_TRANSLATE_NOOP("dash-core", "Submitted to masternode, waiting for more entries ( %u / %d ) %s"),
QT_TRANSLATE_NOOP("dash-core", "Submitted to masternode, waiting in queue %s"),
QT_TRANSLATE_NOOP("dash-core", "Synchronization doesn't yet started"),
QT_TRANSLATE_NOOP("dash-core", "Synchronization failed"),
QT_TRANSLATE_NOOP("dash-core", "Synchronization finished"),
QT_TRANSLATE_NOOP("dash-core", "Synchronization pending..."),
QT_TRANSLATE_NOOP("dash-core", "Synchronizing budgets..."),
QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternode winners..."),
QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternodes..."),
Expand Down
22 changes: 17 additions & 5 deletions src/qt/locale/dash_bg.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<TS language="bg" version="2.1">
<TS language="bg" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
Expand Down Expand Up @@ -3954,6 +3954,18 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
<translation>Слушане за входящи връзки на &lt;port&gt; (по подразбиране:%u или за тестовата мрежа: %u)</translation>
</message>
<message>
<source>Loading budget cache...</source>
<translation>Зареждане на бюджетния кеш...</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>Зареждане на masternode кеш...</translation>
</message>
<message>
<source>Loading masternode payment cache...</source>
<translation>Зараждане на masternode кеш за плащане</translation>
</message>
<message>
<source>Lock is already in place.</source>
<translation>Заключването е вече налично.</translation>
Expand Down Expand Up @@ -4090,10 +4102,6 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com
<source>Submitted to masternode, waiting in queue %s</source>
<translation>Изпратено към Мастернода, чака в опашката %s</translation>
</message>
<message>
<source>Synchronization doesn't yet started</source>
<translation>Синхронизацията все още не е започнала</translation>
</message>
<message>
<source>Synchronization failed</source>
<translation>Синхронизацията е неуспешна</translation>
Expand Down Expand Up @@ -4374,6 +4382,10 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com
<source>Specify your own public address</source>
<translation>Въведете Ваш публичен адрес</translation>
</message>
<message>
<source>Synchronization pending...</source>
<translation>Изчаква синхронизация ...</translation>
</message>
<message>
<source>This help message</source>
<translation>Това помощно съобщение</translation>
Expand Down
22 changes: 17 additions & 5 deletions src/qt/locale/dash_de.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<TS language="de" version="2.1">
<TS language="de" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
Expand Down Expand Up @@ -3963,6 +3963,18 @@ Dash Core wird heruntergefahren.</translation>
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
<translation>&lt;port&gt; nach Verbindungen abhören (Standard: %u oder Testnetz: %u)</translation>
</message>
<message>
<source>Loading budget cache...</source>
<translation>Lade Budget-Cache...</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>Lade Masternode-Cache...</translation>
</message>
<message>
<source>Loading masternode payment cache...</source>
<translation>Lade Masternode Zahlungs-Cache...</translation>
</message>
<message>
<source>Lock is already in place.</source>
<translation>Schon gesperrt.</translation>
Expand Down Expand Up @@ -4099,10 +4111,6 @@ Dash Core wird heruntergefahren.</translation>
<source>Submitted to masternode, waiting in queue %s</source>
<translation>An Masternode übermittelt, wartet in Warteschlange %s</translation>
</message>
<message>
<source>Synchronization doesn't yet started</source>
<translation>Die Synchronisation hat noch nicht begonnen.</translation>
</message>
<message>
<source>Synchronization failed</source>
<translation>Synchronisation fehlgeschlagen</translation>
Expand Down Expand Up @@ -4383,6 +4391,10 @@ Dash Core wird heruntergefahren.</translation>
<source>Specify your own public address</source>
<translation>Die eigene öffentliche Adresse angeben</translation>
</message>
<message>
<source>Synchronization pending...</source>
<translation>Synchronisation steht bevor...</translation>
</message>
<message>
<source>This help message</source>
<translation>Dieser Hilfetext</translation>
Expand Down
53 changes: 34 additions & 19 deletions src/qt/locale/dash_en.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" ?><!DOCTYPE TS><TS language="en" version="2.1">
<?xml version="1.0" ?><!DOCTYPE TS><TS language="en" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
Expand Down Expand Up @@ -294,7 +294,7 @@
<context>
<name>BitcoinGUI</name>
<message>
<location filename="../bitcoingui.cpp" line="+107"/>
<location filename="../bitcoingui.cpp" line="+108"/>
<location line="+752"/>
<source>Dash Core</source>
<translation>Dash Core</translation>
Expand Down Expand Up @@ -581,12 +581,12 @@
<translation><numerusform>Processed %n block of transaction history.</numerusform><numerusform>Processed %n blocks of transaction history.</numerusform></translation>
</message>
<message>
<location line="+32"/>
<location line="+31"/>
<source>Synchronizing additional data: %p%</source>
<translation>Synchronizing additional data: %p%</translation>
</message>
<message>
<location line="-408"/>
<location line="-407"/>
<source>Show the Dash Core help message to get a list with possible Dash command-line options</source>
<translation>Show the Dash Core help message to get a list with possible Dash command-line options</translation>
</message>
Expand Down Expand Up @@ -641,12 +641,12 @@
<translation>No block source available...</translation>
</message>
<message>
<location line="+17"/>
<location line="+18"/>
<source>Up to date</source>
<translation>Up to date</translation>
</message>
<message numerus="yes">
<location line="+43"/>
<location line="+42"/>
<source>%n hour(s)</source>
<translation><numerusform>%n hour</numerusform><numerusform>%n hours</numerusform></translation>
</message>
Expand Down Expand Up @@ -1815,7 +1815,7 @@ https://www.transifex.com/projects/p/dash/</translation>
</message>
<message>
<location line="+573"/>
<location filename="../overviewpage.cpp" line="+487"/>
<location filename="../overviewpage.cpp" line="+488"/>
<location line="+10"/>
<location line="+10"/>
<location line="+14"/>
Expand Down Expand Up @@ -4206,12 +4206,12 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Export the data in the current tab to a file</translation>
</message>
<message>
<location line="+8"/>
<location line="+9"/>
<source>Selected amount:</source>
<translation>Selected amount:</translation>
</message>
<message>
<location line="+193"/>
<location line="+194"/>
<source>Backup Wallet</source>
<translation>Backup Wallet</translation>
</message>
Expand Down Expand Up @@ -5041,7 +5041,22 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; admin@foo.com
<translation>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</translation>
</message>
<message>
<location line="+5"/>
<location line="+3"/>
<source>Loading budget cache...</source>
<translation>Loading budget cache...</translation>
</message>
<message>
<location line="+1"/>
<source>Loading masternode cache...</source>
<translation>Loading masternode cache...</translation>
</message>
<message>
<location line="+1"/>
<source>Loading masternode payment cache...</source>
<translation>Loading masternode payment cache...</translation>
</message>
<message>
<location line="+3"/>
<source>Lock is already in place.</source>
<translation>Lock is already in place.</translation>
</message>
Expand Down Expand Up @@ -5210,11 +5225,6 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; admin@foo.com
<source>Submitted to masternode, waiting in queue %s</source>
<translation>Submitted to masternode, waiting in queue %s</translation>
</message>
<message>
<location line="+1"/>
<source>Synchronization doesn&apos;t yet started</source>
<translation>Synchronization doesn&apos;t yet started</translation>
</message>
<message>
<location line="+1"/>
<source>Synchronization failed</source>
Expand All @@ -5226,7 +5236,7 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; admin@foo.com
<translation>Synchronization finished</translation>
</message>
<message>
<location line="+1"/>
<location line="+2"/>
<source>Synchronizing budgets...</source>
<translation>Synchronizing budgets...</translation>
</message>
Expand Down Expand Up @@ -5291,7 +5301,7 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; admin@foo.com
<translation>Will retry...</translation>
</message>
<message>
<location line="-133"/>
<location line="-136"/>
<source>Invalid masternodeprivkey. Please see documenation.</source>
<translation>Invalid masternodeprivkey. Please see documenation.</translation>
</message>
Expand Down Expand Up @@ -5376,7 +5386,7 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; admin@foo.com
<translation>Loading block index...</translation>
</message>
<message>
<location line="+1"/>
<location line="+4"/>
<source>Loading wallet... (%3.2f %%)</source>
<translation>Loading wallet... (%3.2f %%)</translation>
</message>
Expand Down Expand Up @@ -5566,7 +5576,12 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; admin@foo.com
<translation>Specify your own public address</translation>
</message>
<message>
<location line="+13"/>
<location line="+8"/>
<source>Synchronization pending...</source>
<translation>Synchronization pending...</translation>
</message>
<message>
<location line="+5"/>
<source>This help message</source>
<translation>This help message</translation>
</message>
Expand Down
24 changes: 18 additions & 6 deletions src/qt/locale/dash_es.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<TS language="es" version="2.1">
<TS language="es" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
Expand Down Expand Up @@ -790,7 +790,7 @@ Dirección: %4
</message>
<message>
<source>(%1 locked)</source>
<translation>(%1 bloqueada)</translation>
<translation>(%1 bloqueadas)</translation>
</message>
<message>
<source>none</source>
Expand Down Expand Up @@ -3964,6 +3964,18 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
<translation>Escuchar a las conexiones en el &lt;port&gt; (predeterminado: %u ó testnet: %u)</translation>
</message>
<message>
<source>Loading budget cache...</source>
<translation>Cargando caché del presupuesto...</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>Cargando caché de nodos maestros...</translation>
</message>
<message>
<source>Loading masternode payment cache...</source>
<translation>Cargando caché de pago del nodo maestro...</translation>
</message>
<message>
<source>Lock is already in place.</source>
<translation>El bloqueo ya está activo.</translation>
Expand Down Expand Up @@ -4100,10 +4112,6 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com
<source>Submitted to masternode, waiting in queue %s</source>
<translation>Enviado al nodo maestro, esperando en cola %s</translation>
</message>
<message>
<source>Synchronization doesn't yet started</source>
<translation>La sincronización aún no ha comenzado</translation>
</message>
<message>
<source>Synchronization failed</source>
<translation>La sincronización falló</translation>
Expand Down Expand Up @@ -4384,6 +4392,10 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com
<source>Specify your own public address</source>
<translation>Especifique su propia dirección pública</translation>
</message>
<message>
<source>Synchronization pending...</source>
<translation>Sincronización pendiente...</translation>
</message>
<message>
<source>This help message</source>
<translation>Este mensaje de ayuda</translation>
Expand Down
Loading