diff --git a/contrib/devtools/update-translations.py b/contrib/devtools/update-translations.py index 3e5ff226640cf..a121c1a3c4497 100755 --- a/contrib/devtools/update-translations.py +++ b/contrib/devtools/update-translations.py @@ -49,7 +49,10 @@ def find_format_specifiers(s): percent = s.find('%', pos) if percent < 0: break - specifiers.append(s[percent+1]) + try: + specifiers.append(s[percent+1]) + except: + print('Failed to get specifier') pos = percent+2 return specifiers diff --git a/src/qt/dash_locale.qrc b/src/qt/dash_locale.qrc index 54d3a96e44270..5ea4be44d5530 100644 --- a/src/qt/dash_locale.qrc +++ b/src/qt/dash_locale.qrc @@ -2,6 +2,7 @@ locale/dash_bg.qm locale/dash_de.qm + locale/dash_en.qm locale/dash_es.qm locale/dash_fi.qm locale/dash_fr.qm diff --git a/src/qt/dashstrings.cpp b/src/qt/dashstrings.cpp index 1f67c66c5e775..393bc4d0d27d3 100644 --- a/src/qt/dashstrings.cpp +++ b/src/qt/dashstrings.cpp @@ -169,7 +169,8 @@ QT_TRANSLATE_NOOP("dash-core", "" "Unable to locate enough Darksend non-denominated funds for this transaction " "that are not equal 1000 DASH."), QT_TRANSLATE_NOOP("dash-core", "" -"Unable to locate enough Darksend non-denominated funds for this transaction."), +"Unable to locate enough funds for this transaction that are not equal 1000 " +"DASH."), QT_TRANSLATE_NOOP("dash-core", "" "Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: " "%s)"), @@ -312,9 +313,6 @@ QT_TRANSLATE_NOOP("dash-core", "Listen for JSON-RPC connections on (defau QT_TRANSLATE_NOOP("dash-core", "Listen for connections on (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."), @@ -387,6 +385,13 @@ 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", "Synchronizing budgets..."), +QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternode winners..."), +QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternodes..."), +QT_TRANSLATE_NOOP("dash-core", "Synchronizing sporks..."), QT_TRANSLATE_NOOP("dash-core", "This help message"), QT_TRANSLATE_NOOP("dash-core", "This is experimental software."), QT_TRANSLATE_NOOP("dash-core", "This is intended for regression testing tools and app development."), diff --git a/src/qt/locale/dash_bg.ts b/src/qt/locale/dash_bg.ts index bce8b83d2f3d7..806bd6758b1f2 100644 --- a/src/qt/locale/dash_bg.ts +++ b/src/qt/locale/dash_bg.ts @@ -458,6 +458,10 @@ Processed %n blocks of transaction history. Обработени %n блока от историята на транзакциите.Обработени %n блока от историята на транзакциите. + + Synchronizing additional data: %p% + Синхронизиране на допълнителни данни: %p% + Show the Dash Core help message to get a list with possible Dash command-line options Покажи съобщението за помощ на Dash ядрото за да получиш списък на възможните опции за командния ред @@ -506,22 +510,6 @@ Up to date Синхронизиран - - Synchronizing sporks... - Синхронизиране на sporks... - - - Synchronizing masternodes... - Синхронизиране на masternodes ... - - - Synchronizing masternode winners... - Синхронизиране на masternode победителите ... - - - Synchronizing budgets... - Синхронизиране на бюджетите ... - %n hour(s) %n часа%n часа @@ -3405,10 +3393,6 @@ https://www.transifex.com/projects/p/dash/ Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. Не са намерени достатъчно Darksend неденоминирани средства за тази транзакция, които не са равни на 1000 DASH. - - Unable to locate enough Darksend non-denominated funds for this transaction. - Не са намерени достатъчно Darksend неденоминирани средства за тази транзакция. - Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. Внимание: -paytxfee е с много голяма зададена стойност! Това е транзакционната такса, която ще платите ако направите транзакция. @@ -3740,6 +3724,10 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com За използване на dashd, или the -server опция към dash-qt, трябва да зададете rpcpassword в конфигурационния файл: %s Препоръчително е да използвате следната произволна парола: rpcuser=dashrpc rpcpassword=%s (не е нужно да запомняте тази парола) Потребителя и паролата НЕ ТРЯБВА да са еднакви. Ако файла не съществува , създайте го с права за само за четене. Препоръчително е да създадете сигнал за уведомяване за да бъдете осведомени при проблем; Пример: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com + + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Не са намерени достатъчно средства за тази транзакция, които не са равни на 1000 DASH. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Използва отделен SOCKS5 прокси, за достигне на пиъри чрез Tor скрити услуги (по подразбиране: %s) @@ -4102,6 +4090,34 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Submitted to masternode, waiting in queue %s Изпратено към Мастернода, чака в опашката %s + + Synchronization doesn't yet started + Синхронизацията все още не е започнала + + + Synchronization failed + Синхронизацията е неуспешна + + + Synchronization finished + Синхронизацията е завършена + + + Synchronizing budgets... + Синхронизиране на бюджетите ... + + + Synchronizing masternode winners... + Синхронизиране на masternode победителите ... + + + Synchronizing masternodes... + Синхронизиране на masternodes ... + + + Synchronizing sporks... + Синхронизиране на sporks... + This is not a Masternode. Това не е Masternode. @@ -4206,18 +4222,6 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Loading block index... Зареждане на блок индекса... - - Loading budget cache... - Зареждане на бюджетния кеш... - - - Loading masternode cache... - Зареждане на masternode кеш... - - - Loading masternode payment cache... - Зараждане на masternode кеш за плащане - Loading wallet... (%3.2f %%) Зареждане на портфейла... (%3.2f %%) diff --git a/src/qt/locale/dash_de.ts b/src/qt/locale/dash_de.ts index a77cd80d7692e..4a5e70aa4f36d 100644 --- a/src/qt/locale/dash_de.ts +++ b/src/qt/locale/dash_de.ts @@ -458,6 +458,10 @@ Processed %n blocks of transaction history. %n Block des Transaktionsverlaufs verarbeitet.%n Blöcke des Transaktionsverlaufs verarbeitet. + + Synchronizing additional data: %p% + Synchronisiere zusätzliche Daten: %p% + Show the Dash Core help message to get a list with possible Dash command-line options Zeige den "Dash Core"-Hilfetext, um eine Liste mit möglichen Kommandozeilenoptionen zu erhalten @@ -506,22 +510,6 @@ Up to date Auf aktuellem Stand - - Synchronizing sporks... - Synchronisiere Sporks... - - - Synchronizing masternodes... - Synchronisiere Masternodes... - - - Synchronizing masternode winners... - Synchronisiere Masternode Gewinner... - - - Synchronizing budgets... - Synchronisiere Budgets... - %n hour(s) %n Stunde%n Stunden @@ -3405,10 +3393,6 @@ Dies kann passieren, wenn einige Dash aus ihrer Wallet bereits ausgegeben wurden Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. Für diese Transaktion konnten nicht genug nicht mit Darksend gestückelte Beträge gefunden werden, die ungleich 1000 DASH sind. - - Unable to locate enough Darksend non-denominated funds for this transaction. - Für diese Transaktion konnten nicht genug nicht mit Darksend gestückelte Beträge gefunden werden. - Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. Warnung: -paytxfee ist auf einen sehr hohen Wert festgelegt! Dies ist die Gebühr die beim Senden einer Transaktion fällig wird. @@ -3748,6 +3732,10 @@ Falls die Konfigurationsdatei nicht existiert, erzeugen Sie diese bitte mit Lese Es wird ebenfalls empfohlen alertnotify anzugeben, um im Problemfall benachrichtigt zu werden; zum Beispiel: alertnotify=echo %%s | mail -s \"Dash Alert\" admin@foo.com + + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Für diese Transaktion konnten nicht genug Beträge gefunden werden, die ungleich 1000 DASH sind. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Separaten SOCKS5-Proxy verwenden, um Gegenstellen über versteckte Tor-Dienste zu erreichen (Standard: %s) @@ -4111,6 +4099,34 @@ Dash Core wird heruntergefahren. Submitted to masternode, waiting in queue %s An Masternode übermittelt, wartet in Warteschlange %s + + Synchronization doesn't yet started + Die Synchronisation hat noch nicht begonnen. + + + Synchronization failed + Synchronisation fehlgeschlagen + + + Synchronization finished + Synchronisation beendet + + + Synchronizing budgets... + Synchronisiere Budgets... + + + Synchronizing masternode winners... + Synchronisiere Masternode Gewinner... + + + Synchronizing masternodes... + Synchronisiere Masternodes... + + + Synchronizing sporks... + Synchronisiere Sporks... + This is not a Masternode. Dies ist kein Masternode. @@ -4215,18 +4231,6 @@ Dash Core wird heruntergefahren. Loading block index... Lade Blockindex... - - Loading budget cache... - Lade Budget-Cache... - - - Loading masternode cache... - Lade Masternode-Cache... - - - Loading masternode payment cache... - Lade Masternode Zahlungs-Cache... - Loading wallet... (%3.2f %%) Lade Wallet... (%3.2f %%) diff --git a/src/qt/locale/dash_en.ts b/src/qt/locale/dash_en.ts index eb99bf0033a80..c48917e5bb2c2 100644 --- a/src/qt/locale/dash_en.ts +++ b/src/qt/locale/dash_en.ts @@ -295,12 +295,12 @@ BitcoinGUI - + Dash Core Dash Core - + Wallet Wallet @@ -581,7 +581,12 @@ Processed %n block of transaction history.Processed %n blocks of transaction history. - + + Synchronizing additional data: %p% + Synchronizing additional data: %p% + + + Show the Dash Core help message to get a list with possible Dash command-line options Show the Dash Core help message to get a list with possible Dash command-line options @@ -636,32 +641,12 @@ No block source available... - + Up to date Up to date - - - Synchronizing sporks... - Synchronizing sporks... - - - - Synchronizing masternodes... - Synchronizing masternodes... - - - - Synchronizing masternode winners... - Synchronizing masternode winners... - - - - Synchronizing budgets... - Synchronizing budgets... - - + %n hour(s) %n hour%n hours @@ -4349,12 +4334,7 @@ https://www.transifex.com/projects/p/dash/ Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. - - Unable to locate enough Darksend non-denominated funds for this transaction. - Unable to locate enough Darksend non-denominated funds for this transaction. - - - + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. @@ -4584,7 +4564,7 @@ https://www.transifex.com/projects/p/dash/ If <category> is not supplied, output all debugging information. - + (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) @@ -4774,7 +4754,12 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com - + + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -5056,7 +5041,7 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Listen for connections on <port> (default: %u or testnet: %u) - + Lock is already in place. Lock is already in place. @@ -5225,6 +5210,41 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Submitted to masternode, waiting in queue %s Submitted to masternode, waiting in queue %s + + + Synchronization doesn't yet started + Synchronization doesn't yet started + + + + Synchronization failed + Synchronization failed + + + + Synchronization finished + Synchronization finished + + + + Synchronizing budgets... + Synchronizing budgets... + + + + Synchronizing masternode winners... + Synchronizing masternode winners... + + + + Synchronizing masternodes... + Synchronizing masternodes... + + + + Synchronizing sporks... + Synchronizing sporks... + This is not a Masternode. @@ -5271,7 +5291,7 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Will retry... - + Invalid masternodeprivkey. Please see documenation. Invalid masternodeprivkey. Please see documenation. @@ -5355,21 +5375,6 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Loading block index... Loading block index... - - - Loading budget cache... - Loading budget cache... - - - - Loading masternode cache... - Loading masternode cache... - - - - Loading masternode payment cache... - Loading masternode payment cache... - Loading wallet... (%3.2f %%) @@ -5561,7 +5566,7 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com Specify your own public address - + This help message This help message diff --git a/src/qt/locale/dash_es.ts b/src/qt/locale/dash_es.ts index 89651984f03bd..d47ed950fa1de 100644 --- a/src/qt/locale/dash_es.ts +++ b/src/qt/locale/dash_es.ts @@ -458,6 +458,10 @@ Processed %n blocks of transaction history. Procesado %n bloque del historial de transacciones.Procesados %n bloques del historial de transacciones. + + Synchronizing additional data: %p% + Sincronizando datos adicionales: %p% + Show the Dash Core help message to get a list with possible Dash command-line options Mostrar el mensaje de ayuda de Dash Core para obtener una lista con las posibles opciones de la consola de comandos @@ -506,26 +510,14 @@ Up to date Actualizado - - Synchronizing sporks... - Sincronizando sporks... - - - Synchronizing masternodes... - Sincronizando nodos maestros... - - - Synchronizing masternode winners... - Sincronizando ganadores de los nodos maestros... - - - Synchronizing budgets... - Sincronizando presupuestos... - %n hour(s) %n hora(s)%n hora(s) + + %n day(s) + %n día%n días + %n week(s) %n semana(s)%n semana(s) @@ -1444,7 +1436,7 @@ https://www.transifex.com/projects/p/dash/ Submitted Denom: - Denom Enviados: + Denom Enviadas: n/a @@ -1797,7 +1789,7 @@ https://www.transifex.com/projects/p/dash/ Using OpenSSL version - Utilizando la versión OpenSSL + Utilizando versión de OpenSSL Build date @@ -3389,6 +3381,10 @@ https://www.transifex.com/projects/p/dash/ This is a pre-release test build - use at your own risk - do not use for mining or merchant applications Esta es una versión de pre-prueba - utilícela bajo su propio riesgo. No la utilice para usos comerciales o de minería. + + Unable to bind to %s on this computer. Dash Core is probably already running. + No se puede enlazar a %s en este equipo. Dash Core probablemente ya está en funcionamiento. + Unable to locate enough Darksend denominated funds for this transaction. No se pueden localizar fondos denominados de Darksend suficientes para esta transacción. @@ -3397,10 +3393,6 @@ https://www.transifex.com/projects/p/dash/ Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. No se pueden localizar fondos no denominados de Darksend suficientes para esta transacción que no sean iguales a 1000 DASH. - - Unable to locate enough Darksend non-denominated funds for this transaction. - No se pueden localizar fondos no denominados de Darksend suficientes para esta transacción. - Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. Aviso: ¡-paytxfee tiene un valor muy alto! Esta es la comisión que pagará si envía una transacción. @@ -3674,6 +3666,10 @@ https://www.transifex.com/projects/p/dash/ Log transaction priority and fee per kB when mining blocks (default: %u) Registrar prioridad de las transacciones y la comisión por kB al minar bloques (predeterminado: %u) + + Maintain a full transaction index, used by the getrawtransaction rpc call (default: %u) + Mantener índice de transacciones completo, utilizado por la llamada rpc getrawtransaction (predeterminado: %u) + Maximum size of data in data carrier transactions we relay and mine (default: %u) Tamaño máximo de datos en las transacciones de portadora de datos que transmitimos y minamos (predeterminado: %u) @@ -3738,6 +3734,10 @@ También resulta recomendable establecer alertnotify para que se le notifique de por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com + + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + No se pueden localizar fondos suficientes para esta transacción que no sean iguales a 1000 DASH. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Usar proxy SOCKS5 independiente para comunicarse con otros pares mediante servicios ocultos de la red Tor (predeterminado: %s) @@ -3848,6 +3848,10 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Error: Unsupported argument -tor found, use -onion. Error: Se encontró el argumento no soportado -tor, use -onion. + + Fee (in DASH/kB) to add to transactions you send (default: %s) + Comisión (en DASH/kB) a añadir sobre las transacciones que envíe (predeterminado: %s) + Finalizing transaction. Finalizando transacción. @@ -3968,6 +3972,10 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Lock masternodes from masternode configuration file (default: %u) Asegurar nodos maestros a partir del archivo de configuración del nodo maestro (predeterminado: %u) + + Maintain at most <n> connections to peers (default: %u) + Mantener como máximo <n> conexiones a pares (predeterminado: %u) + Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) Buffer de recepción máximo por conexión, <n>*1000 bytes (predeterminado: %u) @@ -4092,6 +4100,34 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Submitted to masternode, waiting in queue %s Enviado al nodo maestro, esperando en cola %s + + Synchronization doesn't yet started + La sincronización aún no ha comenzado + + + Synchronization failed + La sincronización falló + + + Synchronization finished + La sincronización finalizó + + + Synchronizing budgets... + Sincronizando presupuestos... + + + Synchronizing masternode winners... + Sincronizando ganadores de los nodos maestros... + + + Synchronizing masternodes... + Sincronizando nodos maestros... + + + Synchronizing sporks... + Sincronizando sporks... + This is not a Masternode. Esto no es un Nodo Maestro. @@ -4176,6 +4212,10 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Keep N DASH anonymized (default: %u) Conservar N DASH anónimos (predeterminado: %u) + + Keep at most <n> unconnectable transactions in memory (default: %u) + Mantenga a lo sumo <n> transacciones no conectables en la memoria (por defecto: %u) + Last Darksend was too recent. El último Darksend era demasiado reciente. @@ -4192,18 +4232,6 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com Loading block index... Cargando el índice de bloques... - - Loading budget cache... - Cargando caché del presupuesto... - - - Loading masternode cache... - Cargando caché de nodos maestros... - - - Loading masternode payment cache... - Cargando caché de pago del nodo maestro... - Loading wallet... (%3.2f %%) Cargando monedero... (%3.2f %%) diff --git a/src/qt/locale/dash_fi.ts b/src/qt/locale/dash_fi.ts index 635ac48e43eda..8cd0ae7d5ec73 100644 --- a/src/qt/locale/dash_fi.ts +++ b/src/qt/locale/dash_fi.ts @@ -458,6 +458,10 @@ Processed %n blocks of transaction history. Käsitelty %n lohko tapahtumahistoriasta.Käsitelty %n lohkoa tapahtumahistoriasta. + + Synchronizing additional data: %p% + Synkronoidaan lisätietoja: %p% + Show the Dash Core help message to get a list with possible Dash command-line options Näytä Dash Core ohjelista komentorivin valinnoista @@ -506,22 +510,6 @@ Up to date Tapahtumahistoria on ajan tasalla - - Synchronizing sporks... - Synkronoidaan sporkit... - - - Synchronizing masternodes... - Synkronoidaan masternodet... - - - Synchronizing masternode winners... - Synkronoidaan masternode voittajat... - - - Synchronizing budgets... - Synkronoidaan budjetit... - %n hour(s) %n tunti%n tuntia @@ -3410,10 +3398,6 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. Ei tarpeeksi Darksend ei-anonymisoituja varoja tälle siirtotapahtumalle, joka ei ole 1000 DASH. - - Unable to locate enough Darksend non-denominated funds for this transaction. - Ei tarpeeksi Darksend ei-anonymisoituja varoja tälle siirtotapahtumalle. - Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. Varoitus: Siirtomaksu on asetettu erittäin korkeaksi! Tämä on siirtomaksu jonka tulet maksamaan kun lähetät siirron. @@ -3730,7 +3714,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin <https://www.openssl.org/> sekä Eric Youngin kehittämän salausohjelmiston ja Thomas Bernardin kehittämän UPnP ohjelmiston. -Käännös päivitetty: 12.8.2015 by AjM. +Käännös päivitetty: 22.8.2015 by AjM. To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: @@ -3756,6 +3740,10 @@ Suositellaan asetettavaksi alertnotify jotta saat tietoa ongelmista, esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com + + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Ei tarpeeksi varoja tälle siirtotapahtumalle, joka ei ole 1000 DASH. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Käytä erillistä SOCKS5 proxya tavoittaaksesi peers:it Tor piilotetun palvelun kautta (oletus: %s) @@ -4118,6 +4106,34 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com Submitted to masternode, waiting in queue %s Esitetty masternodelle, odotetaan jonossa %s + + Synchronization doesn't yet started + Synkronointia ei ole vielä aloitettu + + + Synchronization failed + Synkronointi epäonnistui + + + Synchronization finished + Synkronointi valmis + + + Synchronizing budgets... + Synkronoidaan budjetit... + + + Synchronizing masternode winners... + Synkronoidaan masternode voittajat... + + + Synchronizing masternodes... + Synkronoidaan masternodet... + + + Synchronizing sporks... + Synkronoidaan sporkit... + This is not a Masternode. Tämä ei ole Masternode. @@ -4222,18 +4238,6 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com Loading block index... Ladataan lohkoindeksiä... - - Loading budget cache... - Ladataan budjettivälimuistia... - - - Loading masternode cache... - Ladataan masternodevälimuistia... - - - Loading masternode payment cache... - Ladataan masternode maksuvälimuistia... - Loading wallet... (%3.2f %%) Ladataan lompakkoa... (%3.2f %%) diff --git a/src/qt/locale/dash_fr.ts b/src/qt/locale/dash_fr.ts index 8fd96aa14139b..771bbf67d56f1 100644 --- a/src/qt/locale/dash_fr.ts +++ b/src/qt/locale/dash_fr.ts @@ -458,6 +458,10 @@ Processed %n blocks of transaction history. Traités %n blocs de l'historique des transactions. Traités %n blocs de l'historique des transactions. + + Synchronizing additional data: %p% + Synchronisation des données additionnelles: %p% + Show the Dash Core help message to get a list with possible Dash command-line options Afficher le message d'aide de Dash Core pour obtenir une liste des options de ligne de commande Bitcoin possibles. @@ -506,22 +510,6 @@ Up to date À jour - - Synchronizing sporks... - Synchronisation des sporks... - - - Synchronizing masternodes... - Synchronisation des masternodes... - - - Synchronizing masternode winners... - Synchronisation des masternodes vainqueurs... - - - Synchronizing budgets... - Synchronisation des budgets... - %n hour(s) %n heures%n heures @@ -3405,10 +3393,6 @@ https://www.transifex.com/projects/p/dash/ Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. Impossible de localiser suffisamment de fonds non-dénominés Darksend pour cette transaction qui ne sont pas égaux à 1000 DASH. - - Unable to locate enough Darksend non-denominated funds for this transaction. - Impossible de localiser suffisamment de fonds Darksend non-dénominés pour cette transaction. - Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. Attention : -paytxfee est réglée sur un montant très élevé ! Il s'agit des frais de transaction que vous payerez si vous envoyez une transaction. @@ -3749,6 +3733,10 @@ Il est recommandé de régler alertnotify pour que vous soyez averti des problè Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com + + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Impossible de localiser suffisamment de fonds pour cette transaction qui ne sont pas égaux à 1000 DASH. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Utiliser un serveur proxy SOCKS5 séparé pour atteindre les pairs par les services cachés de Tor (par défaut : %s) @@ -4031,6 +4019,10 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Prepend debug output with timestamp (default: %u) Ajouter l'horodatage au début de la sortie de débogage (par défaut : %u) + + Run a thread to flush wallet periodically (default: %u) + Exécuter une tâche pour purger le portefeuille périodiquement (par défaut : %u) + Send trace/debug info to debug.log file (default: %u) Envoyer les informations de débogage/trace au fichier debug.log (par défaut: %u) @@ -4107,6 +4099,34 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Submitted to masternode, waiting in queue %s Soumis au masternode, dans la file d'attente %s + + Synchronization doesn't yet started + La synchronisation n'a pas encore démarrée + + + Synchronization failed + La synchronisation a échouée + + + Synchronization finished + La synchronisation est terminée + + + Synchronizing budgets... + Synchronisation des budgets... + + + Synchronizing masternode winners... + Synchronisation des masternodes vainqueurs... + + + Synchronizing masternodes... + Synchronisation des masternodes... + + + Synchronizing sporks... + Synchronisation des sporks... + This is not a Masternode. Ceci n'est pas un masternode. @@ -4211,18 +4231,6 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com Loading block index... Chargement de l’index des blocs... - - Loading budget cache... - Chargement du cache de budget... - - - Loading masternode cache... - Chargement du cache de masternode... - - - Loading masternode payment cache... - Chargement du cache de paiement masternode... - Loading wallet... (%3.2f %%) Chargement du portefeuille... (%3.2f %%) diff --git a/src/qt/locale/dash_pl.ts b/src/qt/locale/dash_pl.ts index a5d8b78223813..563c06f25c7da 100644 --- a/src/qt/locale/dash_pl.ts +++ b/src/qt/locale/dash_pl.ts @@ -458,6 +458,10 @@ Processed %n blocks of transaction history. Pobrano %n blok z historią transakcji.Przetworzony przez %n bloków historii transakcji.Pobranych zostało %n bloków z historią transakcji. + + Synchronizing additional data: %p% + Synchronizuję dodatkowe dane: %p% + Show the Dash Core help message to get a list with possible Dash command-line options Pokaż wiadomość pomocy Dash Core aby otrzymać listę z dostępnymi opcjami linii komend. @@ -482,6 +486,10 @@ Tabs toolbar Pasek zakładek + + %n active connection(s) to Dash network + %n aktywne połączenie do sieci Dash%n aktywne połączenia do sieci Dash%n aktywne połączenia do sieci Dash + Synchronizing with network... Synchronizacja z siecią... @@ -502,10 +510,26 @@ Up to date Aktualny + + %n hour(s) + %n godzina%n godzin%n godziny + + + %n day(s) + %n dzień%n dni%n dni + + + %n week(s) + %n tydzień%n tygodni%n tygodnie + %1 and %2 %1 i %2 + + %n year(s) + %n rok%n lat%n lata + %1 behind %1 wstecz @@ -569,6 +593,10 @@ Adres: %4 ClientModel + + Total: %1 (DS compatible: %2 / Enabled: %3) + Całość: %1 (zgodne z DS: %2 / włączone: %3) + Network Alert Sieć Alert @@ -1027,6 +1055,10 @@ Adres: %4 As this is the first time the program is launched, you can choose where Dash Core will store its data. Ponieważ uruchomiłeś ten program po raz pierwszy, możesz wybrać gdzie Dash Core będzie przechowywał dane. + + Dash Core will download and store a copy of the Dash block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + Dash Core ściągnie i przechowa kopię blockchain na twoim dysku. Co najmniej %1GB danych zostanie zapisanych w tym katalogu, a wraz z upływem czasu blockchain będzie stopniowo wymagał coraz więcej miejsca. Twój portfel również zostanie zapisany w tym katalogu. + Use the default data directory Użyj domyślnego folderu danych @@ -1466,6 +1498,10 @@ https://www.transifex.com/projects/p/dash/ No inputs detected Nie wykryto wejść + + %n Rounds + %n Runda%n Rundy%n Rundy + Not enough compatible inputs to anonymize <span style='color:red;'>%1</span>,<br>will anonymize <span style='color:red;'>%2</span> instead Nie ma wystarczającej ilośći środków aby moć dokonać anonimizacji <span style='color:red;'>%1</span>,<br>zamiast oryginalnej sumy <spam style='color:red;'>%2</spam> zostanie zanonimizowanych. @@ -1641,6 +1677,22 @@ https://www.transifex.com/projects/p/dash/ Enter a Dash address (e.g. %1) Wpisz adres Dash (np. %1) + + %1 d + %1 dzień + + + %1 h + %1 godz. + + + %1 m + %1 min. + + + %1 s + %1 sec. + NETWORK SIEĆ @@ -1657,7 +1709,11 @@ https://www.transifex.com/projects/p/dash/ N/A Nie ważne - + + %1 ms + %1 milisec. + + QRImageWidget @@ -1976,7 +2032,7 @@ https://www.transifex.com/projects/p/dash/ R&euse an existing receiving address (not recommended) - O&drzuć istniejący adres odbiorczy (nie zalecane) + Użyj istniejący adres odbiorczy (nie zalecane) An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. @@ -2359,6 +2415,10 @@ https://www.transifex.com/projects/p/dash/ anonymous funds anonimowe środki + + (darksend requires this amount to be rounded up to the nearest %1). + (darksend wymaga aby kwota ta została zaokrąglona do najbliższego %1). + any available funds (not recommended) jakiekolwiek dostępne środki (niezalecane) @@ -2721,6 +2781,14 @@ https://www.transifex.com/projects/p/dash/ %1/offline (verified via instantx) %1/offline (zweryfikowane przez instantx) + + %1/confirmed (verified via instantx) + %1/potwierdzony (zweryfikowane przez instantx) + + + %1 confirmations (verified via instantx) + %1 potwierdzeń (zweryfikowane przez instantx) + %1/offline %1/offline @@ -2903,6 +2971,10 @@ https://www.transifex.com/projects/p/dash/ Address Adres + + Open for %n more block(s) + Otwarty na %n kolejny blokOtwarty na %n kolejne blokiOtwarty na %n kolejne bloki + Open until %1 Otwórz do %1 @@ -3321,10 +3393,6 @@ https://www.transifex.com/projects/p/dash/ Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. Nie znaleziono wystarczającej ilości nie zdenominowanych środków Darksend dla tej transakcji, które nie równają się 1000 DASH - - Unable to locate enough Darksend non-denominated funds for this transaction. - Nie znaleziono wystarczającej ilości zdenominowanych środków Darksend dla tej transakcji. - Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. Uwaga: -paytxfee jest bardzo wysoka! To jest opłata którą będziesz musiał uiścić jeśli dokonasz transakcji. @@ -3453,6 +3521,10 @@ https://www.transifex.com/projects/p/dash/ Error initializing block database Błąd podczas inicjowania bazy dancyh bloku + + Error initializing wallet database environment %s! + Błąd podczas inicjowania środowiska bazy danych portfela %s! + Error loading block database Błąd wczytywania bloku bazy danych @@ -3541,6 +3613,10 @@ https://www.transifex.com/projects/p/dash/ Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Usuń wszystkie transakcje portfela i odzyskaj tylko te części blockchainu - zeskanuj powonie na starcie. + + Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Wyłącz wszystkie dodatkowe funckje Dash (Masternody, Darksend, InstanX, Budżetowanie) (0-1, domyślnie: %u) + Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. Rozpowszechniane na licencji MIT. Jeśli chcesz się dowiedzieć więcej otwórz towarzyszący plik o nzwie COPYING lub odwiedź <http://www.opensource.org/licenses/mit-license.php>. @@ -3549,6 +3625,10 @@ https://www.transifex.com/projects/p/dash/ Enable instantx, show confirmations for locked transactions (bool, default: %s) Włącz instantx, pokaż potwierdzenia dla zamkniętych transakcji (bool, domyślnie: %s) + + Enable use of automated darksend for funds stored in this wallet (0-1, default: %u) + Włącz możliwość automatyzacji Darksend dla środków zgromadzonych w tym portfelu (0-1, domyślnie: %u) + Error: Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. Błąd: niewspierany argument, znaleziono -socks. Ustawienie wersji SOCKS nie jest już możliwa, wspierane są tylkobramki proxy SOCKS5. @@ -3605,6 +3685,10 @@ https://www.transifex.com/projects/p/dash/ Output debugging information (default: %u, supplying <category> is optional) Informacje na temat debugowania danych wyjściowych (domyślnie: %u, podanie <category> jest opcjonalne) + + Provide liquidity to Darksend by infrequently mixing coins on a continual basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, low fees) + Dostarcz Darksend płynności przez rzadkie ale ciągłe mieszanie monet (0-100, domyślnie: %u, 1=bardzo często, wysokie opłaty, 100=bardzo rzadko, małe opłaty) + Require high priority for relaying free or low-fee transactions (default:%u) Wymagaj wysokiego priorytetu aby retransmitować darmowe transakcje lub te o niskich opłatach (domyślnie: %u) @@ -3648,6 +3732,10 @@ Jeśli plik ten nie istnieje, stwórz go z uprawnieniami do odczytu tylko przez Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać ci znać w razie wystąpienia jekiegoś problemu, na przykład: alertnotify=echo %%s I -s "Dash Alert" admin@foo.com + + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Niemożliwe jest zlokalizowanie wystarczającej ilości środków dla tej transakcji, które nie są równe 1000 DASH. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Użyj osobnego proxy SOCK5 aby połączyć się z peerami przez sieć Tor (domyślnie: %s) @@ -3950,6 +4038,10 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Server private key (default: %s) Klucz prywatny serwera (domyślnie: %s) + + Set external address:port to get to this masternode (example: %s) + Ustaw zewnętrzny address:port aby połączyć się z tym masternodem (na przykład: %s) + Set key pool size to <n> (default: %u) Ustaw ilość kluczy w key pool na <n> (domyślny: %u) @@ -4006,6 +4098,34 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Submitted to masternode, waiting in queue %s Przesłano do masterdnoda, czekaj na swoją kolej %s + + Synchronization doesn't yet started + Synchronizacja jeszcze się nie zaczęła + + + Synchronization failed + Synchronizacja nie powiodła się + + + Synchronization finished + Synchronizacja zakończona + + + Synchronizing budgets... + Synchronizuję budżet... + + + Synchronizing masternode winners... + Synchronizuję zwycięskie masternody... + + + Synchronizing masternodes... + Synchronizuję masternody... + + + Synchronizing sporks... + Synchronizuję sporki... + This is not a Masternode. To nie jest Masternode. @@ -4110,18 +4230,6 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać Loading block index... Wczytuje indeks bloków - - Loading budget cache... - Ładuje pamięć podręczną budżetu... - - - Loading masternode cache... - Ładuje pamięć podręczną masternoda... - - - Loading masternode payment cache... - Ładuję pamięć podręczną płatności masternodów... - Loading wallet... (%3.2f %%) Ładuje portfel... (%3.2f %%) diff --git a/src/qt/locale/dash_ru.ts b/src/qt/locale/dash_ru.ts index 9accd616d1939..191c2d12e1d8d 100644 --- a/src/qt/locale/dash_ru.ts +++ b/src/qt/locale/dash_ru.ts @@ -458,6 +458,10 @@ Processed %n blocks of transaction history. Обработано %n блок из истории транзакций.Обработано %n блока из истории транзакций.Обработано %n блоков из истории транзакций.Обработано %n блоков из истории транзакций. + + Synchronizing additional data: %p% + Синхронизация дополнительных данных: %p% + Show the Dash Core help message to get a list with possible Dash command-line options Показать помощь о Dash Core со списком возможных параметров командной строки @@ -506,22 +510,6 @@ Up to date Синхронизировано - - Synchronizing sporks... - Синхронизация спорков... - - - Synchronizing masternodes... - Синхронизация списка мастернод... - - - Synchronizing masternode winners... - Синхронизация списка мастернод-победителей... - - - Synchronizing budgets... - Синхронизация бюджетов... - %n hour(s) %n час%n часа%n часов%n часов @@ -3405,10 +3393,6 @@ https://www.transifex.com/projects/p/dash/ Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. Не удалось обнаружить достаточных для выполнения этой транзакции неденоминированных средств, отличающихся от 1000DRK. - - Unable to locate enough Darksend non-denominated funds for this transaction. - Не удалось обнаружить достаточных для выполнения этой транзакции неденоминированных средств. - Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. Внимание: установлено очень большое значение -paytxfee. Это комиссия, которую Вы заплатите при проведении транзакции. @@ -3749,6 +3733,10 @@ rpcpassword=%s Например: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com + + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Не удалось обнаружить достаточных для выполнения этой транзакции средств, отличающихся от 1000DRK. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Использовать отдельный SOCKS5 прокси для подключения к участникам через скрытые сервисы Tor (по умолчанию: %s) @@ -4111,6 +4099,34 @@ rpcpassword=%s Submitted to masternode, waiting in queue %s Отправлено на мастерноду, ожидаем в очереди %s + + Synchronization doesn't yet started + Синхронизация еще не началась + + + Synchronization failed + Синхронизация закончилась неудачно + + + Synchronization finished + Синхронизация завершена + + + Synchronizing budgets... + Синхронизация бюджетов... + + + Synchronizing masternode winners... + Синхронизация списка мастернод-победителей... + + + Synchronizing masternodes... + Синхронизация списка мастернод... + + + Synchronizing sporks... + Синхронизация спорков... + This is not a Masternode. Это не мастернода. @@ -4215,18 +4231,6 @@ rpcpassword=%s Loading block index... Загрузка индекса блоков... - - Loading budget cache... - Загрузка кэша бюджетов... - - - Loading masternode cache... - Загрузка кэша мастернод... - - - Loading masternode payment cache... - Загрузка кэша выплат Мастернодам... - Loading wallet... (%3.2f %%) Загрузка кошелька... (%3.2f %%)